Hello,

In fact, that getQuery() method is a leftover from early jOOQ versions,
which exposes jOOQ's internal model API from the DSL API [1]. The standard
way to access the model API is by using DSLContext.selectQuery(),
DSLContext.insertQuery(), DSLContext.deleteQuery(),
DSLContext.updateQuery().

I hope this helps,
Lukas

[1]:
https://www.jooq.org/doc/latest/manual/sql-building/sql-statements/dsl-and-non-dsl/

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to