New versions: Dev (3.15) | Latest (3.14) | 3.13 | 3.12 | 3.11 | 3.10 | 3.9 | 3.8 | Old versions: 3.7 | 3.6 | 3.5 | 3.4 | 3.3 | 2.6
QueryParts
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
A org.jooq.Query and all its contained objects is a org.jooq.QueryPart. QueryParts essentially provide this functionality:
- they can render SQL using the accept(Context) method
- they can bind variables using the accept(Context) method
Both of these methods are contained in jOOQ's internal API's org.jooq.QueryPartInternal, which is internally implemented by every QueryPart.
The following sections explain some more details about SQL rendering and variable binding, as well as other implementation details about QueryParts in general.
Table of contents
- 4.14.1.
- SQL rendering
- 4.14.2.
- Pretty printing SQL
- 4.14.3.
- Variable binding
- 4.14.4.
- Extend jOOQ with custom types
- 4.14.5.
- Plain SQL QueryParts
- 4.14.6.
- Serializability
- 4.14.7.
- Custom SQL transformation
- 4.14.7.1.
- Logging abbreviated bind values
The jOOQ User Manual : SQL building : QueryParts | previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!