Skip to content

Instantly share code, notes, and snippets.

@brunkb
Created September 27, 2015 03:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save brunkb/9e092093afe1023ad8df to your computer and use it in GitHub Desktop.
Map insertTest = [(Book.BOOK.ID): 6,
(Book.BOOK.AUTHOR_ID): 2,
(Book.BOOK.TITLE): "Learn JOOQ in 24 Hours"]
create.insertInto(Book.BOOK).set(insertTest).execute()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment