- 1.
org.jooq.impl.DSL
This is the sturdy, wise grandparent of most of jOOQ’s functionality. With this class, you canManipulate parts of a strongly typed SQL query in a typesafe manner.
Access database functions (concat, coalesce, etc.) as if they were java methods.
Specify database dialects. This is for when you need to perform operations that are unique to your datastore ...
2. Getting Started with jOOQ
Get Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.