Available in versions: Dev (3.21) | Latest (3.20) | 3.19 | 3.18 | 3.17 | 3.16 | 3.15 | 3.14 | 3.13 | 3.12 | 3.11
This documentation is for the unreleased development version of jOOQ. Click on the above version links to get this documentation for a supported version of jOOQ.
Commercial only features
Applies to ❌ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
The commercial jOOQ editions give access to drivers for certain commercial RDBMS as well as to commercial only features, which are not available in the jOOQ Open Source Edition. These features mostly involve:
- Advanced model API usage, traversal, and transformation
- Advanced SQL transformation features
- Procedural language support (procedures, functions, triggers, anonymous blocks)
- Spatial extension support
- Computed column support (server side and client side)
- Advanced SQL parser features
- Advanced diagnostics
- Code generation extensions, e.g. for synthetic objects
- Advanced embeddable types
The below list of sections documents all the sections about commercial only features in jOOQ:
-
SQL building
- The DSLContext API
- The model API
-
SQL Statements (DML)
- The SELECT statement
-
SQL Statements (DDL)
-
The CREATE statement
- CREATE FUNCTION
- CREATE PROCEDURE
- CREATE TABLE
- CREATE TRIGGER
- The DROP statement
-
The CREATE statement
- Procedural statements
-
Table expressions
-
Joined tables
- JOIN hints
- Temporal tables
-
Joined tables
-
Column expressions
- Hidden columns
- Readonly columns
- Computed columns
-
Spatial functions
- ST_Area
- ST_AsText
- ST_Boundary
- ST_Centroid
- ST_Difference
- ST_Dimension
- ST_Distance
- ST_EndPoint
- ST_ExteriorRing
- ST_GeometryN
- ST_GeometryType
- ST_GeomFromText
- ST_InteriorRingN
- ST_Intersection
- ST_Length
- ST_NumGeometries
- ST_NumInteriorRings
- ST_NumPoints
- ST_Perimeter
- ST_PointN
- ST_SRID
- ST_StartPoint
- ST_Transform
- ST_Union
- ST_X
- ST_XMax
- ST_XMin
- ST_Y
- ST_YMax
- ST_YMin
- ST_Z
- ST_ZMax
- ST_ZMin
- Aggregate functions
- Conditional expressions
- SQL Parser
-
QueryParts
- SQL transformation
- Policies
- SQL execution
-
Code generation
-
Advanced generator configuration
-
Database
- Comments
- Synthetic objects
- Hidden columns
- Readonly columns
- Forced types
-
Database
- Generated object types
- Embeddable types
-
Advanced generator configuration
-
Reference
- Commercial only features
- Built-in data types
See also the Feature comparison for a high-level description.
Feedback
Do you have any feedback about this page? We'd love to hear it!