diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/FAuthorExists.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/FAuthorExists.java index e12bb079f9..6eed12df24 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/FAuthorExists.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/FAuthorExists.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.routines; @java.lang.SuppressWarnings("all") public class FAuthorExists extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -506007569; + private static final long serialVersionUID = -1083040331; /** * The parameter PUBLIC.F_AUTHOR_EXISTS.RETURN_VALUE. @@ -19,7 +19,7 @@ public class FAuthorExists extends org.jooq.impl.AbstractRoutinePUBLIC.F_AUTHOR_EXISTS.AUTHOR_NAME. */ - public static final org.jooq.Parameter AUTHOR_NAME = createParameter("AUTHOR_NAME", org.jooq.impl.SQLDataType.VARCHAR); + public static final org.jooq.Parameter AUTHOR_NAME = createParameter("AUTHOR_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50)); /** * Create a new routine call instance diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PAuthorExists.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PAuthorExists.java index ede8a257db..748b9e791b 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PAuthorExists.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PAuthorExists.java @@ -9,12 +9,12 @@ package org.jooq.test.hsqldb.generatedclasses.routines; @java.lang.SuppressWarnings("all") public class PAuthorExists extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -194819457; + private static final long serialVersionUID = 1218964095; /** * The parameter PUBLIC.P_AUTHOR_EXISTS.AUTHOR_NAME. */ - public static final org.jooq.Parameter AUTHOR_NAME = createParameter("AUTHOR_NAME", org.jooq.impl.SQLDataType.VARCHAR); + public static final org.jooq.Parameter AUTHOR_NAME = createParameter("AUTHOR_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50)); /** * The parameter PUBLIC.P_AUTHOR_EXISTS.RESULT. diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PCreateAuthorByName.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PCreateAuthorByName.java index 70154e7a37..24bc2f6eb4 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PCreateAuthorByName.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PCreateAuthorByName.java @@ -9,17 +9,17 @@ package org.jooq.test.hsqldb.generatedclasses.routines; @java.lang.SuppressWarnings("all") public class PCreateAuthorByName extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 418730954; + private static final long serialVersionUID = -393545888; /** * The parameter PUBLIC.P_CREATE_AUTHOR_BY_NAME.FIRST_NAME. */ - public static final org.jooq.Parameter FIRST_NAME = createParameter("FIRST_NAME", org.jooq.impl.SQLDataType.VARCHAR); + public static final org.jooq.Parameter FIRST_NAME = createParameter("FIRST_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50)); /** * The parameter PUBLIC.P_CREATE_AUTHOR_BY_NAME.LAST_NAME. */ - public static final org.jooq.Parameter LAST_NAME = createParameter("LAST_NAME", org.jooq.impl.SQLDataType.VARCHAR); + public static final org.jooq.Parameter LAST_NAME = createParameter("LAST_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50)); /** * Create a new routine call instance diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PUnused.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PUnused.java index f9173b2290..7a92ed722e 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PUnused.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/routines/PUnused.java @@ -9,12 +9,12 @@ package org.jooq.test.hsqldb.generatedclasses.routines; @java.lang.SuppressWarnings("all") public class PUnused extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -1120336289; + private static final long serialVersionUID = 388166867; /** * The parameter PUBLIC.P_UNUSED.IN1. */ - public static final org.jooq.Parameter IN1 = createParameter("IN1", org.jooq.impl.SQLDataType.VARCHAR); + public static final org.jooq.Parameter IN1 = createParameter("IN1", org.jooq.impl.SQLDataType.VARCHAR.length(50)); /** * The parameter PUBLIC.P_UNUSED.OUT1. diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/BigDecimal.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/BigDecimal.java index 4ef32adf99..3c745a7780 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/BigDecimal.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/BigDecimal.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class BigDecimal extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1394041099; + private static final long serialVersionUID = 975531821; /** * The singleton instance of PUBLIC.BIG_DECIMAL @@ -32,7 +32,7 @@ public class BigDecimal extends org.jooq.impl.TableImplPUBLIC.BIG_DECIMAL.OTHER. */ - public final org.jooq.TableField OTHER = createField("OTHER", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, this); + public final org.jooq.TableField OTHER = createField("OTHER", org.jooq.impl.SQLDataType.DECIMAL_INTEGER.precision(128), this); /** * Create a PUBLIC.BIG_DECIMAL table reference diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/String.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/String.java index 50b41570d9..e93204975c 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/String.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/String.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class String extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -1127812447; + private static final long serialVersionUID = 861365771; /** * The singleton instance of PUBLIC.STRING @@ -32,7 +32,7 @@ public class String extends org.jooq.impl.TableImplPUBLIC.STRING.OTHER. */ - public final org.jooq.TableField OTHER = createField("OTHER", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField OTHER = createField("OTHER", org.jooq.impl.SQLDataType.VARCHAR.length(3), this); /** * Create a PUBLIC.STRING table reference diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TAuthor.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TAuthor.java index deeb7b2831..e92e87fdfa 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TAuthor.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TAuthor.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TAuthor extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -658262129; + private static final long serialVersionUID = -1470391337; /** * The singleton instance of PUBLIC.T_AUTHOR @@ -32,12 +32,12 @@ public class TAuthor extends org.jooq.impl.UpdatableTableImplPUBLIC.T_AUTHOR.FIRST_NAME. */ - public final org.jooq.TableField FIRST_NAME = createField("FIRST_NAME", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField FIRST_NAME = createField("FIRST_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column PUBLIC.T_AUTHOR.LAST_NAME. */ - public final org.jooq.TableField LAST_NAME = createField("LAST_NAME", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField LAST_NAME = createField("LAST_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column PUBLIC.T_AUTHOR.DATE_OF_BIRTH. @@ -52,7 +52,7 @@ public class TAuthor extends org.jooq.impl.UpdatableTableImplPUBLIC.T_AUTHOR.ADDRESS. */ - public final org.jooq.TableField ADDRESS = createField("ADDRESS", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField ADDRESS = createField("ADDRESS", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * Create a PUBLIC.T_AUTHOR table reference diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBook.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBook.java index ae32688de2..4fc15d03e3 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBook.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBook.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TBook extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 499458141; + private static final long serialVersionUID = -1736770266; /** * The singleton instance of PUBLIC.T_BOOK @@ -47,7 +47,7 @@ public class TBook extends org.jooq.impl.UpdatableTableImplPUBLIC.T_BOOK.TITLE. */ - public final org.jooq.TableField TITLE = createField("TITLE", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField TITLE = createField("TITLE", org.jooq.impl.SQLDataType.VARCHAR.length(400), this); /** * The column PUBLIC.T_BOOK.PUBLISHED_IN. @@ -62,12 +62,12 @@ public class TBook extends org.jooq.impl.UpdatableTableImplPUBLIC.T_BOOK.CONTENT_TEXT. */ - public final org.jooq.TableField CONTENT_TEXT = createField("CONTENT_TEXT", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField CONTENT_TEXT = createField("CONTENT_TEXT", org.jooq.impl.SQLDataType.VARCHAR.length(16777216), this); /** * The column PUBLIC.T_BOOK.CONTENT_PDF. */ - public final org.jooq.TableField CONTENT_PDF = createField("CONTENT_PDF", org.jooq.impl.SQLDataType.VARBINARY, this); + public final org.jooq.TableField CONTENT_PDF = createField("CONTENT_PDF", org.jooq.impl.SQLDataType.VARBINARY.length(16777216), this); /** * The column PUBLIC.T_BOOK.REC_VERSION. diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBookStore.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBookStore.java index 763f12d10d..5378bd74c6 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBookStore.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBookStore.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TBookStore extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 1253837963; + private static final long serialVersionUID = -37323294; /** * The singleton instance of PUBLIC.T_BOOK_STORE @@ -27,7 +27,7 @@ public class TBookStore extends org.jooq.impl.UpdatableTableImplPUBLIC.T_BOOK_STORE.NAME. */ - public final org.jooq.TableField NAME = createField("NAME", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField NAME = createField("NAME", org.jooq.impl.SQLDataType.VARCHAR.length(400), this); /** * Create a PUBLIC.T_BOOK_STORE table reference diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBookToBookStore.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBookToBookStore.java index 9acbe86608..c6f3410f91 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBookToBookStore.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBookToBookStore.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TBookToBookStore extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 643945384; + private static final long serialVersionUID = -318515663; /** * The singleton instance of PUBLIC.T_BOOK_TO_BOOK_STORE @@ -27,7 +27,7 @@ public class TBookToBookStore extends org.jooq.impl.UpdatableTableImplPUBLIC.T_BOOK_TO_BOOK_STORE.BOOK_STORE_NAME. */ - public final org.jooq.TableField BOOK_STORE_NAME = createField("BOOK_STORE_NAME", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField BOOK_STORE_NAME = createField("BOOK_STORE_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(400), this); /** * The column PUBLIC.T_BOOK_TO_BOOK_STORE.BOOK_ID. diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBooleans.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBooleans.java index 8dfc0c7465..13a8e6b87d 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBooleans.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TBooleans.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TBooleans extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 1114230688; + private static final long serialVersionUID = 1128504612; /** * The singleton instance of PUBLIC.T_BOOLEANS @@ -37,32 +37,32 @@ public class TBooleans extends org.jooq.impl.UpdatableTableImplPUBLIC.T_BOOLEANS.TRUE_FALSE_LC. */ - public final org.jooq.TableField TRUE_FALSE_LC = createField("TRUE_FALSE_LC", org.jooq.impl.SQLDataType.VARCHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_TF_LC_Converter()), this); + public final org.jooq.TableField TRUE_FALSE_LC = createField("TRUE_FALSE_LC", org.jooq.impl.SQLDataType.VARCHAR.length(5).asConvertedDataType(new org.jooq.test._.converters.Boolean_TF_LC_Converter()), this); /** * The column PUBLIC.T_BOOLEANS.TRUE_FALSE_UC. */ - public final org.jooq.TableField TRUE_FALSE_UC = createField("TRUE_FALSE_UC", org.jooq.impl.SQLDataType.VARCHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_TF_UC_Converter()), this); + public final org.jooq.TableField TRUE_FALSE_UC = createField("TRUE_FALSE_UC", org.jooq.impl.SQLDataType.VARCHAR.length(5).asConvertedDataType(new org.jooq.test._.converters.Boolean_TF_UC_Converter()), this); /** * The column PUBLIC.T_BOOLEANS.YES_NO_LC. */ - public final org.jooq.TableField YES_NO_LC = createField("YES_NO_LC", org.jooq.impl.SQLDataType.VARCHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_YES_NO_LC_Converter()), this); + public final org.jooq.TableField YES_NO_LC = createField("YES_NO_LC", org.jooq.impl.SQLDataType.VARCHAR.length(3).asConvertedDataType(new org.jooq.test._.converters.Boolean_YES_NO_LC_Converter()), this); /** * The column PUBLIC.T_BOOLEANS.YES_NO_UC. */ - public final org.jooq.TableField YES_NO_UC = createField("YES_NO_UC", org.jooq.impl.SQLDataType.VARCHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_YES_NO_UC_Converter()), this); + public final org.jooq.TableField YES_NO_UC = createField("YES_NO_UC", org.jooq.impl.SQLDataType.VARCHAR.length(3).asConvertedDataType(new org.jooq.test._.converters.Boolean_YES_NO_UC_Converter()), this); /** * The column PUBLIC.T_BOOLEANS.Y_N_LC. */ - public final org.jooq.TableField Y_N_LC = createField("Y_N_LC", org.jooq.impl.SQLDataType.CHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_YN_LC_Converter()), this); + public final org.jooq.TableField Y_N_LC = createField("Y_N_LC", org.jooq.impl.SQLDataType.CHAR.length(1).asConvertedDataType(new org.jooq.test._.converters.Boolean_YN_LC_Converter()), this); /** * The column PUBLIC.T_BOOLEANS.Y_N_UC. */ - public final org.jooq.TableField Y_N_UC = createField("Y_N_UC", org.jooq.impl.SQLDataType.CHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_YN_UC_Converter()), this); + public final org.jooq.TableField Y_N_UC = createField("Y_N_UC", org.jooq.impl.SQLDataType.CHAR.length(1).asConvertedDataType(new org.jooq.test._.converters.Boolean_YN_UC_Converter()), this); /** * The column PUBLIC.T_BOOLEANS.VC_BOOLEAN. diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TLanguage.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TLanguage.java index 7f8e91ff54..71ceb5f6cf 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TLanguage.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/TLanguage.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TLanguage extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 1270993503; + private static final long serialVersionUID = -688307598; /** * The singleton instance of PUBLIC.T_LANGUAGE @@ -27,17 +27,17 @@ public class TLanguage extends org.jooq.impl.UpdatableTableImplPUBLIC.T_LANGUAGE.CD. */ - public final org.jooq.TableField CD = createField("CD", org.jooq.impl.SQLDataType.CHAR, this); + public final org.jooq.TableField CD = createField("CD", org.jooq.impl.SQLDataType.CHAR.length(2), this); /** * The column PUBLIC.T_LANGUAGE.DESCRIPTION. */ - public final org.jooq.TableField DESCRIPTION = createField("DESCRIPTION", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField DESCRIPTION = createField("DESCRIPTION", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column PUBLIC.T_LANGUAGE.DESCRIPTION_ENGLISH. */ - public final org.jooq.TableField DESCRIPTION_ENGLISH = createField("DESCRIPTION_ENGLISH", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField DESCRIPTION_ENGLISH = createField("DESCRIPTION_ENGLISH", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column PUBLIC.T_LANGUAGE.ID. diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_639NumbersTable.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_639NumbersTable.java index 6d39347d69..a375198023 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_639NumbersTable.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_639NumbersTable.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class T_639NumbersTable extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -1463851697; + private static final long serialVersionUID = -818421797; /** * The singleton instance of PUBLIC.T_639_NUMBERS_TABLE @@ -72,12 +72,12 @@ public class T_639NumbersTable extends org.jooq.impl.UpdatableTableImplPUBLIC.T_639_NUMBERS_TABLE.BIG_INTEGER. */ - public final org.jooq.TableField BIG_INTEGER = createField("BIG_INTEGER", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, this); + public final org.jooq.TableField BIG_INTEGER = createField("BIG_INTEGER", org.jooq.impl.SQLDataType.DECIMAL_INTEGER.precision(22), this); /** * The column PUBLIC.T_639_NUMBERS_TABLE.BIG_DECIMAL. */ - public final org.jooq.TableField BIG_DECIMAL = createField("BIG_DECIMAL", org.jooq.impl.SQLDataType.DECIMAL, this); + public final org.jooq.TableField BIG_DECIMAL = createField("BIG_DECIMAL", org.jooq.impl.SQLDataType.DECIMAL.precision(22).scale(5), this); /** * The column PUBLIC.T_639_NUMBERS_TABLE.FLOAT. diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_725LobTest.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_725LobTest.java index 8115ec1d4e..daa7184dab 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_725LobTest.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_725LobTest.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class T_725LobTest extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 1520649151; + private static final long serialVersionUID = 225964401; /** * The singleton instance of PUBLIC.T_725_LOB_TEST @@ -32,7 +32,7 @@ public class T_725LobTest extends org.jooq.impl.UpdatableTableImplPUBLIC.T_725_LOB_TEST.LOB. */ - public final org.jooq.TableField LOB = createField("LOB", org.jooq.impl.SQLDataType.VARBINARY, this); + public final org.jooq.TableField LOB = createField("LOB", org.jooq.impl.SQLDataType.VARBINARY.length(16777216), this); /** * Create a PUBLIC.T_725_LOB_TEST table reference diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_785.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_785.java index cedb21c291..57c6ef0b4f 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_785.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/T_785.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class T_785 extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -1757399248; + private static final long serialVersionUID = 132243592; /** * The singleton instance of PUBLIC.T_785 @@ -32,12 +32,12 @@ public class T_785 extends org.jooq.impl.TableImplPUBLIC.T_785.NAME. */ - public final org.jooq.TableField NAME = createField("NAME", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField NAME = createField("NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column PUBLIC.T_785.VALUE. */ - public final org.jooq.TableField VALUE = createField("VALUE", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField VALUE = createField("VALUE", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * Create a PUBLIC.T_785 table reference diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VAuthor.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VAuthor.java index 37e4ace3e0..fd7a3a5810 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VAuthor.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VAuthor.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class VAuthor extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1449826506; + private static final long serialVersionUID = 1034697398; /** * The singleton instance of PUBLIC.V_AUTHOR @@ -32,12 +32,12 @@ public class VAuthor extends org.jooq.impl.TableImplPUBLIC.V_AUTHOR.FIRST_NAME. */ - public final org.jooq.TableField FIRST_NAME = createField("FIRST_NAME", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField FIRST_NAME = createField("FIRST_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column PUBLIC.V_AUTHOR.LAST_NAME. */ - public final org.jooq.TableField LAST_NAME = createField("LAST_NAME", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField LAST_NAME = createField("LAST_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column PUBLIC.V_AUTHOR.DATE_OF_BIRTH. @@ -52,7 +52,7 @@ public class VAuthor extends org.jooq.impl.TableImplPUBLIC.V_AUTHOR.ADDRESS. */ - public final org.jooq.TableField ADDRESS = createField("ADDRESS", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField ADDRESS = createField("ADDRESS", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * Create a PUBLIC.V_AUTHOR table reference diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VBook.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VBook.java index 21a43aaa34..01d85d0551 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VBook.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VBook.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class VBook extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -10951677; + private static final long serialVersionUID = 2049069444; /** * The singleton instance of PUBLIC.V_BOOK @@ -47,7 +47,7 @@ public class VBook extends org.jooq.impl.TableImplPUBLIC.V_BOOK.TITLE. */ - public final org.jooq.TableField TITLE = createField("TITLE", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField TITLE = createField("TITLE", org.jooq.impl.SQLDataType.VARCHAR.length(400), this); /** * The column PUBLIC.V_BOOK.PUBLISHED_IN. @@ -62,12 +62,12 @@ public class VBook extends org.jooq.impl.TableImplPUBLIC.V_BOOK.CONTENT_TEXT. */ - public final org.jooq.TableField CONTENT_TEXT = createField("CONTENT_TEXT", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField CONTENT_TEXT = createField("CONTENT_TEXT", org.jooq.impl.SQLDataType.VARCHAR.length(16777216), this); /** * The column PUBLIC.V_BOOK.CONTENT_PDF. */ - public final org.jooq.TableField CONTENT_PDF = createField("CONTENT_PDF", org.jooq.impl.SQLDataType.VARBINARY, this); + public final org.jooq.TableField CONTENT_PDF = createField("CONTENT_PDF", org.jooq.impl.SQLDataType.VARBINARY.length(16777216), this); /** * The column PUBLIC.V_BOOK.REC_VERSION. diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VLibrary.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VLibrary.java index 67d7ca2b9f..956468c5d2 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VLibrary.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/VLibrary.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class VLibrary extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -394019017; + private static final long serialVersionUID = 994905035; /** * The singleton instance of PUBLIC.V_LIBRARY @@ -27,12 +27,12 @@ public class VLibrary extends org.jooq.impl.TableImplPUBLIC.V_LIBRARY.AUTHOR. */ - public final org.jooq.TableField AUTHOR = createField("AUTHOR", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField AUTHOR = createField("AUTHOR", org.jooq.impl.SQLDataType.VARCHAR.length(101), this); /** * The column PUBLIC.V_LIBRARY.TITLE. */ - public final org.jooq.TableField TITLE = createField("TITLE", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField TITLE = createField("TITLE", org.jooq.impl.SQLDataType.VARCHAR.length(400), this); /** * Create a PUBLIC.V_LIBRARY table reference diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/XTestCase_85.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/XTestCase_85.java index 409ca4f6ce..84a2de394c 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/XTestCase_85.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/XTestCase_85.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class XTestCase_85 extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -1326782430; + private static final long serialVersionUID = -1558240186; /** * The singleton instance of PUBLIC.X_TEST_CASE_85 @@ -37,7 +37,7 @@ public class XTestCase_85 extends org.jooq.impl.UpdatableTableImplPUBLIC.X_TEST_CASE_85.X_UNUSED_NAME. */ - public final org.jooq.TableField X_UNUSED_NAME = createField("X_UNUSED_NAME", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField X_UNUSED_NAME = createField("X_UNUSED_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(10), this); /** * Create a PUBLIC.X_TEST_CASE_85 table reference diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/XUnused.java b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/XUnused.java index 507a5cb574..a0ac7d32a5 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/XUnused.java +++ b/jOOQ-test/src/org/jooq/test/hsqldb/generatedclasses/tables/XUnused.java @@ -9,7 +9,7 @@ package org.jooq.test.hsqldb.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class XUnused extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 1242895425; + private static final long serialVersionUID = 868916292; /** * The singleton instance of PUBLIC.X_UNUSED @@ -32,12 +32,12 @@ public class XUnused extends org.jooq.impl.UpdatableTableImplPUBLIC.X_UNUSED.NAME. */ - public final org.jooq.TableField NAME = createField("NAME", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField NAME = createField("NAME", org.jooq.impl.SQLDataType.VARCHAR.length(10), this); /** * The column PUBLIC.X_UNUSED.BIG_INTEGER. */ - public final org.jooq.TableField BIG_INTEGER = createField("BIG_INTEGER", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, this); + public final org.jooq.TableField BIG_INTEGER = createField("BIG_INTEGER", org.jooq.impl.SQLDataType.DECIMAL_INTEGER.precision(25), this); /** * The column PUBLIC.X_UNUSED.ID_REF. @@ -87,12 +87,12 @@ public class XUnused extends org.jooq.impl.UpdatableTableImplPUBLIC.X_UNUSED.NAME_REF. */ - public final org.jooq.TableField NAME_REF = createField("NAME_REF", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField NAME_REF = createField("NAME_REF", org.jooq.impl.SQLDataType.VARCHAR.length(10), this); /** * The column PUBLIC.X_UNUSED.FIELD 737. */ - public final org.jooq.TableField FIELD_737 = createField("FIELD 737", org.jooq.impl.SQLDataType.DECIMAL, this); + public final org.jooq.TableField FIELD_737 = createField("FIELD 737", org.jooq.impl.SQLDataType.DECIMAL.precision(25).scale(2), this); /** * The column PUBLIC.X_UNUSED.CONNECTION.