Available in versions: Dev (3.20) | Latest (3.19) | 3.18 | 3.17 | 3.16 | 3.15 | 3.14 | 3.13

SQL transformation

Applies to ✅ Open Source Edition   ✅ Express Edition   ✅ Professional Edition   ✅ Enterprise Edition

jOOQ supports a few built in SQL transformations, which can be enabled through a variety of settings. These transformations will produce transformed SQL output regardless if the input was created using the DSL API, or the parser.

Table of contents

4.24.9.1.
ANSI JOIN to table lists
4.24.9.2.
Table lists to ANSI JOIN
4.24.9.3.
ROWNUM to LIMIT
4.24.9.4.
QUALIFY to derived table
4.24.9.5.
IN condition subquery with LIMIT to derived table
4.24.9.6.
Unnecessary arithmetic expressions
4.24.9.7.
Pattern based transformation (new)
4.24.9.7.1.
AND to NOT IN (new)
4.24.9.7.2.
Arithmetic expressions (new)
4.24.9.7.3.
COUNT(*) scalar subquery comparison (new)
4.24.9.7.4.
COUNT(expr) scalar subquery comparison (new)
4.24.9.7.5.
Empty scalar subquery (new)
4.24.9.7.6.
Hyperbolic functions (new)
4.24.9.7.7.
Idempotent function repetition (new)
4.24.9.7.8.
Inverse hyperbolic functions (new)
4.24.9.7.9.
Logarithmic functions (new)
4.24.9.7.10.
Merge AND predicates (new)
4.24.9.7.11.
Merge BIT_NOT with BIT_NAND (new)
4.24.9.7.12.
Merge BIT_NOT with BIT_NOR (new)
4.24.9.7.13.
Merge BIT_NOT with BIT_XNOR (new)
4.24.9.7.14.
Merge IN predicates (new)
4.24.9.7.15.
Merge NOT with comparison predicates (new)
4.24.9.7.16.
Merge NOT with DISTINCT predicate (new)
4.24.9.7.17.
Merge OR predicates (new)
4.24.9.7.18.
Merge range predicates (new)
4.24.9.7.19.
Normalise associative operations (new)
4.24.9.7.20.
Normalise fields compared to values (new)
4.24.9.7.21.
Normalise IN list with single element to comparison (new)
4.24.9.7.22.
OR to IN (new)
4.24.9.7.23.
Repeated bitwise negation (new)
4.24.9.7.24.
Repeated logical negation (new)
4.24.9.7.25.
Repeated NOT (new)
4.24.9.7.26.
Trigonometric functions (new)
4.24.9.7.27.
Trim (new)
4.24.9.7.28.
Trivial case abbreviations (new)
4.24.9.7.29.
Trivial predicates (new)

previous : next

References to this page

Feedback

Do you have any feedback about this page? We'd love to hear it!

The jOOQ Logo