diff --git a/jOOQ/src/main/java/org/jooq/Row1.java b/jOOQ/src/main/java/org/jooq/Row1.java index 982bb4d2c1..1107ee1142 100644 --- a/jOOQ/src/main/java/org/jooq/Row1.java +++ b/jOOQ/src/main/java/org/jooq/Row1.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -213,7 +214,7 @@ public interface Row1 extends Row { * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -276,7 +277,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -332,7 +333,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -391,7 +392,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -447,7 +448,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -570,7 +571,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -626,7 +627,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -685,7 +686,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -741,7 +742,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -800,7 +801,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -856,7 +857,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -915,7 +916,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -971,7 +972,7 @@ public interface Row1 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row10.java b/jOOQ/src/main/java/org/jooq/Row10.java index 165da50109..9cd98f4b1c 100644 --- a/jOOQ/src/main/java/org/jooq/Row10.java +++ b/jOOQ/src/main/java/org/jooq/Row10.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -258,7 +259,7 @@ public interface Row10 extends Row { * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -321,7 +322,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -377,7 +378,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -436,7 +437,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -492,7 +493,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -615,7 +616,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -671,7 +672,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -730,7 +731,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -786,7 +787,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -845,7 +846,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -901,7 +902,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -960,7 +961,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -1016,7 +1017,7 @@ public interface Row10 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row11.java b/jOOQ/src/main/java/org/jooq/Row11.java index d1a546d7d4..bec84b18a6 100644 --- a/jOOQ/src/main/java/org/jooq/Row11.java +++ b/jOOQ/src/main/java/org/jooq/Row11.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -263,7 +264,7 @@ public interface Row11 extends Row * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -326,7 +327,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -382,7 +383,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -441,7 +442,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -497,7 +498,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -620,7 +621,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -676,7 +677,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -735,7 +736,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -791,7 +792,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -850,7 +851,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -906,7 +907,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -965,7 +966,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -1021,7 +1022,7 @@ public interface Row11 extends Row * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row12.java b/jOOQ/src/main/java/org/jooq/Row12.java index 1573415c27..8b0d7b0327 100644 --- a/jOOQ/src/main/java/org/jooq/Row12.java +++ b/jOOQ/src/main/java/org/jooq/Row12.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -268,7 +269,7 @@ public interface Row12 extend * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -331,7 +332,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -387,7 +388,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -446,7 +447,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -502,7 +503,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -625,7 +626,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -681,7 +682,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -740,7 +741,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -796,7 +797,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -855,7 +856,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -911,7 +912,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -970,7 +971,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -1026,7 +1027,7 @@ public interface Row12 extend * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row13.java b/jOOQ/src/main/java/org/jooq/Row13.java index d3997c4121..82088af19e 100644 --- a/jOOQ/src/main/java/org/jooq/Row13.java +++ b/jOOQ/src/main/java/org/jooq/Row13.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -273,7 +274,7 @@ public interface Row13 e * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -336,7 +337,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -392,7 +393,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -451,7 +452,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -507,7 +508,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -630,7 +631,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -686,7 +687,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -745,7 +746,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -801,7 +802,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -860,7 +861,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -916,7 +917,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -975,7 +976,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -1031,7 +1032,7 @@ public interface Row13 e * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row14.java b/jOOQ/src/main/java/org/jooq/Row14.java index ffbc58e487..49af7f5c2f 100644 --- a/jOOQ/src/main/java/org/jooq/Row14.java +++ b/jOOQ/src/main/java/org/jooq/Row14.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -278,7 +279,7 @@ public interface Row14> select); // ------------------------------------------------------------------------ @@ -341,7 +342,7 @@ public interface Row14> select); /** @@ -397,7 +398,7 @@ public interface Row14> select); /** @@ -456,7 +457,7 @@ public interface Row14> select); /** @@ -512,7 +513,7 @@ public interface Row14> select); // ------------------------------------------------------------------------ @@ -635,7 +636,7 @@ public interface Row14> select); /** @@ -691,7 +692,7 @@ public interface Row14> select); /** @@ -750,7 +751,7 @@ public interface Row14> select); /** @@ -806,7 +807,7 @@ public interface Row14> select); /** @@ -865,7 +866,7 @@ public interface Row14> select); /** @@ -921,7 +922,7 @@ public interface Row14> select); /** @@ -980,7 +981,7 @@ public interface Row14> select); /** @@ -1036,7 +1037,7 @@ public interface Row14> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row15.java b/jOOQ/src/main/java/org/jooq/Row15.java index 21bde0c979..b2d8f341a1 100644 --- a/jOOQ/src/main/java/org/jooq/Row15.java +++ b/jOOQ/src/main/java/org/jooq/Row15.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -283,7 +284,7 @@ public interface Row15> select); // ------------------------------------------------------------------------ @@ -346,7 +347,7 @@ public interface Row15> select); /** @@ -402,7 +403,7 @@ public interface Row15> select); /** @@ -461,7 +462,7 @@ public interface Row15> select); /** @@ -517,7 +518,7 @@ public interface Row15> select); // ------------------------------------------------------------------------ @@ -640,7 +641,7 @@ public interface Row15> select); /** @@ -696,7 +697,7 @@ public interface Row15> select); /** @@ -755,7 +756,7 @@ public interface Row15> select); /** @@ -811,7 +812,7 @@ public interface Row15> select); /** @@ -870,7 +871,7 @@ public interface Row15> select); /** @@ -926,7 +927,7 @@ public interface Row15> select); /** @@ -985,7 +986,7 @@ public interface Row15> select); /** @@ -1041,7 +1042,7 @@ public interface Row15> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row16.java b/jOOQ/src/main/java/org/jooq/Row16.java index 7cdeb012a4..f0cb5116cf 100644 --- a/jOOQ/src/main/java/org/jooq/Row16.java +++ b/jOOQ/src/main/java/org/jooq/Row16.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -288,7 +289,7 @@ public interface Row16> select); // ------------------------------------------------------------------------ @@ -351,7 +352,7 @@ public interface Row16> select); /** @@ -407,7 +408,7 @@ public interface Row16> select); /** @@ -466,7 +467,7 @@ public interface Row16> select); /** @@ -522,7 +523,7 @@ public interface Row16> select); // ------------------------------------------------------------------------ @@ -645,7 +646,7 @@ public interface Row16> select); /** @@ -701,7 +702,7 @@ public interface Row16> select); /** @@ -760,7 +761,7 @@ public interface Row16> select); /** @@ -816,7 +817,7 @@ public interface Row16> select); /** @@ -875,7 +876,7 @@ public interface Row16> select); /** @@ -931,7 +932,7 @@ public interface Row16> select); /** @@ -990,7 +991,7 @@ public interface Row16> select); /** @@ -1046,7 +1047,7 @@ public interface Row16> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row17.java b/jOOQ/src/main/java/org/jooq/Row17.java index dab3829d9c..70bbc533d2 100644 --- a/jOOQ/src/main/java/org/jooq/Row17.java +++ b/jOOQ/src/main/java/org/jooq/Row17.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -293,7 +294,7 @@ public interface Row17> select); // ------------------------------------------------------------------------ @@ -356,7 +357,7 @@ public interface Row17> select); /** @@ -412,7 +413,7 @@ public interface Row17> select); /** @@ -471,7 +472,7 @@ public interface Row17> select); /** @@ -527,7 +528,7 @@ public interface Row17> select); // ------------------------------------------------------------------------ @@ -650,7 +651,7 @@ public interface Row17> select); /** @@ -706,7 +707,7 @@ public interface Row17> select); /** @@ -765,7 +766,7 @@ public interface Row17> select); /** @@ -821,7 +822,7 @@ public interface Row17> select); /** @@ -880,7 +881,7 @@ public interface Row17> select); /** @@ -936,7 +937,7 @@ public interface Row17> select); /** @@ -995,7 +996,7 @@ public interface Row17> select); /** @@ -1051,7 +1052,7 @@ public interface Row17> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row18.java b/jOOQ/src/main/java/org/jooq/Row18.java index 0996914f52..61f8e2abaf 100644 --- a/jOOQ/src/main/java/org/jooq/Row18.java +++ b/jOOQ/src/main/java/org/jooq/Row18.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -298,7 +299,7 @@ public interface Row18> select); // ------------------------------------------------------------------------ @@ -361,7 +362,7 @@ public interface Row18> select); /** @@ -417,7 +418,7 @@ public interface Row18> select); /** @@ -476,7 +477,7 @@ public interface Row18> select); /** @@ -532,7 +533,7 @@ public interface Row18> select); // ------------------------------------------------------------------------ @@ -655,7 +656,7 @@ public interface Row18> select); /** @@ -711,7 +712,7 @@ public interface Row18> select); /** @@ -770,7 +771,7 @@ public interface Row18> select); /** @@ -826,7 +827,7 @@ public interface Row18> select); /** @@ -885,7 +886,7 @@ public interface Row18> select); /** @@ -941,7 +942,7 @@ public interface Row18> select); /** @@ -1000,7 +1001,7 @@ public interface Row18> select); /** @@ -1056,7 +1057,7 @@ public interface Row18> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row19.java b/jOOQ/src/main/java/org/jooq/Row19.java index 974c306066..f33c7bdf8c 100644 --- a/jOOQ/src/main/java/org/jooq/Row19.java +++ b/jOOQ/src/main/java/org/jooq/Row19.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -303,7 +304,7 @@ public interface Row19> select); // ------------------------------------------------------------------------ @@ -366,7 +367,7 @@ public interface Row19> select); /** @@ -422,7 +423,7 @@ public interface Row19> select); /** @@ -481,7 +482,7 @@ public interface Row19> select); /** @@ -537,7 +538,7 @@ public interface Row19> select); // ------------------------------------------------------------------------ @@ -660,7 +661,7 @@ public interface Row19> select); /** @@ -716,7 +717,7 @@ public interface Row19> select); /** @@ -775,7 +776,7 @@ public interface Row19> select); /** @@ -831,7 +832,7 @@ public interface Row19> select); /** @@ -890,7 +891,7 @@ public interface Row19> select); /** @@ -946,7 +947,7 @@ public interface Row19> select); /** @@ -1005,7 +1006,7 @@ public interface Row19> select); /** @@ -1061,7 +1062,7 @@ public interface Row19> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row2.java b/jOOQ/src/main/java/org/jooq/Row2.java index 5e43ded1de..1a6f3f40ef 100644 --- a/jOOQ/src/main/java/org/jooq/Row2.java +++ b/jOOQ/src/main/java/org/jooq/Row2.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -218,7 +219,7 @@ public interface Row2 extends Row { * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -281,7 +282,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -337,7 +338,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -396,7 +397,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -452,7 +453,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -575,7 +576,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -631,7 +632,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -690,7 +691,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -746,7 +747,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -805,7 +806,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -861,7 +862,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -920,7 +921,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -976,7 +977,7 @@ public interface Row2 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row20.java b/jOOQ/src/main/java/org/jooq/Row20.java index f6b740e198..bf30778a27 100644 --- a/jOOQ/src/main/java/org/jooq/Row20.java +++ b/jOOQ/src/main/java/org/jooq/Row20.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -308,7 +309,7 @@ public interface Row20> select); // ------------------------------------------------------------------------ @@ -371,7 +372,7 @@ public interface Row20> select); /** @@ -427,7 +428,7 @@ public interface Row20> select); /** @@ -486,7 +487,7 @@ public interface Row20> select); /** @@ -542,7 +543,7 @@ public interface Row20> select); // ------------------------------------------------------------------------ @@ -665,7 +666,7 @@ public interface Row20> select); /** @@ -721,7 +722,7 @@ public interface Row20> select); /** @@ -780,7 +781,7 @@ public interface Row20> select); /** @@ -836,7 +837,7 @@ public interface Row20> select); /** @@ -895,7 +896,7 @@ public interface Row20> select); /** @@ -951,7 +952,7 @@ public interface Row20> select); /** @@ -1010,7 +1011,7 @@ public interface Row20> select); /** @@ -1066,7 +1067,7 @@ public interface Row20> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row21.java b/jOOQ/src/main/java/org/jooq/Row21.java index ec8a9ff79f..e1988435b0 100644 --- a/jOOQ/src/main/java/org/jooq/Row21.java +++ b/jOOQ/src/main/java/org/jooq/Row21.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -313,7 +314,7 @@ public interface Row21> select); // ------------------------------------------------------------------------ @@ -376,7 +377,7 @@ public interface Row21> select); /** @@ -432,7 +433,7 @@ public interface Row21> select); /** @@ -491,7 +492,7 @@ public interface Row21> select); /** @@ -547,7 +548,7 @@ public interface Row21> select); // ------------------------------------------------------------------------ @@ -670,7 +671,7 @@ public interface Row21> select); /** @@ -726,7 +727,7 @@ public interface Row21> select); /** @@ -785,7 +786,7 @@ public interface Row21> select); /** @@ -841,7 +842,7 @@ public interface Row21> select); /** @@ -900,7 +901,7 @@ public interface Row21> select); /** @@ -956,7 +957,7 @@ public interface Row21> select); /** @@ -1015,7 +1016,7 @@ public interface Row21> select); /** @@ -1071,7 +1072,7 @@ public interface Row21> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row22.java b/jOOQ/src/main/java/org/jooq/Row22.java index bda6f9cf08..203dc956de 100644 --- a/jOOQ/src/main/java/org/jooq/Row22.java +++ b/jOOQ/src/main/java/org/jooq/Row22.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -318,7 +319,7 @@ public interface Row22> select); // ------------------------------------------------------------------------ @@ -381,7 +382,7 @@ public interface Row22> select); /** @@ -437,7 +438,7 @@ public interface Row22> select); /** @@ -496,7 +497,7 @@ public interface Row22> select); /** @@ -552,7 +553,7 @@ public interface Row22> select); // ------------------------------------------------------------------------ @@ -675,7 +676,7 @@ public interface Row22> select); /** @@ -731,7 +732,7 @@ public interface Row22> select); /** @@ -790,7 +791,7 @@ public interface Row22> select); /** @@ -846,7 +847,7 @@ public interface Row22> select); /** @@ -905,7 +906,7 @@ public interface Row22> select); /** @@ -961,7 +962,7 @@ public interface Row22> select); /** @@ -1020,7 +1021,7 @@ public interface Row22> select); /** @@ -1076,7 +1077,7 @@ public interface Row22> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row3.java b/jOOQ/src/main/java/org/jooq/Row3.java index 659a610cb8..e922c66661 100644 --- a/jOOQ/src/main/java/org/jooq/Row3.java +++ b/jOOQ/src/main/java/org/jooq/Row3.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -223,7 +224,7 @@ public interface Row3 extends Row { * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -286,7 +287,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -342,7 +343,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -401,7 +402,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -457,7 +458,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -580,7 +581,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -636,7 +637,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -695,7 +696,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -751,7 +752,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -810,7 +811,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -866,7 +867,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -925,7 +926,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -981,7 +982,7 @@ public interface Row3 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row4.java b/jOOQ/src/main/java/org/jooq/Row4.java index 023035b109..56548c25f9 100644 --- a/jOOQ/src/main/java/org/jooq/Row4.java +++ b/jOOQ/src/main/java/org/jooq/Row4.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -228,7 +229,7 @@ public interface Row4 extends Row { * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -291,7 +292,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -347,7 +348,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -406,7 +407,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -462,7 +463,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -585,7 +586,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -641,7 +642,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -700,7 +701,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -756,7 +757,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -815,7 +816,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -871,7 +872,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -930,7 +931,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -986,7 +987,7 @@ public interface Row4 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row5.java b/jOOQ/src/main/java/org/jooq/Row5.java index a15a23fe98..e6bac2511f 100644 --- a/jOOQ/src/main/java/org/jooq/Row5.java +++ b/jOOQ/src/main/java/org/jooq/Row5.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -233,7 +234,7 @@ public interface Row5 extends Row { * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -296,7 +297,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -352,7 +353,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -411,7 +412,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -467,7 +468,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -590,7 +591,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -646,7 +647,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -705,7 +706,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -761,7 +762,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -820,7 +821,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -876,7 +877,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -935,7 +936,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -991,7 +992,7 @@ public interface Row5 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row6.java b/jOOQ/src/main/java/org/jooq/Row6.java index 2f2dccbc3e..8e512678e7 100644 --- a/jOOQ/src/main/java/org/jooq/Row6.java +++ b/jOOQ/src/main/java/org/jooq/Row6.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -238,7 +239,7 @@ public interface Row6 extends Row { * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -301,7 +302,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -357,7 +358,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -416,7 +417,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -472,7 +473,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -595,7 +596,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -651,7 +652,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -710,7 +711,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -766,7 +767,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -825,7 +826,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -881,7 +882,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -940,7 +941,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -996,7 +997,7 @@ public interface Row6 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row7.java b/jOOQ/src/main/java/org/jooq/Row7.java index 0a33a3562a..3137346970 100644 --- a/jOOQ/src/main/java/org/jooq/Row7.java +++ b/jOOQ/src/main/java/org/jooq/Row7.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -243,7 +244,7 @@ public interface Row7 extends Row { * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -306,7 +307,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -362,7 +363,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -421,7 +422,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -477,7 +478,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -600,7 +601,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -656,7 +657,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -715,7 +716,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -771,7 +772,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -830,7 +831,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -886,7 +887,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -945,7 +946,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -1001,7 +1002,7 @@ public interface Row7 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row8.java b/jOOQ/src/main/java/org/jooq/Row8.java index 12f3fa6319..88dd01d3b9 100644 --- a/jOOQ/src/main/java/org/jooq/Row8.java +++ b/jOOQ/src/main/java/org/jooq/Row8.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -248,7 +249,7 @@ public interface Row8 extends Row { * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -311,7 +312,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -367,7 +368,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -426,7 +427,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -482,7 +483,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -605,7 +606,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -661,7 +662,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -720,7 +721,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -776,7 +777,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -835,7 +836,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -891,7 +892,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -950,7 +951,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -1006,7 +1007,7 @@ public interface Row8 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/Row9.java b/jOOQ/src/main/java/org/jooq/Row9.java index ed6f3bd59a..cc61593f71 100644 --- a/jOOQ/src/main/java/org/jooq/Row9.java +++ b/jOOQ/src/main/java/org/jooq/Row9.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -253,7 +254,7 @@ public interface Row9 extends Row { * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -316,7 +317,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect> select); /** @@ -372,7 +373,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect> select); /** @@ -431,7 +432,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect> select); /** @@ -487,7 +488,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect> select); // ------------------------------------------------------------------------ @@ -610,7 +611,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect> select); /** @@ -666,7 +667,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect> select); /** @@ -725,7 +726,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect> select); /** @@ -781,7 +782,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect> select); /** @@ -840,7 +841,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect> select); /** @@ -896,7 +897,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect> select); /** @@ -955,7 +956,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect> select); /** @@ -1011,7 +1012,7 @@ public interface Row9 extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect> select); // ------------------------------------------------------------------------ diff --git a/jOOQ/src/main/java/org/jooq/RowN.java b/jOOQ/src/main/java/org/jooq/RowN.java index 559b1b6def..895063fcd8 100644 --- a/jOOQ/src/main/java/org/jooq/RowN.java +++ b/jOOQ/src/main/java/org/jooq/RowN.java @@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES; // ... // ... // ... +// ... import org.jooq.Comparator; import org.jooq.conf.Settings; @@ -204,7 +205,7 @@ public interface RowN extends Row { * @see #greaterThan(Select) * @see #greaterOrEqual(Select) */ - @Support + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition compare(Comparator comparator, QuantifiedSelect select); // ------------------------------------------------------------------------ @@ -267,7 +268,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition equal(QuantifiedSelect select); /** @@ -323,7 +324,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition eq(QuantifiedSelect select); /** @@ -382,7 +383,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition notEqual(QuantifiedSelect select); /** @@ -438,7 +439,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ne(QuantifiedSelect select); // ------------------------------------------------------------------------ @@ -561,7 +562,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessThan(QuantifiedSelect select); /** @@ -617,7 +618,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lt(QuantifiedSelect select); /** @@ -676,7 +677,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition lessOrEqual(QuantifiedSelect select); /** @@ -732,7 +733,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition le(QuantifiedSelect select); /** @@ -791,7 +792,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterThan(QuantifiedSelect select); /** @@ -847,7 +848,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition gt(QuantifiedSelect select); /** @@ -906,7 +907,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition greaterOrEqual(QuantifiedSelect select); /** @@ -962,7 +963,7 @@ public interface RowN extends Row { * @see DSL#any(Select) * @see DSL#any(Object...) */ - @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES }) + @Support({ CUBRID, FIREBIRD, H2, HSQLDB, POSTGRES }) Condition ge(QuantifiedSelect select); // ------------------------------------------------------------------------