[jOOQ/jOOQ#9266] Consistently document all commercial SQLDialects

This commit is contained in:
Lukas Eder 2019-09-26 13:24:23 +02:00
parent f1568d475a
commit 7004aa3cf5

View File

@ -108,6 +108,10 @@ public enum SQLDialect {
/**
* The H2 dialect family.
*/
@ -160,6 +164,13 @@ public enum SQLDialect {
@ -187,6 +198,10 @@ public enum SQLDialect {
/**
* The PostgreSQL dialect family.
* <p>
@ -237,6 +252,16 @@ public enum SQLDialect {
@ -268,6 +293,10 @@ public enum SQLDialect {
// -------------------------------------------------------------------------
// SQL dialects for commercial usage
// -------------------------------------------------------------------------
@ -514,6 +543,14 @@ public enum SQLDialect {