Hello. I have a primary key in the table (auto-incrementing). How do I get the last auto-generated value for it? JDBC has getGeneratedKeys() method of the statement. And MySQL itself has LAST_INSERT_ID() function, but jooq seems to use neither?
http://dev.mysql.com/tech-resources/articles/autoincrement-with-connectorj.html
