SQL Dialect Category
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
In jOOQ 3.18, the notion of a SQLDialect.category()
was introduced, in order to group several similar SQL dialect families into a common category. An example for this is T-SQL, which is supported by jOOQ in various versions:
Categories are sets of families that often expose similar syntax, due to a common ancestor. Categories include:
-
MYSQL
-
POSTGRES
-
TSQL
Feedback
Do you have any feedback about this page? We'd love to hear it!