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.
SQL Dialect Category
Supported by ✅ 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!