diff --git a/jOOQ/src/main/java/org/jooq/impl/DSL.java b/jOOQ/src/main/java/org/jooq/impl/DSL.java index b61656ee6a..76dbdbb757 100644 --- a/jOOQ/src/main/java/org/jooq/impl/DSL.java +++ b/jOOQ/src/main/java/org/jooq/impl/DSL.java @@ -15661,6 +15661,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row1... rows) { @@ -15693,6 +15696,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row2... rows) { @@ -15725,6 +15731,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row3... rows) { @@ -15757,6 +15766,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row4... rows) { @@ -15789,6 +15801,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row5... rows) { @@ -15821,6 +15836,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row6... rows) { @@ -15853,6 +15871,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row7... rows) { @@ -15885,6 +15906,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row8... rows) { @@ -15917,6 +15941,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row9... rows) { @@ -15949,6 +15976,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row10... rows) { @@ -15981,6 +16011,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row11... rows) { @@ -16013,6 +16046,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row12... rows) { @@ -16045,6 +16081,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row13... rows) { @@ -16077,6 +16116,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row14... rows) { @@ -16109,6 +16151,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row15... rows) { @@ -16141,6 +16186,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row16... rows) { @@ -16173,6 +16221,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row17... rows) { @@ -16205,6 +16256,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row18... rows) { @@ -16237,6 +16291,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row19... rows) { @@ -16269,6 +16326,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row20... rows) { @@ -16301,6 +16361,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row21... rows) { @@ -16333,6 +16396,9 @@ public class DSL { * Use {@link Table#as(String, String...)} to rename the resulting table and * its columns. */ + + @SafeVarargs + @Generated("This method was generated using jOOQ-tools") @Support public static Table> values(Row22... rows) {