Skip to content

Instantly share code, notes, and snippets.

@brunkb
Last active October 1, 2015 23:39
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/f2ff287d4fa51a1c9022 to your computer and use it in GitHub Desktop.
Save brunkb/f2ff287d4fa51a1c9022 to your computer and use it in GitHub Desktop.
create.update(Book.BOOK)
.set(Book.BOOK.TITLE, "A Brief Introduction to JOOQ")
.where(Book.BOOK.ID.equal(2))
.execute()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment