diff --git a/jOOQ/src/main/java/org/jooq/impl/DSL.java b/jOOQ/src/main/java/org/jooq/impl/DSL.java index cc89490d20..dc68f02c86 100644 --- a/jOOQ/src/main/java/org/jooq/impl/DSL.java +++ b/jOOQ/src/main/java/org/jooq/impl/DSL.java @@ -26433,25 +26433,6 @@ public class DSL { /** * Create an array literal. - *
- * This translates to the following databases and syntaxes: - *
SQLDialect |
- * Java | - *SQL | - *
|---|---|---|
| {@link SQLDialect#H2} | - *array(1, 2) | - *(1, 2) | - *
| {@link SQLDialect#HSQLDB}, {@link SQLDialect#POSTGRES} | - *array(1, 2) | - *array[1, 2] | - *
- * This translates to the following databases and syntaxes: - *
SQLDialect |
- * Java | - *SQL | - *
|---|---|---|
| {@link SQLDialect#H2} | - *array(1, 2) | - *(1, 2) | - *
| {@link SQLDialect#HSQLDB}, {@link SQLDialect#POSTGRES} | - *array(1, 2) | - *array[1, 2] | - *
- * This translates to the following databases and syntaxes: - *
SQLDialect |
- * Java | - *SQL | - *
|---|---|---|
| {@link SQLDialect#H2} | - *array(1, 2) | - *(1, 2) | - *
| {@link SQLDialect#HSQLDB}, {@link SQLDialect#POSTGRES} | - *array(1, 2) | - *array[1, 2] | - *