Skip to content

Instantly share code, notes, and snippets.

@brunkb
Last active September 27, 2015 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunkb/faf17a2d194302208cfd to your computer and use it in GitHub Desktop.
Save brunkb/faf17a2d194302208cfd to your computer and use it in GitHub Desktop.
JOOQ
create.insertInto(Book.BOOK)
.set(Book.BOOK.ID, 5)
.set(Book.BOOK.AUTHOR_ID, 1)
.set(Book.BOOK.TITLE, "The Idiot's Guide to Programming")
.execute()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment