From a5dd92934625d2dcd69b04e682dba946d006ef1f Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Mon, 26 May 2014 17:47:49 +0200 Subject: [PATCH] [#682] More database code generations done with Maven --- .../org.eclipse.core.resources.prefs | 1 - .../launch/GenerationTool Access test.launch | 32 - .../launch/GenerationTool CUBRID test.launch | 32 - .../launch/GenerationTool DB2 test.launch | 34 - .../launch/GenerationTool Derby test.launch | 34 - .../GenerationTool Firebird test.launch | 37 - .../GenerationTool H2 test (matchers).launch | 34 - .../launch/GenerationTool H2 test.launch | 34 - .../launch/GenerationTool HSQLDB test.launch | 32 - .../launch/GenerationTool Ingres test.launch | 32 - .../GenerationTool JDBC test (Oracle).launch | 33 - .../launch/GenerationTool JDBC test.launch | 33 - .../launch/GenerationTool MariaDB test.launch | 30 - .../launch/GenerationTool MySQL sakila.launch | 31 - .../launch/GenerationTool MySQL test.launch | 30 - ...onTool MySQL test2 (schema-rewrite).launch | 30 - .../GenerationTool Oracle sys-test.launch | 32 - ...nTool Oracle test (custom strategy).launch | 32 - ...Oracle test (map date to timestamp).launch | 32 - .../launch/GenerationTool Oracle test.launch | 32 - .../GenerationTool Postgres test.launch | 33 - ...rationTool SQLServer AdventureWorks.launch | 33 - .../GenerationTool SQLServer test.launch | 33 - .../launch/GenerationTool SQLite test.launch | 32 - .../GenerationTool Sybase ASE test.launch | 34 - .../launch/GenerationTool Sybase test.launch | 33 - .../launch/Meta-Generate CUBRID dba.launch | 30 - .../launch/Meta-Generate DB2 syscat.launch | 29 - .../launch/Meta-Generate Derby sys.launch | 33 - .../launch/Meta-Generate Firebird RDB.launch | 37 - ...Meta-Generate H2 information_schema.launch | 32 - ...-Generate HSQLDB information_schema.launch | 33 - .../Meta-Generate Ingres $ingres.launch | 32 - ...a-Generate MySQL information_schema.launch | 31 - .../launch/Meta-Generate MySQL mysql.launch | 31 - .../launch/Meta-Generate Oracle sys.launch | 30 - ...enerate Postgres information_schema.launch | 32 - .../Meta-Generate Postgres pg_catalog.launch | 30 - ...nerate SQLServer information_schema.launch | 30 - .../Meta-Generate Sybase ASE sys.launch | 30 - .../launch/Meta-Generate Sybase sys.launch | 29 - jOOQ-test/launch/Server Client H2.launch | 17 - jOOQ-test/launch/Server Client HSQLDB.launch | 18 - jOOQ-test/launch/Server Start Derby.launch | 18 - jOOQ-test/launch/Server Start HSQLDB.launch | 17 - .../test/mysql2/generatedclasses/Keys.java | 106 --- .../mysql2/generatedclasses/Routines.java | 255 ------- .../test/mysql2/generatedclasses/Tables.java | 133 ---- .../test/mysql2/generatedclasses/Test2.java | 60 -- .../generatedclasses/enums/TBookStatus.java | 49 -- .../enums/T_959JavaKeywords.java | 145 ---- .../enums/T_959SpecialCharacters.java | 53 -- .../generatedclasses/enums/VBookStatus.java | 49 -- .../generatedclasses/routines/F317.java | 109 --- .../routines/FAuthorExists.java | 49 -- .../generatedclasses/routines/FNumber.java | 49 -- .../generatedclasses/routines/FOne.java | 29 - .../routines/Fp1908_FUNCTION.java | 48 -- .../routines/Fp1908_PROCEDURE.java | 48 -- .../generatedclasses/routines/P2412.java | 93 --- .../generatedclasses/routines/P391.java | 115 --- .../routines/PAuthorExists.java | 49 -- .../routines/PCreateAuthor.java | 22 - .../routines/PCreateAuthorByName.java | 49 -- .../generatedclasses/routines/PUnused.java | 67 -- .../routines/TestMultiSets.java | 20 - .../generatedclasses/tables/TAuthor.java | 111 --- .../mysql2/generatedclasses/tables/TBook.java | 139 ---- .../generatedclasses/tables/TBookStore.java | 86 --- .../tables/TBookToBookStore.java | 104 --- .../generatedclasses/tables/TBooleans.java | 134 ---- .../generatedclasses/tables/TDates.java | 119 ---- .../generatedclasses/tables/TExoticTypes.java | 89 --- .../generatedclasses/tables/TIdentityPk.java | 97 --- .../generatedclasses/tables/TLanguage.java | 101 --- .../generatedclasses/tables/TTriggers.java | 102 --- .../generatedclasses/tables/TUnsigned.java | 83 --- .../generatedclasses/tables/T_2926.java | 83 --- .../tables/T_639NumbersTable.java | 144 ---- .../generatedclasses/tables/T_725LobTest.java | 89 --- .../mysql2/generatedclasses/tables/T_785.java | 78 --- .../mysql2/generatedclasses/tables/T_959.java | 73 -- .../generatedclasses/tables/VAuthor.java | 95 --- .../mysql2/generatedclasses/tables/VBook.java | 115 --- .../generatedclasses/tables/VLibrary.java | 75 -- .../tables/XTestCase_2025.java | 83 --- .../tables/XTestCase_64_69.java | 99 --- .../generatedclasses/tables/XTestCase_71.java | 99 --- .../generatedclasses/tables/XTestCase_85.java | 104 --- .../generatedclasses/tables/XUnused.java | 159 ----- .../tables/pojos/TAuthor.java | 97 --- .../generatedclasses/tables/pojos/TBook.java | 145 ---- .../tables/pojos/TBookStore.java | 37 - .../tables/pojos/TBookToBookStore.java | 62 -- .../tables/pojos/TBooleans.java | 155 ----- .../generatedclasses/tables/pojos/TDates.java | 119 ---- .../tables/pojos/TExoticTypes.java | 47 -- .../tables/pojos/TIdentityPk.java | 47 -- .../tables/pojos/TLanguage.java | 73 -- .../tables/pojos/TTriggers.java | 59 -- .../tables/pojos/TUnsigned.java | 70 -- .../generatedclasses/tables/pojos/T_2926.java | 70 -- .../tables/pojos/T_639NumbersTable.java | 179 ----- .../tables/pojos/T_725LobTest.java | 47 -- .../generatedclasses/tables/pojos/T_785.java | 58 -- .../generatedclasses/tables/pojos/T_959.java | 46 -- .../tables/pojos/VAuthor.java | 96 --- .../generatedclasses/tables/pojos/VBook.java | 144 ---- .../tables/pojos/VLibrary.java | 48 -- .../tables/pojos/XTestCase_2025.java | 48 -- .../tables/pojos/XTestCase_64_69.java | 49 -- .../tables/pojos/XTestCase_71.java | 49 -- .../tables/pojos/XTestCase_85.java | 61 -- .../tables/pojos/XUnused.java | 194 ------ .../tables/records/TAuthorRecord.java | 323 --------- .../tables/records/TBookRecord.java | 487 ------------- .../tables/records/TBookStoreRecord.java | 118 ---- .../records/TBookToBookStoreRecord.java | 201 ------ .../tables/records/TBooleansRecord.java | 526 -------------- .../tables/records/TDatesRecord.java | 403 ----------- .../tables/records/TExoticTypesRecord.java | 157 ----- .../tables/records/TIdentityPkRecord.java | 157 ----- .../tables/records/TLanguageRecord.java | 241 ------- .../tables/records/TTriggersRecord.java | 198 ------ .../tables/records/TUnsignedRecord.java | 226 ------ .../tables/records/T_2926Record.java | 226 ------ .../records/T_639NumbersTableRecord.java | 608 ---------------- .../tables/records/T_725LobTestRecord.java | 157 ----- .../tables/records/T_785Record.java | 185 ----- .../tables/records/T_959Record.java | 144 ---- .../tables/records/VAuthorRecord.java | 310 --------- .../tables/records/VBookRecord.java | 474 ------------- .../tables/records/VLibraryRecord.java | 146 ---- .../tables/records/XTestCase_2025Record.java | 146 ---- .../tables/records/XTestCase_64_69Record.java | 159 ----- .../tables/records/XTestCase_71Record.java | 159 ----- .../tables/records/XTestCase_85Record.java | 200 ------ .../tables/records/XUnusedRecord.java | 652 ------------------ .../src/test/java/org/jooq/test/h2/F.java | 144 ---- .../org/jooq/test/h2/GenerateLargeSchema.java | 74 -- .../java/org/jooq/test/h2/H2Generator.java | 56 -- .../org/jooq/test/h2/TTriggersTrigger.java | 74 -- .../jooq/configuration/lukas/cubrid/dba.xml | 27 - .../jooq/configuration/lukas/derby/sys.xml | 40 -- .../jooq/configuration/lukas/firebird/rdb.xml | 39 -- .../lukas/h2/information_schema.xml | 40 -- .../lukas/h2/library-matchers.xml | 240 ------- .../lukas/hsqldb/information_schema.xml | 40 -- .../configuration/lukas/hsqldb/library.xml | 184 ----- .../lukas/postgres/information_schema.xml | 40 -- .../lukas/postgres/pg_catalog.xml | 40 -- 151 files changed, 15053 deletions(-) delete mode 100644 jOOQ-test/launch/GenerationTool Access test.launch delete mode 100644 jOOQ-test/launch/GenerationTool CUBRID test.launch delete mode 100644 jOOQ-test/launch/GenerationTool DB2 test.launch delete mode 100644 jOOQ-test/launch/GenerationTool Derby test.launch delete mode 100644 jOOQ-test/launch/GenerationTool Firebird test.launch delete mode 100644 jOOQ-test/launch/GenerationTool H2 test (matchers).launch delete mode 100644 jOOQ-test/launch/GenerationTool H2 test.launch delete mode 100644 jOOQ-test/launch/GenerationTool HSQLDB test.launch delete mode 100644 jOOQ-test/launch/GenerationTool Ingres test.launch delete mode 100644 jOOQ-test/launch/GenerationTool JDBC test (Oracle).launch delete mode 100644 jOOQ-test/launch/GenerationTool JDBC test.launch delete mode 100644 jOOQ-test/launch/GenerationTool MariaDB test.launch delete mode 100644 jOOQ-test/launch/GenerationTool MySQL sakila.launch delete mode 100644 jOOQ-test/launch/GenerationTool MySQL test.launch delete mode 100644 jOOQ-test/launch/GenerationTool MySQL test2 (schema-rewrite).launch delete mode 100644 jOOQ-test/launch/GenerationTool Oracle sys-test.launch delete mode 100644 jOOQ-test/launch/GenerationTool Oracle test (custom strategy).launch delete mode 100644 jOOQ-test/launch/GenerationTool Oracle test (map date to timestamp).launch delete mode 100644 jOOQ-test/launch/GenerationTool Oracle test.launch delete mode 100644 jOOQ-test/launch/GenerationTool Postgres test.launch delete mode 100644 jOOQ-test/launch/GenerationTool SQLServer AdventureWorks.launch delete mode 100644 jOOQ-test/launch/GenerationTool SQLServer test.launch delete mode 100644 jOOQ-test/launch/GenerationTool SQLite test.launch delete mode 100644 jOOQ-test/launch/GenerationTool Sybase ASE test.launch delete mode 100644 jOOQ-test/launch/GenerationTool Sybase test.launch delete mode 100644 jOOQ-test/launch/Meta-Generate CUBRID dba.launch delete mode 100644 jOOQ-test/launch/Meta-Generate DB2 syscat.launch delete mode 100644 jOOQ-test/launch/Meta-Generate Derby sys.launch delete mode 100644 jOOQ-test/launch/Meta-Generate Firebird RDB.launch delete mode 100644 jOOQ-test/launch/Meta-Generate H2 information_schema.launch delete mode 100644 jOOQ-test/launch/Meta-Generate HSQLDB information_schema.launch delete mode 100644 jOOQ-test/launch/Meta-Generate Ingres $ingres.launch delete mode 100644 jOOQ-test/launch/Meta-Generate MySQL information_schema.launch delete mode 100644 jOOQ-test/launch/Meta-Generate MySQL mysql.launch delete mode 100644 jOOQ-test/launch/Meta-Generate Oracle sys.launch delete mode 100644 jOOQ-test/launch/Meta-Generate Postgres information_schema.launch delete mode 100644 jOOQ-test/launch/Meta-Generate Postgres pg_catalog.launch delete mode 100644 jOOQ-test/launch/Meta-Generate SQLServer information_schema.launch delete mode 100644 jOOQ-test/launch/Meta-Generate Sybase ASE sys.launch delete mode 100644 jOOQ-test/launch/Meta-Generate Sybase sys.launch delete mode 100644 jOOQ-test/launch/Server Client H2.launch delete mode 100644 jOOQ-test/launch/Server Client HSQLDB.launch delete mode 100644 jOOQ-test/launch/Server Start Derby.launch delete mode 100644 jOOQ-test/launch/Server Start HSQLDB.launch delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Keys.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Routines.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Tables.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Test2.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/TBookStatus.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/T_959JavaKeywords.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/T_959SpecialCharacters.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/VBookStatus.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/F317.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FAuthorExists.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FNumber.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FOne.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/Fp1908_FUNCTION.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/Fp1908_PROCEDURE.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/P2412.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/P391.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PAuthorExists.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PCreateAuthor.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PCreateAuthorByName.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PUnused.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/TestMultiSets.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TAuthor.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBook.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookStore.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookToBookStore.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBooleans.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TDates.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TExoticTypes.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TIdentityPk.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TLanguage.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TTriggers.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TUnsigned.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_2926.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_639NumbersTable.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_725LobTest.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_785.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_959.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VAuthor.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VBook.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VLibrary.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_2025.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_64_69.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_71.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_85.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XUnused.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TAuthor.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBook.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBookStore.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBookToBookStore.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBooleans.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TDates.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TExoticTypes.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TIdentityPk.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TLanguage.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TTriggers.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TUnsigned.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_2926.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_639NumbersTable.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_725LobTest.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_785.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_959.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VAuthor.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VBook.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VLibrary.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_2025.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_64_69.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_71.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_85.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XUnused.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TAuthorRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookStoreRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookToBookStoreRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBooleansRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TDatesRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TExoticTypesRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TIdentityPkRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TLanguageRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TTriggersRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TUnsignedRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_2926Record.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_639NumbersTableRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_725LobTestRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_785Record.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_959Record.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VAuthorRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VBookRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VLibraryRecord.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_2025Record.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_64_69Record.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_71Record.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_85Record.java delete mode 100644 jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XUnusedRecord.java delete mode 100644 jOOQ-test/src/test/java/org/jooq/test/h2/F.java delete mode 100644 jOOQ-test/src/test/java/org/jooq/test/h2/GenerateLargeSchema.java delete mode 100644 jOOQ-test/src/test/java/org/jooq/test/h2/H2Generator.java delete mode 100644 jOOQ-test/src/test/java/org/jooq/test/h2/TTriggersTrigger.java delete mode 100644 jOOQ-test/src/test/resources/org/jooq/configuration/lukas/cubrid/dba.xml delete mode 100644 jOOQ-test/src/test/resources/org/jooq/configuration/lukas/derby/sys.xml delete mode 100644 jOOQ-test/src/test/resources/org/jooq/configuration/lukas/firebird/rdb.xml delete mode 100644 jOOQ-test/src/test/resources/org/jooq/configuration/lukas/h2/information_schema.xml delete mode 100644 jOOQ-test/src/test/resources/org/jooq/configuration/lukas/h2/library-matchers.xml delete mode 100644 jOOQ-test/src/test/resources/org/jooq/configuration/lukas/hsqldb/information_schema.xml delete mode 100644 jOOQ-test/src/test/resources/org/jooq/configuration/lukas/hsqldb/library.xml delete mode 100644 jOOQ-test/src/test/resources/org/jooq/configuration/lukas/postgres/information_schema.xml delete mode 100644 jOOQ-test/src/test/resources/org/jooq/configuration/lukas/postgres/pg_catalog.xml diff --git a/jOOQ-test/.settings/org.eclipse.core.resources.prefs b/jOOQ-test/.settings/org.eclipse.core.resources.prefs index 5240b69c1b..a37cfca45c 100644 --- a/jOOQ-test/.settings/org.eclipse.core.resources.prefs +++ b/jOOQ-test/.settings/org.eclipse.core.resources.prefs @@ -2,6 +2,5 @@ eclipse.preferences.version=1 encoding//src/main/java=UTF-8 encoding//src/main/resources=UTF-8 encoding//src/test/java=UTF-8 -encoding//src/test/resources=UTF-8 encoding//target/generated-sources/xjc=UTF-8 encoding/=UTF-8 diff --git a/jOOQ-test/launch/GenerationTool Access test.launch b/jOOQ-test/launch/GenerationTool Access test.launch deleted file mode 100644 index 0a253dff43..0000000000 --- a/jOOQ-test/launch/GenerationTool Access test.launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool CUBRID test.launch b/jOOQ-test/launch/GenerationTool CUBRID test.launch deleted file mode 100644 index 0834d5f42b..0000000000 --- a/jOOQ-test/launch/GenerationTool CUBRID test.launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool DB2 test.launch b/jOOQ-test/launch/GenerationTool DB2 test.launch deleted file mode 100644 index 0e8a9dc150..0000000000 --- a/jOOQ-test/launch/GenerationTool DB2 test.launch +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool Derby test.launch b/jOOQ-test/launch/GenerationTool Derby test.launch deleted file mode 100644 index 271571ca70..0000000000 --- a/jOOQ-test/launch/GenerationTool Derby test.launch +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool Firebird test.launch b/jOOQ-test/launch/GenerationTool Firebird test.launch deleted file mode 100644 index ad4a71efee..0000000000 --- a/jOOQ-test/launch/GenerationTool Firebird test.launch +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool H2 test (matchers).launch b/jOOQ-test/launch/GenerationTool H2 test (matchers).launch deleted file mode 100644 index e15b652089..0000000000 --- a/jOOQ-test/launch/GenerationTool H2 test (matchers).launch +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool H2 test.launch b/jOOQ-test/launch/GenerationTool H2 test.launch deleted file mode 100644 index 886b6eb783..0000000000 --- a/jOOQ-test/launch/GenerationTool H2 test.launch +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool HSQLDB test.launch b/jOOQ-test/launch/GenerationTool HSQLDB test.launch deleted file mode 100644 index c6f4a64d68..0000000000 --- a/jOOQ-test/launch/GenerationTool HSQLDB test.launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool Ingres test.launch b/jOOQ-test/launch/GenerationTool Ingres test.launch deleted file mode 100644 index 42ba571f1a..0000000000 --- a/jOOQ-test/launch/GenerationTool Ingres test.launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool JDBC test (Oracle).launch b/jOOQ-test/launch/GenerationTool JDBC test (Oracle).launch deleted file mode 100644 index d17fc2c461..0000000000 --- a/jOOQ-test/launch/GenerationTool JDBC test (Oracle).launch +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool JDBC test.launch b/jOOQ-test/launch/GenerationTool JDBC test.launch deleted file mode 100644 index 0c21b7ae89..0000000000 --- a/jOOQ-test/launch/GenerationTool JDBC test.launch +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool MariaDB test.launch b/jOOQ-test/launch/GenerationTool MariaDB test.launch deleted file mode 100644 index 54e1b54916..0000000000 --- a/jOOQ-test/launch/GenerationTool MariaDB test.launch +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool MySQL sakila.launch b/jOOQ-test/launch/GenerationTool MySQL sakila.launch deleted file mode 100644 index 2aad1229aa..0000000000 --- a/jOOQ-test/launch/GenerationTool MySQL sakila.launch +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool MySQL test.launch b/jOOQ-test/launch/GenerationTool MySQL test.launch deleted file mode 100644 index 33c8d2e8b2..0000000000 --- a/jOOQ-test/launch/GenerationTool MySQL test.launch +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool MySQL test2 (schema-rewrite).launch b/jOOQ-test/launch/GenerationTool MySQL test2 (schema-rewrite).launch deleted file mode 100644 index 2961ed34d0..0000000000 --- a/jOOQ-test/launch/GenerationTool MySQL test2 (schema-rewrite).launch +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool Oracle sys-test.launch b/jOOQ-test/launch/GenerationTool Oracle sys-test.launch deleted file mode 100644 index c4cf16419c..0000000000 --- a/jOOQ-test/launch/GenerationTool Oracle sys-test.launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool Oracle test (custom strategy).launch b/jOOQ-test/launch/GenerationTool Oracle test (custom strategy).launch deleted file mode 100644 index 86398e0aae..0000000000 --- a/jOOQ-test/launch/GenerationTool Oracle test (custom strategy).launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool Oracle test (map date to timestamp).launch b/jOOQ-test/launch/GenerationTool Oracle test (map date to timestamp).launch deleted file mode 100644 index 368b011e50..0000000000 --- a/jOOQ-test/launch/GenerationTool Oracle test (map date to timestamp).launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool Oracle test.launch b/jOOQ-test/launch/GenerationTool Oracle test.launch deleted file mode 100644 index 8f5caab364..0000000000 --- a/jOOQ-test/launch/GenerationTool Oracle test.launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool Postgres test.launch b/jOOQ-test/launch/GenerationTool Postgres test.launch deleted file mode 100644 index 55b59b0417..0000000000 --- a/jOOQ-test/launch/GenerationTool Postgres test.launch +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool SQLServer AdventureWorks.launch b/jOOQ-test/launch/GenerationTool SQLServer AdventureWorks.launch deleted file mode 100644 index e01d3d4e1b..0000000000 --- a/jOOQ-test/launch/GenerationTool SQLServer AdventureWorks.launch +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool SQLServer test.launch b/jOOQ-test/launch/GenerationTool SQLServer test.launch deleted file mode 100644 index b073bd8d4a..0000000000 --- a/jOOQ-test/launch/GenerationTool SQLServer test.launch +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool SQLite test.launch b/jOOQ-test/launch/GenerationTool SQLite test.launch deleted file mode 100644 index d59ca446eb..0000000000 --- a/jOOQ-test/launch/GenerationTool SQLite test.launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool Sybase ASE test.launch b/jOOQ-test/launch/GenerationTool Sybase ASE test.launch deleted file mode 100644 index 215120a265..0000000000 --- a/jOOQ-test/launch/GenerationTool Sybase ASE test.launch +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/GenerationTool Sybase test.launch b/jOOQ-test/launch/GenerationTool Sybase test.launch deleted file mode 100644 index 19ffe71b27..0000000000 --- a/jOOQ-test/launch/GenerationTool Sybase test.launch +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate CUBRID dba.launch b/jOOQ-test/launch/Meta-Generate CUBRID dba.launch deleted file mode 100644 index 04332d5999..0000000000 --- a/jOOQ-test/launch/Meta-Generate CUBRID dba.launch +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate DB2 syscat.launch b/jOOQ-test/launch/Meta-Generate DB2 syscat.launch deleted file mode 100644 index a0fb30e051..0000000000 --- a/jOOQ-test/launch/Meta-Generate DB2 syscat.launch +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate Derby sys.launch b/jOOQ-test/launch/Meta-Generate Derby sys.launch deleted file mode 100644 index 4243241bf9..0000000000 --- a/jOOQ-test/launch/Meta-Generate Derby sys.launch +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate Firebird RDB.launch b/jOOQ-test/launch/Meta-Generate Firebird RDB.launch deleted file mode 100644 index ed145349d5..0000000000 --- a/jOOQ-test/launch/Meta-Generate Firebird RDB.launch +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate H2 information_schema.launch b/jOOQ-test/launch/Meta-Generate H2 information_schema.launch deleted file mode 100644 index 12408b3fde..0000000000 --- a/jOOQ-test/launch/Meta-Generate H2 information_schema.launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate HSQLDB information_schema.launch b/jOOQ-test/launch/Meta-Generate HSQLDB information_schema.launch deleted file mode 100644 index 0b8c80da88..0000000000 --- a/jOOQ-test/launch/Meta-Generate HSQLDB information_schema.launch +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate Ingres $ingres.launch b/jOOQ-test/launch/Meta-Generate Ingres $ingres.launch deleted file mode 100644 index fa4e06d169..0000000000 --- a/jOOQ-test/launch/Meta-Generate Ingres $ingres.launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate MySQL information_schema.launch b/jOOQ-test/launch/Meta-Generate MySQL information_schema.launch deleted file mode 100644 index 58b8b9992c..0000000000 --- a/jOOQ-test/launch/Meta-Generate MySQL information_schema.launch +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate MySQL mysql.launch b/jOOQ-test/launch/Meta-Generate MySQL mysql.launch deleted file mode 100644 index a6c2eb8420..0000000000 --- a/jOOQ-test/launch/Meta-Generate MySQL mysql.launch +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate Oracle sys.launch b/jOOQ-test/launch/Meta-Generate Oracle sys.launch deleted file mode 100644 index 24943d4a55..0000000000 --- a/jOOQ-test/launch/Meta-Generate Oracle sys.launch +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate Postgres information_schema.launch b/jOOQ-test/launch/Meta-Generate Postgres information_schema.launch deleted file mode 100644 index f1bbdceda2..0000000000 --- a/jOOQ-test/launch/Meta-Generate Postgres information_schema.launch +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate Postgres pg_catalog.launch b/jOOQ-test/launch/Meta-Generate Postgres pg_catalog.launch deleted file mode 100644 index bfb74c0ec4..0000000000 --- a/jOOQ-test/launch/Meta-Generate Postgres pg_catalog.launch +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate SQLServer information_schema.launch b/jOOQ-test/launch/Meta-Generate SQLServer information_schema.launch deleted file mode 100644 index 6ae96d0a48..0000000000 --- a/jOOQ-test/launch/Meta-Generate SQLServer information_schema.launch +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate Sybase ASE sys.launch b/jOOQ-test/launch/Meta-Generate Sybase ASE sys.launch deleted file mode 100644 index db12893bcc..0000000000 --- a/jOOQ-test/launch/Meta-Generate Sybase ASE sys.launch +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Meta-Generate Sybase sys.launch b/jOOQ-test/launch/Meta-Generate Sybase sys.launch deleted file mode 100644 index 9c5301ca92..0000000000 --- a/jOOQ-test/launch/Meta-Generate Sybase sys.launch +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Server Client H2.launch b/jOOQ-test/launch/Server Client H2.launch deleted file mode 100644 index d8aa0653e5..0000000000 --- a/jOOQ-test/launch/Server Client H2.launch +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Server Client HSQLDB.launch b/jOOQ-test/launch/Server Client HSQLDB.launch deleted file mode 100644 index d952ca011a..0000000000 --- a/jOOQ-test/launch/Server Client HSQLDB.launch +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Server Start Derby.launch b/jOOQ-test/launch/Server Start Derby.launch deleted file mode 100644 index 29d225a33a..0000000000 --- a/jOOQ-test/launch/Server Start Derby.launch +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/launch/Server Start HSQLDB.launch b/jOOQ-test/launch/Server Start HSQLDB.launch deleted file mode 100644 index 2467516b0a..0000000000 --- a/jOOQ-test/launch/Server Start HSQLDB.launch +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Keys.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Keys.java deleted file mode 100644 index 6112154b2a..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Keys.java +++ /dev/null @@ -1,106 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses; - -/** - * This class is generated by jOOQ. - * - * A class modelling foreign key relationships between tables of the test2 - * schema - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class Keys { - - // ------------------------------------------------------------------------- - // IDENTITY definitions - // ------------------------------------------------------------------------- - - public static final org.jooq.Identity IDENTITY_T_IDENTITY_PK = Identities0.IDENTITY_T_IDENTITY_PK; - public static final org.jooq.Identity IDENTITY_T_TRIGGERS = Identities0.IDENTITY_T_TRIGGERS; - - // ------------------------------------------------------------------------- - // UNIQUE and PRIMARY KEY definitions - // ------------------------------------------------------------------------- - - public static final org.jooq.UniqueKey KEY_T_639_NUMBERS_TABLE_PRIMARY = UniqueKeys0.KEY_T_639_NUMBERS_TABLE_PRIMARY; - public static final org.jooq.UniqueKey KEY_T_725_LOB_TEST_PRIMARY = UniqueKeys0.KEY_T_725_LOB_TEST_PRIMARY; - public static final org.jooq.UniqueKey KEY_T_AUTHOR_PRIMARY = UniqueKeys0.KEY_T_AUTHOR_PRIMARY; - public static final org.jooq.UniqueKey KEY_T_BOOK_PRIMARY = UniqueKeys0.KEY_T_BOOK_PRIMARY; - public static final org.jooq.UniqueKey KEY_T_BOOK_STORE_PRIMARY = UniqueKeys0.KEY_T_BOOK_STORE_PRIMARY; - public static final org.jooq.UniqueKey KEY_T_BOOK_TO_BOOK_STORE_PRIMARY = UniqueKeys0.KEY_T_BOOK_TO_BOOK_STORE_PRIMARY; - public static final org.jooq.UniqueKey KEY_T_BOOLEANS_PRIMARY = UniqueKeys0.KEY_T_BOOLEANS_PRIMARY; - public static final org.jooq.UniqueKey KEY_T_DATES_PRIMARY = UniqueKeys0.KEY_T_DATES_PRIMARY; - public static final org.jooq.UniqueKey KEY_T_EXOTIC_TYPES_PRIMARY = UniqueKeys0.KEY_T_EXOTIC_TYPES_PRIMARY; - public static final org.jooq.UniqueKey KEY_T_IDENTITY_PK_PRIMARY = UniqueKeys0.KEY_T_IDENTITY_PK_PRIMARY; - public static final org.jooq.UniqueKey KEY_T_LANGUAGE_PRIMARY = UniqueKeys0.KEY_T_LANGUAGE_PRIMARY; - public static final org.jooq.UniqueKey KEY_T_TRIGGERS_PRIMARY = UniqueKeys0.KEY_T_TRIGGERS_PRIMARY; - public static final org.jooq.UniqueKey KEY_X_TEST_CASE_64_69_PRIMARY = UniqueKeys0.KEY_X_TEST_CASE_64_69_PRIMARY; - public static final org.jooq.UniqueKey KEY_X_TEST_CASE_71_PRIMARY = UniqueKeys0.KEY_X_TEST_CASE_71_PRIMARY; - public static final org.jooq.UniqueKey KEY_X_TEST_CASE_85_PRIMARY = UniqueKeys0.KEY_X_TEST_CASE_85_PRIMARY; - public static final org.jooq.UniqueKey KEY_X_UNUSED_PRIMARY = UniqueKeys0.KEY_X_UNUSED_PRIMARY; - public static final org.jooq.UniqueKey KEY_X_UNUSED_UK_X_UNUSED_ID = UniqueKeys0.KEY_X_UNUSED_UK_X_UNUSED_ID; - - // ------------------------------------------------------------------------- - // FOREIGN KEY definitions - // ------------------------------------------------------------------------- - - public static final org.jooq.ForeignKey FK_T_BOOK_AUTHOR_ID = ForeignKeys0.FK_T_BOOK_AUTHOR_ID; - public static final org.jooq.ForeignKey FK_T_BOOK_CO_AUTHOR_ID = ForeignKeys0.FK_T_BOOK_CO_AUTHOR_ID; - public static final org.jooq.ForeignKey FK_T_BOOK_LANGUAGE_ID = ForeignKeys0.FK_T_BOOK_LANGUAGE_ID; - public static final org.jooq.ForeignKey FK_B2BS_BS_NAME = ForeignKeys0.FK_B2BS_BS_NAME; - public static final org.jooq.ForeignKey FK_B2BS_B_ID = ForeignKeys0.FK_B2BS_B_ID; - public static final org.jooq.ForeignKey FK_X_TEST_CASE_2025_1 = ForeignKeys0.FK_X_TEST_CASE_2025_1; - public static final org.jooq.ForeignKey FK_X_TEST_CASE_2025_2 = ForeignKeys0.FK_X_TEST_CASE_2025_2; - public static final org.jooq.ForeignKey FK_X_TEST_CASE_2025_3 = ForeignKeys0.FK_X_TEST_CASE_2025_3; - public static final org.jooq.ForeignKey FK_X_TEST_CASE_64_69A = ForeignKeys0.FK_X_TEST_CASE_64_69A; - public static final org.jooq.ForeignKey FK_X_TEST_CASE_64_69B = ForeignKeys0.FK_X_TEST_CASE_64_69B; - public static final org.jooq.ForeignKey FK_X_TEST_CASE_71 = ForeignKeys0.FK_X_TEST_CASE_71; - public static final org.jooq.ForeignKey FK_X_TEST_CASE_85 = ForeignKeys0.FK_X_TEST_CASE_85; - public static final org.jooq.ForeignKey FK_X_UNUSED_SELF = ForeignKeys0.FK_X_UNUSED_SELF; - - // ------------------------------------------------------------------------- - // [#1459] distribute members to avoid static initialisers > 64kb - // ------------------------------------------------------------------------- - - private static class Identities0 extends org.jooq.impl.AbstractKeys { - public static org.jooq.Identity IDENTITY_T_IDENTITY_PK = createIdentity(org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK, org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK.ID); - public static org.jooq.Identity IDENTITY_T_TRIGGERS = createIdentity(org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS, org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS.ID_GENERATED); - } - - private static class UniqueKeys0 extends org.jooq.impl.AbstractKeys { - public static final org.jooq.UniqueKey KEY_T_639_NUMBERS_TABLE_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE, org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.ID); - public static final org.jooq.UniqueKey KEY_T_725_LOB_TEST_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST, org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST.ID); - public static final org.jooq.UniqueKey KEY_T_AUTHOR_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR, org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR.ID); - public static final org.jooq.UniqueKey KEY_T_BOOK_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK, org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.ID); - public static final org.jooq.UniqueKey KEY_T_BOOK_STORE_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.TBookStore.T_BOOK_STORE, org.jooq.test.mysql2.generatedclasses.tables.TBookStore.T_BOOK_STORE.NAME); - public static final org.jooq.UniqueKey KEY_T_BOOK_TO_BOOK_STORE_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE, org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE.BOOK_STORE_NAME, org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE.BOOK_ID); - public static final org.jooq.UniqueKey KEY_T_BOOLEANS_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS, org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.ID); - public static final org.jooq.UniqueKey KEY_T_DATES_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES, org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES.ID); - public static final org.jooq.UniqueKey KEY_T_EXOTIC_TYPES_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes.T_EXOTIC_TYPES, org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes.T_EXOTIC_TYPES.ID); - public static final org.jooq.UniqueKey KEY_T_IDENTITY_PK_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK, org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK.ID); - public static final org.jooq.UniqueKey KEY_T_LANGUAGE_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.TLanguage.T_LANGUAGE, org.jooq.test.mysql2.generatedclasses.tables.TLanguage.T_LANGUAGE.ID); - public static final org.jooq.UniqueKey KEY_T_TRIGGERS_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS, org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS.ID_GENERATED); - public static final org.jooq.UniqueKey KEY_X_TEST_CASE_64_69_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69.ID); - public static final org.jooq.UniqueKey KEY_X_TEST_CASE_71_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71.ID); - public static final org.jooq.UniqueKey KEY_X_TEST_CASE_85_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85.ID); - public static final org.jooq.UniqueKey KEY_X_UNUSED_PRIMARY = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED, org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.ID, org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.NAME); - public static final org.jooq.UniqueKey KEY_X_UNUSED_UK_X_UNUSED_ID = createUniqueKey(org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED, org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.ID); - } - - private static class ForeignKeys0 extends org.jooq.impl.AbstractKeys { - public static final org.jooq.ForeignKey FK_T_BOOK_AUTHOR_ID = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_AUTHOR_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK, org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.AUTHOR_ID); - public static final org.jooq.ForeignKey FK_T_BOOK_CO_AUTHOR_ID = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_AUTHOR_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK, org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.CO_AUTHOR_ID); - public static final org.jooq.ForeignKey FK_T_BOOK_LANGUAGE_ID = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_LANGUAGE_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK, org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.LANGUAGE_ID); - public static final org.jooq.ForeignKey FK_B2BS_BS_NAME = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_BOOK_STORE_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE, org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE.BOOK_STORE_NAME); - public static final org.jooq.ForeignKey FK_B2BS_B_ID = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_BOOK_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE, org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE.BOOK_ID); - public static final org.jooq.ForeignKey FK_X_TEST_CASE_2025_1 = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_TEST_CASE_85_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025.REF_ID); - public static final org.jooq.ForeignKey FK_X_TEST_CASE_2025_2 = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_TEST_CASE_71_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025.REF_ID); - public static final org.jooq.ForeignKey FK_X_TEST_CASE_2025_3 = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_UNUSED_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025.REF_ID, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025.REF_NAME); - public static final org.jooq.ForeignKey FK_X_TEST_CASE_64_69A = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_UNUSED_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69.UNUSED_ID); - public static final org.jooq.ForeignKey FK_X_TEST_CASE_64_69B = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_UNUSED_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69.UNUSED_ID); - public static final org.jooq.ForeignKey FK_X_TEST_CASE_71 = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_TEST_CASE_64_69_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71.TEST_CASE_64_69_ID); - public static final org.jooq.ForeignKey FK_X_TEST_CASE_85 = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_UNUSED_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85.X_UNUSED_ID, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85.X_UNUSED_NAME); - public static final org.jooq.ForeignKey FK_X_UNUSED_SELF = createForeignKey(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_UNUSED_PRIMARY, org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED, org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.ID_REF, org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.NAME_REF); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Routines.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Routines.java deleted file mode 100644 index d4257865ab..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Routines.java +++ /dev/null @@ -1,255 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses; - -/** - * This class is generated by jOOQ. - * - * Convenience access to all stored procedures and functions in test2 - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class Routines { - - /** - * Call test2.f317 - */ - public static java.lang.Integer f317(org.jooq.Configuration configuration, java.lang.Integer p1, java.lang.Integer p2, java.lang.Integer p3, java.lang.Integer p4) { - org.jooq.test.mysql2.generatedclasses.routines.F317 f = new org.jooq.test.mysql2.generatedclasses.routines.F317(); - f.setP1(p1); - f.setP2(p2); - f.setP3(p3); - f.setP4(p4); - - f.execute(configuration); - return f.getReturnValue(); - } - - /** - * Get test2.f317 as a field - */ - public static org.jooq.Field f317(java.lang.Integer p1, java.lang.Integer p2, java.lang.Integer p3, java.lang.Integer p4) { - org.jooq.test.mysql2.generatedclasses.routines.F317 f = new org.jooq.test.mysql2.generatedclasses.routines.F317(); - f.setP1(p1); - f.setP2(p2); - f.setP3(p3); - f.setP4(p4); - - return f.asField(); - } - - /** - * Get test2.f317 as a field - */ - public static org.jooq.Field f317(org.jooq.Field p1, org.jooq.Field p2, org.jooq.Field p3, org.jooq.Field p4) { - org.jooq.test.mysql2.generatedclasses.routines.F317 f = new org.jooq.test.mysql2.generatedclasses.routines.F317(); - f.setP1(p1); - f.setP2(p2); - f.setP3(p3); - f.setP4(p4); - - return f.asField(); - } - - /** - * Call test2.fp1908 - */ - public static java.lang.Integer fp1908_FUNCTION(org.jooq.Configuration configuration, java.lang.Integer p1) { - org.jooq.test.mysql2.generatedclasses.routines.Fp1908_FUNCTION f = new org.jooq.test.mysql2.generatedclasses.routines.Fp1908_FUNCTION(); - f.setP1(p1); - - f.execute(configuration); - return f.getReturnValue(); - } - - /** - * Get test2.fp1908 as a field - */ - public static org.jooq.Field fp1908_FUNCTION(java.lang.Integer p1) { - org.jooq.test.mysql2.generatedclasses.routines.Fp1908_FUNCTION f = new org.jooq.test.mysql2.generatedclasses.routines.Fp1908_FUNCTION(); - f.setP1(p1); - - return f.asField(); - } - - /** - * Get test2.fp1908 as a field - */ - public static org.jooq.Field fp1908_FUNCTION(org.jooq.Field p1) { - org.jooq.test.mysql2.generatedclasses.routines.Fp1908_FUNCTION f = new org.jooq.test.mysql2.generatedclasses.routines.Fp1908_FUNCTION(); - f.setP1(p1); - - return f.asField(); - } - - /** - * Call test2.fp1908 - */ - public static java.lang.Integer fp1908_PROCEDURE(org.jooq.Configuration configuration, java.lang.Integer p1) { - org.jooq.test.mysql2.generatedclasses.routines.Fp1908_PROCEDURE p = new org.jooq.test.mysql2.generatedclasses.routines.Fp1908_PROCEDURE(); - p.setP1(p1); - - p.execute(configuration); - return p.getP2(); - } - - /** - * Call test2.f_author_exists - */ - public static java.lang.Integer fAuthorExists(org.jooq.Configuration configuration, java.lang.String authorName) { - org.jooq.test.mysql2.generatedclasses.routines.FAuthorExists f = new org.jooq.test.mysql2.generatedclasses.routines.FAuthorExists(); - f.setAuthorName(authorName); - - f.execute(configuration); - return f.getReturnValue(); - } - - /** - * Get test2.f_author_exists as a field - */ - public static org.jooq.Field fAuthorExists(java.lang.String authorName) { - org.jooq.test.mysql2.generatedclasses.routines.FAuthorExists f = new org.jooq.test.mysql2.generatedclasses.routines.FAuthorExists(); - f.setAuthorName(authorName); - - return f.asField(); - } - - /** - * Get test2.f_author_exists as a field - */ - public static org.jooq.Field fAuthorExists(org.jooq.Field authorName) { - org.jooq.test.mysql2.generatedclasses.routines.FAuthorExists f = new org.jooq.test.mysql2.generatedclasses.routines.FAuthorExists(); - f.setAuthorName(authorName); - - return f.asField(); - } - - /** - * Call test2.f_number - */ - public static java.lang.Integer fNumber(org.jooq.Configuration configuration, java.lang.Integer n) { - org.jooq.test.mysql2.generatedclasses.routines.FNumber f = new org.jooq.test.mysql2.generatedclasses.routines.FNumber(); - f.setN(n); - - f.execute(configuration); - return f.getReturnValue(); - } - - /** - * Get test2.f_number as a field - */ - public static org.jooq.Field fNumber(java.lang.Integer n) { - org.jooq.test.mysql2.generatedclasses.routines.FNumber f = new org.jooq.test.mysql2.generatedclasses.routines.FNumber(); - f.setN(n); - - return f.asField(); - } - - /** - * Get test2.f_number as a field - */ - public static org.jooq.Field fNumber(org.jooq.Field n) { - org.jooq.test.mysql2.generatedclasses.routines.FNumber f = new org.jooq.test.mysql2.generatedclasses.routines.FNumber(); - f.setN(n); - - return f.asField(); - } - - /** - * Call test2.f_one - */ - public static java.lang.Integer fOne(org.jooq.Configuration configuration) { - org.jooq.test.mysql2.generatedclasses.routines.FOne f = new org.jooq.test.mysql2.generatedclasses.routines.FOne(); - - f.execute(configuration); - return f.getReturnValue(); - } - - /** - * Get test2.f_one as a field - */ - public static org.jooq.Field fOne() { - org.jooq.test.mysql2.generatedclasses.routines.FOne f = new org.jooq.test.mysql2.generatedclasses.routines.FOne(); - - return f.asField(); - } - - /** - * Call test2.p2412 - */ - public static org.jooq.test.mysql2.generatedclasses.routines.P2412 p2412(org.jooq.Configuration configuration, java.lang.Integer pIn_1, java.lang.Integer pIn_2, java.math.BigDecimal pInOut) { - org.jooq.test.mysql2.generatedclasses.routines.P2412 p = new org.jooq.test.mysql2.generatedclasses.routines.P2412(); - p.setPIn_1(pIn_1); - p.setPIn_2(pIn_2); - p.setPInOut(pInOut); - - p.execute(configuration); - return p; - } - - /** - * Call test2.p391 - */ - public static org.jooq.test.mysql2.generatedclasses.routines.P391 p391(org.jooq.Configuration configuration, java.lang.Integer i1, java.lang.Integer io1, java.lang.Integer io2, java.lang.Integer i2) { - org.jooq.test.mysql2.generatedclasses.routines.P391 p = new org.jooq.test.mysql2.generatedclasses.routines.P391(); - p.setI1(i1); - p.setIo1(io1); - p.setIo2(io2); - p.setI2(i2); - - p.execute(configuration); - return p; - } - - /** - * Call test2.p_author_exists - */ - public static java.lang.Integer pAuthorExists(org.jooq.Configuration configuration, java.lang.String authorName) { - org.jooq.test.mysql2.generatedclasses.routines.PAuthorExists p = new org.jooq.test.mysql2.generatedclasses.routines.PAuthorExists(); - p.setAuthorName(authorName); - - p.execute(configuration); - return p.getResult(); - } - - /** - * Call test2.p_create_author - */ - public static void pCreateAuthor(org.jooq.Configuration configuration) { - org.jooq.test.mysql2.generatedclasses.routines.PCreateAuthor p = new org.jooq.test.mysql2.generatedclasses.routines.PCreateAuthor(); - - p.execute(configuration); - } - - /** - * Call test2.p_create_author_by_name - */ - public static void pCreateAuthorByName(org.jooq.Configuration configuration, java.lang.String firstName, java.lang.String lastName) { - org.jooq.test.mysql2.generatedclasses.routines.PCreateAuthorByName p = new org.jooq.test.mysql2.generatedclasses.routines.PCreateAuthorByName(); - p.setFirstName(firstName); - p.setLastName(lastName); - - p.execute(configuration); - } - - /** - * Call test2.p_unused - */ - public static org.jooq.test.mysql2.generatedclasses.routines.PUnused pUnused(org.jooq.Configuration configuration, java.lang.String in1, java.lang.Byte out2) { - org.jooq.test.mysql2.generatedclasses.routines.PUnused p = new org.jooq.test.mysql2.generatedclasses.routines.PUnused(); - p.setIn1(in1); - p.setOut2(out2); - - p.execute(configuration); - return p; - } - - /** - * Call test2.test_multi_sets - */ - public static void testMultiSets(org.jooq.Configuration configuration) { - org.jooq.test.mysql2.generatedclasses.routines.TestMultiSets p = new org.jooq.test.mysql2.generatedclasses.routines.TestMultiSets(); - - p.execute(configuration); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Tables.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Tables.java deleted file mode 100644 index cb04556edc..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Tables.java +++ /dev/null @@ -1,133 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses; - -/** - * This class is generated by jOOQ. - * - * Convenience access to all tables in test2 - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class Tables { - - /** - * The table test2.t_2926 - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.T_2926 T_2926 = org.jooq.test.mysql2.generatedclasses.tables.T_2926.T_2926; - - /** - * The table test2.t_639_numbers_table - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE; - - /** - * The table test2.t_725_lob_test - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST; - - /** - * The table test2.t_785 - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.T_785 T_785 = org.jooq.test.mysql2.generatedclasses.tables.T_785.T_785; - - /** - * The table test2.t_959 - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.T_959 T_959 = org.jooq.test.mysql2.generatedclasses.tables.T_959.T_959; - - /** - * An entity holding authors of books - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR; - - /** - * An entity holding books - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TBook T_BOOK = org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK; - - /** - * A book store - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.mysql2.generatedclasses.tables.TBookStore.T_BOOK_STORE; - - /** - * An m:n relation between books and book stores - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE; - - /** - * The table test2.t_booleans - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS; - - /** - * The table test2.t_dates - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TDates T_DATES = org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES; - - /** - * The table test2.t_exotic_types - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes T_EXOTIC_TYPES = org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes.T_EXOTIC_TYPES; - - /** - * The table test2.t_identity_pk - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK; - - /** - * An entity holding language master data - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TLanguage T_LANGUAGE = org.jooq.test.mysql2.generatedclasses.tables.TLanguage.T_LANGUAGE; - - /** - * The table test2.t_triggers - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS; - - /** - * The table test2.t_unsigned - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TUnsigned T_UNSIGNED = org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED; - - /** - * VIEW - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR; - - /** - * VIEW - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.VBook V_BOOK = org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK; - - /** - * VIEW - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.mysql2.generatedclasses.tables.VLibrary.V_LIBRARY; - - /** - * An unused table in the same schema. - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025 X_TEST_CASE_2025 = org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025; - - /** - * An unused table in the same schema. - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69; - - /** - * An unused table in the same schema. - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71; - - /** - * An unused table in the same schema. - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85; - - /** - * An unused table in the same schema. - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED; -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Test2.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Test2.java deleted file mode 100644 index cde7a5aae4..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Test2.java +++ /dev/null @@ -1,60 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class Test2 extends org.jooq.impl.SchemaImpl { - - private static final long serialVersionUID = -2014442540; - - /** - * The singleton instance of test2 - */ - public static final Test2 TEST2 = new Test2(); - - /** - * No further instances allowed - */ - private Test2() { - super("test2"); - } - - @Override - public final java.util.List> getTables() { - java.util.List result = new java.util.ArrayList(); - result.addAll(getTables0()); - return result; - } - - private final java.util.List> getTables0() { - return java.util.Arrays.>asList( - org.jooq.test.mysql2.generatedclasses.tables.T_2926.T_2926, - org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE, - org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST, - org.jooq.test.mysql2.generatedclasses.tables.T_785.T_785, - org.jooq.test.mysql2.generatedclasses.tables.T_959.T_959, - org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR, - org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK, - org.jooq.test.mysql2.generatedclasses.tables.TBookStore.T_BOOK_STORE, - org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE, - org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS, - org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES, - org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes.T_EXOTIC_TYPES, - org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK, - org.jooq.test.mysql2.generatedclasses.tables.TLanguage.T_LANGUAGE, - org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS, - org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED, - org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR, - org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK, - org.jooq.test.mysql2.generatedclasses.tables.VLibrary.V_LIBRARY, - org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025, - org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69, - org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71, - org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85, - org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/TBookStatus.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/TBookStatus.java deleted file mode 100644 index 275949a569..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/TBookStatus.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.enums; - -/** - * This class is generated by jOOQ. - * - * The book's stock status - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public enum TBookStatus implements org.jooq.EnumType { - - SOLD_OUT("SOLD OUT"), - - ORDERED("ORDERED"), - - ON_STOCK("ON STOCK"); - - private final java.lang.String literal; - - private TBookStatus(java.lang.String literal) { - this.literal = literal; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Schema getSchema() { - return null; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String getName() { - return "t_book_STATUS"; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String getLiteral() { - return literal; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/T_959JavaKeywords.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/T_959JavaKeywords.java deleted file mode 100644 index 4df53e4ab0..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/T_959JavaKeywords.java +++ /dev/null @@ -1,145 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.enums; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public enum T_959JavaKeywords implements org.jooq.EnumType { - - abstract_("abstract"), - - assert_("assert"), - - boolean_("boolean"), - - break_("break"), - - byte_("byte"), - - case_("case"), - - catch_("catch"), - - char_("char"), - - class_("class"), - - const_("const"), - - continue_("continue"), - - default_("default"), - - double_("double"), - - do_("do"), - - else_("else"), - - enum_("enum"), - - extends_("extends"), - - false_("false"), - - final_("final"), - - finally_("finally"), - - float_("float"), - - for_("for"), - - goto_("goto"), - - if_("if"), - - implements_("implements"), - - import_("import"), - - instanceof_("instanceof"), - - interface_("interface"), - - int_("int"), - - long_("long"), - - native_("native"), - - new_("new"), - - package_("package"), - - private_("private"), - - protected_("protected"), - - public_("public"), - - return_("return"), - - short_("short"), - - static_("static"), - - strictfp_("strictfp"), - - super_("super"), - - switch_("switch"), - - synchronized_("synchronized"), - - this_("this"), - - throw_("throw"), - - throws_("throws"), - - transient_("transient"), - - true_("true"), - - try_("try"), - - void_("void"), - - volatile_("volatile"), - - while_("while"); - - private final java.lang.String literal; - - private T_959JavaKeywords(java.lang.String literal) { - this.literal = literal; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Schema getSchema() { - return null; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String getName() { - return "t_959_java_keywords"; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String getLiteral() { - return literal; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/T_959SpecialCharacters.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/T_959SpecialCharacters.java deleted file mode 100644 index 203dea1b74..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/T_959SpecialCharacters.java +++ /dev/null @@ -1,53 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.enums; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public enum T_959SpecialCharacters implements org.jooq.EnumType { - - enum_28("enum("), - - _28("("), - - _29(")"), - - _2c(","), - - _27("'"), - - _29enum(")enum"); - - private final java.lang.String literal; - - private T_959SpecialCharacters(java.lang.String literal) { - this.literal = literal; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Schema getSchema() { - return null; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String getName() { - return "t_959_special_characters"; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String getLiteral() { - return literal; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/VBookStatus.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/VBookStatus.java deleted file mode 100644 index a97614f081..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/enums/VBookStatus.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.enums; - -/** - * This class is generated by jOOQ. - * - * The book's stock status - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public enum VBookStatus implements org.jooq.EnumType { - - SOLD_OUT("SOLD OUT"), - - ORDERED("ORDERED"), - - ON_STOCK("ON STOCK"); - - private final java.lang.String literal; - - private VBookStatus(java.lang.String literal) { - this.literal = literal; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Schema getSchema() { - return null; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String getName() { - return "v_book_STATUS"; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String getLiteral() { - return literal; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/F317.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/F317.java deleted file mode 100644 index 380e26fcee..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/F317.java +++ /dev/null @@ -1,109 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - * - * integration test for #317 - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class F317 extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 2105141748; - - /** - * The parameter test2.f317.RETURN_VALUE. - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.f317.p1. - */ - public static final org.jooq.Parameter P1 = createParameter("p1", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.f317.p2. - */ - public static final org.jooq.Parameter P2 = createParameter("p2", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.f317.p3. - */ - public static final org.jooq.Parameter P3 = createParameter("p3", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.f317.p4. - */ - public static final org.jooq.Parameter P4 = createParameter("p4", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public F317() { - super("f317", org.jooq.test.mysql2.generatedclasses.Test2.TEST2, org.jooq.impl.SQLDataType.INTEGER); - - setReturnParameter(RETURN_VALUE); - addInParameter(P1); - addInParameter(P2); - addInParameter(P3); - addInParameter(P4); - } - - /** - * Set the p1 parameter IN value to the routine - */ - public void setP1(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.F317.P1, value); - } - - /** - * Set the p1 parameter to the function to be used with a {@link org.jooq.Select} statement - */ - public void setP1(org.jooq.Field field) { - setField(P1, field); - } - - /** - * Set the p2 parameter IN value to the routine - */ - public void setP2(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.F317.P2, value); - } - - /** - * Set the p2 parameter to the function to be used with a {@link org.jooq.Select} statement - */ - public void setP2(org.jooq.Field field) { - setField(P2, field); - } - - /** - * Set the p3 parameter IN value to the routine - */ - public void setP3(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.F317.P3, value); - } - - /** - * Set the p3 parameter to the function to be used with a {@link org.jooq.Select} statement - */ - public void setP3(org.jooq.Field field) { - setField(P3, field); - } - - /** - * Set the p4 parameter IN value to the routine - */ - public void setP4(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.F317.P4, value); - } - - /** - * Set the p4 parameter to the function to be used with a {@link org.jooq.Select} statement - */ - public void setP4(org.jooq.Field field) { - setField(P4, field); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FAuthorExists.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FAuthorExists.java deleted file mode 100644 index 0387465cfb..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FAuthorExists.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - * - * Check existence of an author - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class FAuthorExists extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -2102418935; - - /** - * The parameter test2.f_author_exists.RETURN_VALUE. - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.f_author_exists.author_name. - */ - public static final org.jooq.Parameter AUTHOR_NAME = createParameter("author_name", org.jooq.impl.SQLDataType.VARCHAR.length(50)); - - /** - * Create a new routine call instance - */ - public FAuthorExists() { - super("f_author_exists", org.jooq.test.mysql2.generatedclasses.Test2.TEST2, org.jooq.impl.SQLDataType.INTEGER); - - setReturnParameter(RETURN_VALUE); - addInParameter(AUTHOR_NAME); - } - - /** - * Set the author_name parameter IN value to the routine - */ - public void setAuthorName(java.lang.String value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.FAuthorExists.AUTHOR_NAME, value); - } - - /** - * Set the author_name parameter to the function to be used with a {@link org.jooq.Select} statement - */ - public void setAuthorName(org.jooq.Field field) { - setField(AUTHOR_NAME, field); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FNumber.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FNumber.java deleted file mode 100644 index 4e173dc1c6..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FNumber.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - * - * echo n - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class FNumber extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -66341478; - - /** - * The parameter test2.f_number.RETURN_VALUE. - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.f_number.n. - */ - public static final org.jooq.Parameter N = createParameter("n", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public FNumber() { - super("f_number", org.jooq.test.mysql2.generatedclasses.Test2.TEST2, org.jooq.impl.SQLDataType.INTEGER); - - setReturnParameter(RETURN_VALUE); - addInParameter(N); - } - - /** - * Set the n parameter IN value to the routine - */ - public void setN(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.FNumber.N, value); - } - - /** - * Set the n parameter to the function to be used with a {@link org.jooq.Select} statement - */ - public void setN(org.jooq.Field field) { - setField(N, field); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FOne.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FOne.java deleted file mode 100644 index 189bf7aff1..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/FOne.java +++ /dev/null @@ -1,29 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - * - * 1 constant value - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class FOne extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -1024437363; - - /** - * The parameter test2.f_one.RETURN_VALUE. - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public FOne() { - super("f_one", org.jooq.test.mysql2.generatedclasses.Test2.TEST2, org.jooq.impl.SQLDataType.INTEGER); - - setReturnParameter(RETURN_VALUE); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/Fp1908_FUNCTION.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/Fp1908_FUNCTION.java deleted file mode 100644 index eaa9d941a0..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/Fp1908_FUNCTION.java +++ /dev/null @@ -1,48 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class Fp1908_FUNCTION extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 277269820; - - /** - * The parameter test2.fp1908.RETURN_VALUE. - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.fp1908.p1. - */ - public static final org.jooq.Parameter P1 = createParameter("p1", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public Fp1908_FUNCTION() { - super("fp1908", org.jooq.test.mysql2.generatedclasses.Test2.TEST2, org.jooq.impl.SQLDataType.INTEGER); - - setReturnParameter(RETURN_VALUE); - addInParameter(P1); - setOverloaded(true); - } - - /** - * Set the p1 parameter IN value to the routine - */ - public void setP1(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.Fp1908_FUNCTION.P1, value); - } - - /** - * Set the p1 parameter to the function to be used with a {@link org.jooq.Select} statement - */ - public void setP1(org.jooq.Field field) { - setField(P1, field); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/Fp1908_PROCEDURE.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/Fp1908_PROCEDURE.java deleted file mode 100644 index 0e9fde6da2..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/Fp1908_PROCEDURE.java +++ /dev/null @@ -1,48 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class Fp1908_PROCEDURE extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -1223137956; - - /** - * The parameter test2.fp1908.p1. - */ - public static final org.jooq.Parameter P1 = createParameter("p1", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.fp1908.p2. - */ - public static final org.jooq.Parameter P2 = createParameter("p2", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public Fp1908_PROCEDURE() { - super("fp1908", org.jooq.test.mysql2.generatedclasses.Test2.TEST2); - - addInParameter(P1); - addOutParameter(P2); - setOverloaded(true); - } - - /** - * Set the p1 parameter IN value to the routine - */ - public void setP1(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.Fp1908_PROCEDURE.P1, value); - } - - /** - * Get the p2 parameter OUT value from the routine - */ - public java.lang.Integer getP2() { - return getValue(P2); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/P2412.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/P2412.java deleted file mode 100644 index b9e3db5096..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/P2412.java +++ /dev/null @@ -1,93 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class P2412 extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 1965505126; - - /** - * The parameter test2.p2412.p_in_1. - */ - public static final org.jooq.Parameter P_IN_1 = createParameter("p_in_1", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.p2412.p_in_2. - */ - public static final org.jooq.Parameter P_IN_2 = createParameter("p_in_2", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.p2412.p_out_1. - */ - public static final org.jooq.Parameter P_OUT_1 = createParameter("p_out_1", org.jooq.impl.SQLDataType.DECIMAL.precision(12, 2)); - - /** - * The parameter test2.p2412.p_out_2. - */ - public static final org.jooq.Parameter P_OUT_2 = createParameter("p_out_2", org.jooq.impl.SQLDataType.DECIMAL.precision(12, 2)); - - /** - * The parameter test2.p2412.p_in_out. - */ - public static final org.jooq.Parameter P_IN_OUT = createParameter("p_in_out", org.jooq.impl.SQLDataType.DECIMAL.precision(12, 2)); - - /** - * Create a new routine call instance - */ - public P2412() { - super("p2412", org.jooq.test.mysql2.generatedclasses.Test2.TEST2); - - addInParameter(P_IN_1); - addInParameter(P_IN_2); - addOutParameter(P_OUT_1); - addOutParameter(P_OUT_2); - addInOutParameter(P_IN_OUT); - } - - /** - * Set the p_in_1 parameter IN value to the routine - */ - public void setPIn_1(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.P2412.P_IN_1, value); - } - - /** - * Set the p_in_2 parameter IN value to the routine - */ - public void setPIn_2(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.P2412.P_IN_2, value); - } - - /** - * Set the p_in_out parameter IN value to the routine - */ - public void setPInOut(java.math.BigDecimal value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.P2412.P_IN_OUT, value); - } - - /** - * Get the p_out_1 parameter OUT value from the routine - */ - public java.math.BigDecimal getPOut_1() { - return getValue(P_OUT_1); - } - - /** - * Get the p_out_2 parameter OUT value from the routine - */ - public java.math.BigDecimal getPOut_2() { - return getValue(P_OUT_2); - } - - /** - * Get the p_in_out parameter OUT value from the routine - */ - public java.math.BigDecimal getPInOut() { - return getValue(P_IN_OUT); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/P391.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/P391.java deleted file mode 100644 index d4a07cc3a0..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/P391.java +++ /dev/null @@ -1,115 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - * - * Integration tests for #391 - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class P391 extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -1215170503; - - /** - * The parameter test2.p391.i1. - */ - public static final org.jooq.Parameter I1 = createParameter("i1", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.p391.io1. - */ - public static final org.jooq.Parameter IO1 = createParameter("io1", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.p391.o1. - */ - public static final org.jooq.Parameter O1 = createParameter("o1", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.p391.o2. - */ - public static final org.jooq.Parameter O2 = createParameter("o2", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.p391.io2. - */ - public static final org.jooq.Parameter IO2 = createParameter("io2", org.jooq.impl.SQLDataType.INTEGER); - - /** - * The parameter test2.p391.i2. - */ - public static final org.jooq.Parameter I2 = createParameter("i2", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public P391() { - super("p391", org.jooq.test.mysql2.generatedclasses.Test2.TEST2); - - addInParameter(I1); - addInOutParameter(IO1); - addOutParameter(O1); - addOutParameter(O2); - addInOutParameter(IO2); - addInParameter(I2); - } - - /** - * Set the i1 parameter IN value to the routine - */ - public void setI1(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.P391.I1, value); - } - - /** - * Set the io1 parameter IN value to the routine - */ - public void setIo1(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.P391.IO1, value); - } - - /** - * Set the io2 parameter IN value to the routine - */ - public void setIo2(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.P391.IO2, value); - } - - /** - * Set the i2 parameter IN value to the routine - */ - public void setI2(java.lang.Integer value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.P391.I2, value); - } - - /** - * Get the io1 parameter OUT value from the routine - */ - public java.lang.Integer getIo1() { - return getValue(IO1); - } - - /** - * Get the o1 parameter OUT value from the routine - */ - public java.lang.Integer getO1() { - return getValue(O1); - } - - /** - * Get the o2 parameter OUT value from the routine - */ - public java.lang.Integer getO2() { - return getValue(O2); - } - - /** - * Get the io2 parameter OUT value from the routine - */ - public java.lang.Integer getIo2() { - return getValue(IO2); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PAuthorExists.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PAuthorExists.java deleted file mode 100644 index 815ad568c7..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PAuthorExists.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - * - * Check existence of an author - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class PAuthorExists extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 260495219; - - /** - * The parameter test2.p_author_exists.author_name. - */ - public static final org.jooq.Parameter AUTHOR_NAME = createParameter("author_name", org.jooq.impl.SQLDataType.VARCHAR.length(50)); - - /** - * The parameter test2.p_author_exists.result. - */ - public static final org.jooq.Parameter RESULT = createParameter("result", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public PAuthorExists() { - super("p_author_exists", org.jooq.test.mysql2.generatedclasses.Test2.TEST2); - - addInParameter(AUTHOR_NAME); - addOutParameter(RESULT); - } - - /** - * Set the author_name parameter IN value to the routine - */ - public void setAuthorName(java.lang.String value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.PAuthorExists.AUTHOR_NAME, value); - } - - /** - * Get the result parameter OUT value from the routine - */ - public java.lang.Integer getResult() { - return getValue(RESULT); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PCreateAuthor.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PCreateAuthor.java deleted file mode 100644 index aaa9126988..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PCreateAuthor.java +++ /dev/null @@ -1,22 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - * - * Create a new author - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class PCreateAuthor extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -1940268689; - - /** - * Create a new routine call instance - */ - public PCreateAuthor() { - super("p_create_author", org.jooq.test.mysql2.generatedclasses.Test2.TEST2); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PCreateAuthorByName.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PCreateAuthorByName.java deleted file mode 100644 index 78fff008a5..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PCreateAuthorByName.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - * - * Create a new author - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class PCreateAuthorByName extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -457705451; - - /** - * The parameter test2.p_create_author_by_name.first_name. - */ - public static final org.jooq.Parameter FIRST_NAME = createParameter("first_name", org.jooq.impl.SQLDataType.VARCHAR.length(50)); - - /** - * The parameter test2.p_create_author_by_name.last_name. - */ - public static final org.jooq.Parameter LAST_NAME = createParameter("last_name", org.jooq.impl.SQLDataType.VARCHAR.length(50)); - - /** - * Create a new routine call instance - */ - public PCreateAuthorByName() { - super("p_create_author_by_name", org.jooq.test.mysql2.generatedclasses.Test2.TEST2); - - addInParameter(FIRST_NAME); - addInParameter(LAST_NAME); - } - - /** - * Set the first_name parameter IN value to the routine - */ - public void setFirstName(java.lang.String value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.PCreateAuthorByName.FIRST_NAME, value); - } - - /** - * Set the last_name parameter IN value to the routine - */ - public void setLastName(java.lang.String value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.PCreateAuthorByName.LAST_NAME, value); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PUnused.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PUnused.java deleted file mode 100644 index ccdd1d2457..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/PUnused.java +++ /dev/null @@ -1,67 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class PUnused extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 406898663; - - /** - * The parameter test2.p_unused.in1. - */ - public static final org.jooq.Parameter IN1 = createParameter("in1", org.jooq.impl.SQLDataType.VARCHAR.length(50)); - - /** - * The parameter test2.p_unused.out1. - */ - public static final org.jooq.Parameter OUT1 = createParameter("out1", org.jooq.impl.SQLDataType.TINYINT); - - /** - * The parameter test2.p_unused.out2. - */ - public static final org.jooq.Parameter OUT2 = createParameter("out2", org.jooq.impl.SQLDataType.TINYINT); - - /** - * Create a new routine call instance - */ - public PUnused() { - super("p_unused", org.jooq.test.mysql2.generatedclasses.Test2.TEST2); - - addInParameter(IN1); - addOutParameter(OUT1); - addInOutParameter(OUT2); - } - - /** - * Set the in1 parameter IN value to the routine - */ - public void setIn1(java.lang.String value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.PUnused.IN1, value); - } - - /** - * Set the out2 parameter IN value to the routine - */ - public void setOut2(java.lang.Byte value) { - setValue(org.jooq.test.mysql2.generatedclasses.routines.PUnused.OUT2, value); - } - - /** - * Get the out1 parameter OUT value from the routine - */ - public java.lang.Byte getOut1() { - return getValue(OUT1); - } - - /** - * Get the out2 parameter OUT value from the routine - */ - public java.lang.Byte getOut2() { - return getValue(OUT2); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/TestMultiSets.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/TestMultiSets.java deleted file mode 100644 index 5a66af2d9a..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/routines/TestMultiSets.java +++ /dev/null @@ -1,20 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.routines; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TestMultiSets extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 1520702626; - - /** - * Create a new routine call instance - */ - public TestMultiSets() { - super("test_multi_sets", org.jooq.test.mysql2.generatedclasses.Test2.TEST2); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TAuthor.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TAuthor.java deleted file mode 100644 index 96581ad5ee..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TAuthor.java +++ /dev/null @@ -1,111 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * An entity holding authors of books - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TAuthor extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 1203207537; - - /** - * The singleton instance of test2.t_author - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TAuthor T_AUTHOR = new org.jooq.test.mysql2.generatedclasses.tables.TAuthor(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.TAuthorRecord.class; - } - - /** - * The column test2.t_author.ID. The author ID - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, "The author ID"); - - /** - * The column test2.t_author.FIRST_NAME. The author's first name - */ - public final org.jooq.TableField FIRST_NAME = createField("FIRST_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50), this, "The author's first name"); - - /** - * The column test2.t_author.LAST_NAME. The author's last name - */ - public final org.jooq.TableField LAST_NAME = createField("LAST_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50).nullable(false), this, "The author's last name"); - - /** - * The column test2.t_author.DATE_OF_BIRTH. The author's date of birth - */ - public final org.jooq.TableField DATE_OF_BIRTH = createField("DATE_OF_BIRTH", org.jooq.impl.SQLDataType.DATE, this, "The author's date of birth"); - - /** - * The column test2.t_author.YEAR_OF_BIRTH. The author's year of birth - */ - public final org.jooq.TableField YEAR_OF_BIRTH = createField("YEAR_OF_BIRTH", org.jooq.impl.SQLDataType.INTEGER, this, "The author's year of birth"); - - /** - * The column test2.t_author.ADDRESS. The author's address - */ - public final org.jooq.TableField ADDRESS = createField("ADDRESS", org.jooq.impl.SQLDataType.VARCHAR.length(200), this, "The author's address"); - - /** - * Create a test2.t_author table reference - */ - public TAuthor() { - this("t_author", null); - } - - /** - * Create an aliased test2.t_author table reference - */ - public TAuthor(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR); - } - - private TAuthor(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private TAuthor(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "An entity holding authors of books"); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_AUTHOR_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_AUTHOR_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.TAuthor as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.TAuthor(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.TAuthor rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.TAuthor(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBook.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBook.java deleted file mode 100644 index 5d73fe110a..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBook.java +++ /dev/null @@ -1,139 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * An entity holding books - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TBook extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -657303269; - - /** - * The singleton instance of test2.t_book - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TBook T_BOOK = new org.jooq.test.mysql2.generatedclasses.tables.TBook(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.TBookRecord.class; - } - - /** - * The column test2.t_book.ID. The book ID - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, "The book ID"); - - /** - * The column test2.t_book.AUTHOR_ID. The author ID in entity 'author' - */ - public final org.jooq.TableField AUTHOR_ID = createField("AUTHOR_ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, "The author ID in entity 'author'"); - - /** - * The column test2.t_book.co_author_id. - */ - public final org.jooq.TableField CO_AUTHOR_ID = createField("co_author_id", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.t_book.DETAILS_ID. Some more details about the book - */ - public final org.jooq.TableField DETAILS_ID = createField("DETAILS_ID", org.jooq.impl.SQLDataType.INTEGER, this, "Some more details about the book"); - - /** - * The column test2.t_book.TITLE. The book's title - */ - public final org.jooq.TableField TITLE = createField("TITLE", org.jooq.impl.SQLDataType.CLOB.length(65535).nullable(false), this, "The book's title"); - - /** - * The column test2.t_book.PUBLISHED_IN. The year the book was published in - */ - public final org.jooq.TableField PUBLISHED_IN = createField("PUBLISHED_IN", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, "The year the book was published in"); - - /** - * The column test2.t_book.LANGUAGE_ID. The language of the book - */ - public final org.jooq.TableField LANGUAGE_ID = createField("LANGUAGE_ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false).defaulted(true), this, "The language of the book"); - - /** - * The column test2.t_book.CONTENT_TEXT. Some textual content of the book - */ - public final org.jooq.TableField CONTENT_TEXT = createField("CONTENT_TEXT", org.jooq.impl.SQLDataType.CLOB, this, "Some textual content of the book"); - - /** - * The column test2.t_book.CONTENT_PDF. Some binary content of the book - */ - public final org.jooq.TableField CONTENT_PDF = createField("CONTENT_PDF", org.jooq.impl.SQLDataType.BLOB, this, "Some binary content of the book"); - - /** - * The column test2.t_book.STATUS. The book's stock status - */ - public final org.jooq.TableField STATUS = createField("STATUS", org.jooq.util.mysql.MySQLDataType.VARCHAR.asEnumDataType(org.jooq.test.mysql2.generatedclasses.enums.TBookStatus.class), this, "The book's stock status"); - - /** - * Create a test2.t_book table reference - */ - public TBook() { - this("t_book", null); - } - - /** - * Create an aliased test2.t_book table reference - */ - public TBook(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK); - } - - private TBook(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private TBook(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "An entity holding books"); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_BOOK_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_BOOK_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getReferences() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.FK_T_BOOK_AUTHOR_ID, org.jooq.test.mysql2.generatedclasses.Keys.FK_T_BOOK_CO_AUTHOR_ID, org.jooq.test.mysql2.generatedclasses.Keys.FK_T_BOOK_LANGUAGE_ID); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.TBook as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.TBook(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.TBook rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.TBook(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookStore.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookStore.java deleted file mode 100644 index de71ead768..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookStore.java +++ /dev/null @@ -1,86 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * A book store - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TBookStore extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 901091429; - - /** - * The singleton instance of test2.t_book_store - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TBookStore T_BOOK_STORE = new org.jooq.test.mysql2.generatedclasses.tables.TBookStore(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.TBookStoreRecord.class; - } - - /** - * The column test2.t_book_store.name. The books store name - */ - public final org.jooq.TableField NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR.length(400).nullable(false), this, "The books store name"); - - /** - * Create a test2.t_book_store table reference - */ - public TBookStore() { - this("t_book_store", null); - } - - /** - * Create an aliased test2.t_book_store table reference - */ - public TBookStore(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.TBookStore.T_BOOK_STORE); - } - - private TBookStore(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private TBookStore(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "A book store"); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_BOOK_STORE_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_BOOK_STORE_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.TBookStore as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.TBookStore(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.TBookStore rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.TBookStore(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookToBookStore.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookToBookStore.java deleted file mode 100644 index 27f582bc10..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookToBookStore.java +++ /dev/null @@ -1,104 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * An m:n relation between books and book stores - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TBookToBookStore extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -1064412355; - - /** - * The singleton instance of test2.t_book_to_book_store - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = new org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.TBookToBookStoreRecord.class; - } - - /** - * The column test2.t_book_to_book_store.book_store_name. The book store name - */ - public final org.jooq.TableField BOOK_STORE_NAME = createField("book_store_name", org.jooq.impl.SQLDataType.VARCHAR.length(400).nullable(false), this, "The book store name"); - - /** - * The column test2.t_book_to_book_store.book_id. The book ID - */ - public final org.jooq.TableField BOOK_ID = createField("book_id", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, "The book ID"); - - /** - * The column test2.t_book_to_book_store.stock. The number of books on stock - */ - public final org.jooq.TableField STOCK = createField("stock", org.jooq.impl.SQLDataType.INTEGER, this, "The number of books on stock"); - - /** - * Create a test2.t_book_to_book_store table reference - */ - public TBookToBookStore() { - this("t_book_to_book_store", null); - } - - /** - * Create an aliased test2.t_book_to_book_store table reference - */ - public TBookToBookStore(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE); - } - - private TBookToBookStore(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private TBookToBookStore(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "An m:n relation between books and book stores"); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_BOOK_TO_BOOK_STORE_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_BOOK_TO_BOOK_STORE_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getReferences() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.FK_B2BS_BS_NAME, org.jooq.test.mysql2.generatedclasses.Keys.FK_B2BS_B_ID); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBooleans.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBooleans.java deleted file mode 100644 index c3a4a57b3a..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBooleans.java +++ /dev/null @@ -1,134 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TBooleans extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -327094713; - - /** - * The singleton instance of test2.t_booleans - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TBooleans T_BOOLEANS = new org.jooq.test.mysql2.generatedclasses.tables.TBooleans(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.TBooleansRecord.class; - } - - /** - * The column test2.t_booleans.id. - */ - public final org.jooq.TableField ID = createField("id", org.jooq.impl.SQLDataType.INTEGER.nullable(false).defaulted(true), this, ""); - - /** - * The column test2.t_booleans.one_zero. - */ - public final org.jooq.TableField ONE_ZERO = createField("one_zero", org.jooq.impl.SQLDataType.INTEGER, this, "", new org.jooq.test.all.converters.Boolean_10_Converter()); - - /** - * The column test2.t_booleans.true_false_lc. - */ - public final org.jooq.TableField TRUE_FALSE_LC = createField("true_false_lc", org.jooq.impl.SQLDataType.VARCHAR.length(5), this, "", new org.jooq.test.all.converters.Boolean_TF_LC_Converter()); - - /** - * The column test2.t_booleans.true_false_uc. - */ - public final org.jooq.TableField TRUE_FALSE_UC = createField("true_false_uc", org.jooq.impl.SQLDataType.VARCHAR.length(5), this, "", new org.jooq.test.all.converters.Boolean_TF_UC_Converter()); - - /** - * The column test2.t_booleans.yes_no_lc. - */ - public final org.jooq.TableField YES_NO_LC = createField("yes_no_lc", org.jooq.impl.SQLDataType.VARCHAR.length(3), this, "", new org.jooq.test.all.converters.Boolean_YES_NO_LC_Converter()); - - /** - * The column test2.t_booleans.yes_no_uc. - */ - public final org.jooq.TableField YES_NO_UC = createField("yes_no_uc", org.jooq.impl.SQLDataType.VARCHAR.length(3), this, "", new org.jooq.test.all.converters.Boolean_YES_NO_UC_Converter()); - - /** - * The column test2.t_booleans.y_n_lc. - */ - public final org.jooq.TableField Y_N_LC = createField("y_n_lc", org.jooq.impl.SQLDataType.CHAR.length(1), this, "", new org.jooq.test.all.converters.Boolean_YN_LC_Converter()); - - /** - * The column test2.t_booleans.y_n_uc. - */ - public final org.jooq.TableField Y_N_UC = createField("y_n_uc", org.jooq.impl.SQLDataType.CHAR.length(1), this, "", new org.jooq.test.all.converters.Boolean_YN_UC_Converter()); - - /** - * The column test2.t_booleans.vc_boolean. - */ - public final org.jooq.TableField VC_BOOLEAN = createField("vc_boolean", org.jooq.impl.SQLDataType.BOOLEAN, this, ""); - - /** - * The column test2.t_booleans.c_boolean. - */ - public final org.jooq.TableField C_BOOLEAN = createField("c_boolean", org.jooq.impl.SQLDataType.BOOLEAN, this, ""); - - /** - * The column test2.t_booleans.n_boolean. - */ - public final org.jooq.TableField N_BOOLEAN = createField("n_boolean", org.jooq.impl.SQLDataType.BOOLEAN, this, ""); - - /** - * Create a test2.t_booleans table reference - */ - public TBooleans() { - this("t_booleans", null); - } - - /** - * Create an aliased test2.t_booleans table reference - */ - public TBooleans(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS); - } - - private TBooleans(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private TBooleans(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, ""); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_BOOLEANS_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_BOOLEANS_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.TBooleans as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.TBooleans(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.TBooleans rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.TBooleans(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TDates.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TDates.java deleted file mode 100644 index 2bd0d396c2..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TDates.java +++ /dev/null @@ -1,119 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TDates extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -889609290; - - /** - * The singleton instance of test2.t_dates - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TDates T_DATES = new org.jooq.test.mysql2.generatedclasses.tables.TDates(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.TDatesRecord.class; - } - - /** - * The column test2.t_dates.id. - */ - public final org.jooq.TableField ID = createField("id", org.jooq.impl.SQLDataType.INTEGER.nullable(false).defaulted(true), this, ""); - - /** - * The column test2.t_dates.d. - */ - public final org.jooq.TableField D = createField("d", org.jooq.impl.SQLDataType.DATE, this, ""); - - /** - * The column test2.t_dates.t. - */ - public final org.jooq.TableField T = createField("t", org.jooq.impl.SQLDataType.TIME, this, ""); - - /** - * The column test2.t_dates.ts. - */ - public final org.jooq.TableField TS = createField("ts", org.jooq.impl.SQLDataType.TIMESTAMP, this, ""); - - /** - * The column test2.t_dates.d_int. - */ - public final org.jooq.TableField D_INT = createField("d_int", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.t_dates.ts_bigint. - */ - public final org.jooq.TableField TS_BIGINT = createField("ts_bigint", org.jooq.impl.SQLDataType.BIGINT, this, ""); - - /** - * The column test2.t_dates.y2. - */ - public final org.jooq.TableField Y2 = createField("y2", org.jooq.impl.SQLDataType.DATE, this, ""); - - /** - * The column test2.t_dates.y4. - */ - public final org.jooq.TableField Y4 = createField("y4", org.jooq.impl.SQLDataType.DATE, this, ""); - - /** - * Create a test2.t_dates table reference - */ - public TDates() { - this("t_dates", null); - } - - /** - * Create an aliased test2.t_dates table reference - */ - public TDates(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES); - } - - private TDates(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private TDates(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, ""); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_DATES_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_DATES_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.TDates as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.TDates(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.TDates rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.TDates(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TExoticTypes.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TExoticTypes.java deleted file mode 100644 index 0884d00752..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TExoticTypes.java +++ /dev/null @@ -1,89 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TExoticTypes extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 477654288; - - /** - * The singleton instance of test2.t_exotic_types - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes T_EXOTIC_TYPES = new org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.TExoticTypesRecord.class; - } - - /** - * The column test2.t_exotic_types.ID. - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, ""); - - /** - * The column test2.t_exotic_types.UU. - */ - public final org.jooq.TableField UU = createField("UU", org.jooq.impl.SQLDataType.BINARY.length(16), this, "", new org.jooq.test.all.converters.UUIDBinaryConverter()); - - /** - * Create a test2.t_exotic_types table reference - */ - public TExoticTypes() { - this("t_exotic_types", null); - } - - /** - * Create an aliased test2.t_exotic_types table reference - */ - public TExoticTypes(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes.T_EXOTIC_TYPES); - } - - private TExoticTypes(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private TExoticTypes(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, ""); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_EXOTIC_TYPES_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_EXOTIC_TYPES_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TIdentityPk.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TIdentityPk.java deleted file mode 100644 index c8098eb36c..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TIdentityPk.java +++ /dev/null @@ -1,97 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TIdentityPk extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -99639949; - - /** - * The singleton instance of test2.t_identity_pk - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = new org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.TIdentityPkRecord.class; - } - - /** - * The column test2.t_identity_pk.id. - */ - public final org.jooq.TableField ID = createField("id", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, ""); - - /** - * The column test2.t_identity_pk.val. - */ - public final org.jooq.TableField VAL = createField("val", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * Create a test2.t_identity_pk table reference - */ - public TIdentityPk() { - this("t_identity_pk", null); - } - - /** - * Create an aliased test2.t_identity_pk table reference - */ - public TIdentityPk(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK); - } - - private TIdentityPk(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private TIdentityPk(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, ""); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Identity getIdentity() { - return org.jooq.test.mysql2.generatedclasses.Keys.IDENTITY_T_IDENTITY_PK; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_IDENTITY_PK_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_IDENTITY_PK_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TLanguage.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TLanguage.java deleted file mode 100644 index 38521830ba..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TLanguage.java +++ /dev/null @@ -1,101 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * An entity holding language master data - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TLanguage extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -1701786015; - - /** - * The singleton instance of test2.t_language - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TLanguage T_LANGUAGE = new org.jooq.test.mysql2.generatedclasses.tables.TLanguage(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.TLanguageRecord.class; - } - - /** - * The column test2.t_language.CD. The language ISO code - */ - public final org.jooq.TableField CD = createField("CD", org.jooq.impl.SQLDataType.CHAR.length(2).nullable(false), this, "The language ISO code"); - - /** - * The column test2.t_language.DESCRIPTION. The language description - */ - public final org.jooq.TableField DESCRIPTION = createField("DESCRIPTION", org.jooq.impl.SQLDataType.VARCHAR.length(50), this, "The language description"); - - /** - * The column test2.t_language.description_english. - */ - public final org.jooq.TableField DESCRIPTION_ENGLISH = createField("description_english", org.jooq.impl.SQLDataType.VARCHAR.length(50), this, ""); - - /** - * The column test2.t_language.ID. The language ID - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, "The language ID"); - - /** - * Create a test2.t_language table reference - */ - public TLanguage() { - this("t_language", null); - } - - /** - * Create an aliased test2.t_language table reference - */ - public TLanguage(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.TLanguage.T_LANGUAGE); - } - - private TLanguage(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private TLanguage(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "An entity holding language master data"); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_LANGUAGE_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_LANGUAGE_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.TLanguage as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.TLanguage(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.TLanguage rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.TLanguage(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TTriggers.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TTriggers.java deleted file mode 100644 index 0f66707318..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TTriggers.java +++ /dev/null @@ -1,102 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TTriggers extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 1078036461; - - /** - * The singleton instance of test2.t_triggers - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TTriggers T_TRIGGERS = new org.jooq.test.mysql2.generatedclasses.tables.TTriggers(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.TTriggersRecord.class; - } - - /** - * The column test2.t_triggers.id_generated. - */ - public final org.jooq.TableField ID_GENERATED = createField("id_generated", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, ""); - - /** - * The column test2.t_triggers.id. - */ - public final org.jooq.TableField ID = createField("id", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.t_triggers.counter. - */ - public final org.jooq.TableField COUNTER = createField("counter", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * Create a test2.t_triggers table reference - */ - public TTriggers() { - this("t_triggers", null); - } - - /** - * Create an aliased test2.t_triggers table reference - */ - public TTriggers(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS); - } - - private TTriggers(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private TTriggers(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, ""); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Identity getIdentity() { - return org.jooq.test.mysql2.generatedclasses.Keys.IDENTITY_T_TRIGGERS; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_TRIGGERS_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_TRIGGERS_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.TTriggers as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.TTriggers(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.TTriggers rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.TTriggers(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TUnsigned.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TUnsigned.java deleted file mode 100644 index d97546b970..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TUnsigned.java +++ /dev/null @@ -1,83 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TUnsigned extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -1030776607; - - /** - * The singleton instance of test2.t_unsigned - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.TUnsigned T_UNSIGNED = new org.jooq.test.mysql2.generatedclasses.tables.TUnsigned(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.TUnsignedRecord.class; - } - - /** - * The column test2.t_unsigned.u_byte. - */ - public final org.jooq.TableField U_BYTE = createField("u_byte", org.jooq.impl.SQLDataType.TINYINTUNSIGNED, this, ""); - - /** - * The column test2.t_unsigned.u_short. - */ - public final org.jooq.TableField U_SHORT = createField("u_short", org.jooq.impl.SQLDataType.SMALLINTUNSIGNED, this, ""); - - /** - * The column test2.t_unsigned.u_int. - */ - public final org.jooq.TableField U_INT = createField("u_int", org.jooq.impl.SQLDataType.INTEGERUNSIGNED, this, ""); - - /** - * The column test2.t_unsigned.u_long. - */ - public final org.jooq.TableField U_LONG = createField("u_long", org.jooq.impl.SQLDataType.BIGINTUNSIGNED, this, ""); - - /** - * Create a test2.t_unsigned table reference - */ - public TUnsigned() { - this("t_unsigned", null); - } - - /** - * Create an aliased test2.t_unsigned table reference - */ - public TUnsigned(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED); - } - - private TUnsigned(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private TUnsigned(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, ""); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.TUnsigned as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.TUnsigned(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.TUnsigned rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.TUnsigned(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_2926.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_2926.java deleted file mode 100644 index b7cfe1a49f..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_2926.java +++ /dev/null @@ -1,83 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class T_2926 extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 960196448; - - /** - * The singleton instance of test2.t_2926 - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.T_2926 T_2926 = new org.jooq.test.mysql2.generatedclasses.tables.T_2926(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.T_2926Record.class; - } - - /** - * The column test2.t_2926.t1. - */ - public final org.jooq.TableField T1 = createField("t1", org.jooq.impl.SQLDataType.CLOB.length(255), this, ""); - - /** - * The column test2.t_2926.t2. - */ - public final org.jooq.TableField T2 = createField("t2", org.jooq.impl.SQLDataType.CLOB.length(65535), this, ""); - - /** - * The column test2.t_2926.t3. - */ - public final org.jooq.TableField T3 = createField("t3", org.jooq.impl.SQLDataType.CLOB.length(16777215), this, ""); - - /** - * The column test2.t_2926.t4. - */ - public final org.jooq.TableField T4 = createField("t4", org.jooq.impl.SQLDataType.CLOB, this, ""); - - /** - * Create a test2.t_2926 table reference - */ - public T_2926() { - this("t_2926", null); - } - - /** - * Create an aliased test2.t_2926 table reference - */ - public T_2926(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.T_2926.T_2926); - } - - private T_2926(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private T_2926(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, ""); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.T_2926 as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.T_2926(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.T_2926 rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.T_2926(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_639NumbersTable.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_639NumbersTable.java deleted file mode 100644 index 4116ed1a34..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_639NumbersTable.java +++ /dev/null @@ -1,144 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class T_639NumbersTable extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 1718048130; - - /** - * The singleton instance of test2.t_639_numbers_table - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = new org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.T_639NumbersTableRecord.class; - } - - /** - * The column test2.t_639_numbers_table.ID. - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, ""); - - /** - * The column test2.t_639_numbers_table.BYTE. - */ - public final org.jooq.TableField BYTE = createField("BYTE", org.jooq.impl.SQLDataType.TINYINT, this, ""); - - /** - * The column test2.t_639_numbers_table.SHORT. - */ - public final org.jooq.TableField SHORT = createField("SHORT", org.jooq.impl.SQLDataType.SMALLINT, this, ""); - - /** - * The column test2.t_639_numbers_table.INTEGER. - */ - public final org.jooq.TableField INTEGER = createField("INTEGER", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.t_639_numbers_table.LONG. - */ - public final org.jooq.TableField LONG = createField("LONG", org.jooq.impl.SQLDataType.BIGINT, this, ""); - - /** - * The column test2.t_639_numbers_table.BYTE_DECIMAL. - */ - public final org.jooq.TableField BYTE_DECIMAL = createField("BYTE_DECIMAL", org.jooq.impl.SQLDataType.TINYINT, this, ""); - - /** - * The column test2.t_639_numbers_table.SHORT_DECIMAL. - */ - public final org.jooq.TableField SHORT_DECIMAL = createField("SHORT_DECIMAL", org.jooq.impl.SQLDataType.SMALLINT, this, ""); - - /** - * The column test2.t_639_numbers_table.INTEGER_DECIMAL. - */ - public final org.jooq.TableField INTEGER_DECIMAL = createField("INTEGER_DECIMAL", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.t_639_numbers_table.LONG_DECIMAL. - */ - public final org.jooq.TableField LONG_DECIMAL = createField("LONG_DECIMAL", org.jooq.impl.SQLDataType.BIGINT, this, ""); - - /** - * The column test2.t_639_numbers_table.BIG_INTEGER. - */ - public final org.jooq.TableField BIG_INTEGER = createField("BIG_INTEGER", org.jooq.impl.SQLDataType.DECIMAL_INTEGER.precision(22), this, ""); - - /** - * The column test2.t_639_numbers_table.BIG_DECIMAL. - */ - public final org.jooq.TableField BIG_DECIMAL = createField("BIG_DECIMAL", org.jooq.impl.SQLDataType.DECIMAL.precision(22, 5), this, ""); - - /** - * The column test2.t_639_numbers_table.FLOAT. - */ - public final org.jooq.TableField FLOAT = createField("FLOAT", org.jooq.impl.SQLDataType.FLOAT, this, ""); - - /** - * The column test2.t_639_numbers_table.DOUBLE. - */ - public final org.jooq.TableField DOUBLE = createField("DOUBLE", org.jooq.impl.SQLDataType.DOUBLE, this, ""); - - /** - * Create a test2.t_639_numbers_table table reference - */ - public T_639NumbersTable() { - this("t_639_numbers_table", null); - } - - /** - * Create an aliased test2.t_639_numbers_table table reference - */ - public T_639NumbersTable(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE); - } - - private T_639NumbersTable(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private T_639NumbersTable(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, ""); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_639_NUMBERS_TABLE_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_639_NUMBERS_TABLE_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_725LobTest.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_725LobTest.java deleted file mode 100644 index fef1c78f31..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_725LobTest.java +++ /dev/null @@ -1,89 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class T_725LobTest extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -216261302; - - /** - * The singleton instance of test2.t_725_lob_test - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = new org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.T_725LobTestRecord.class; - } - - /** - * The column test2.t_725_lob_test.ID. - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, ""); - - /** - * The column test2.t_725_lob_test.LOB. - */ - public final org.jooq.TableField LOB = createField("LOB", org.jooq.impl.SQLDataType.BLOB, this, ""); - - /** - * Create a test2.t_725_lob_test table reference - */ - public T_725LobTest() { - this("t_725_lob_test", null); - } - - /** - * Create an aliased test2.t_725_lob_test table reference - */ - public T_725LobTest(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST); - } - - private T_725LobTest(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private T_725LobTest(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, ""); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_725_LOB_TEST_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_T_725_LOB_TEST_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_785.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_785.java deleted file mode 100644 index 07c26d675c..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_785.java +++ /dev/null @@ -1,78 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class T_785 extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -2045609687; - - /** - * The singleton instance of test2.t_785 - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.T_785 T_785 = new org.jooq.test.mysql2.generatedclasses.tables.T_785(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.T_785Record.class; - } - - /** - * The column test2.t_785.ID. - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.t_785.NAME. - */ - public final org.jooq.TableField NAME = createField("NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50), this, ""); - - /** - * The column test2.t_785.VALUE. - */ - public final org.jooq.TableField VALUE = createField("VALUE", org.jooq.impl.SQLDataType.VARCHAR.length(50), this, ""); - - /** - * Create a test2.t_785 table reference - */ - public T_785() { - this("t_785", null); - } - - /** - * Create an aliased test2.t_785 table reference - */ - public T_785(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.T_785.T_785); - } - - private T_785(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private T_785(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, ""); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.T_785 as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.T_785(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.T_785 rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.T_785(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_959.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_959.java deleted file mode 100644 index 7082ceea67..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_959.java +++ /dev/null @@ -1,73 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class T_959 extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 1564911104; - - /** - * The singleton instance of test2.t_959 - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.T_959 T_959 = new org.jooq.test.mysql2.generatedclasses.tables.T_959(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.T_959Record.class; - } - - /** - * The column test2.t_959.java_keywords. - */ - public final org.jooq.TableField JAVA_KEYWORDS = createField("java_keywords", org.jooq.util.mysql.MySQLDataType.VARCHAR.asEnumDataType(org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords.class), this, ""); - - /** - * The column test2.t_959.special_characters. - */ - public final org.jooq.TableField SPECIAL_CHARACTERS = createField("special_characters", org.jooq.util.mysql.MySQLDataType.VARCHAR.asEnumDataType(org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters.class), this, ""); - - /** - * Create a test2.t_959 table reference - */ - public T_959() { - this("t_959", null); - } - - /** - * Create an aliased test2.t_959 table reference - */ - public T_959(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.T_959.T_959); - } - - private T_959(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private T_959(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, ""); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.T_959 as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.T_959(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.T_959 rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.T_959(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VAuthor.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VAuthor.java deleted file mode 100644 index 2642c8669a..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VAuthor.java +++ /dev/null @@ -1,95 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * VIEW - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class VAuthor extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 1897526913; - - /** - * The singleton instance of test2.v_author - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.VAuthor V_AUTHOR = new org.jooq.test.mysql2.generatedclasses.tables.VAuthor(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.VAuthorRecord.class; - } - - /** - * The column test2.v_author.ID. The author ID - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, "The author ID"); - - /** - * The column test2.v_author.FIRST_NAME. The author's first name - */ - public final org.jooq.TableField FIRST_NAME = createField("FIRST_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50), this, "The author's first name"); - - /** - * The column test2.v_author.LAST_NAME. The author's last name - */ - public final org.jooq.TableField LAST_NAME = createField("LAST_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(50).nullable(false), this, "The author's last name"); - - /** - * The column test2.v_author.DATE_OF_BIRTH. The author's date of birth - */ - public final org.jooq.TableField DATE_OF_BIRTH = createField("DATE_OF_BIRTH", org.jooq.impl.SQLDataType.DATE, this, "The author's date of birth"); - - /** - * The column test2.v_author.YEAR_OF_BIRTH. The author's year of birth - */ - public final org.jooq.TableField YEAR_OF_BIRTH = createField("YEAR_OF_BIRTH", org.jooq.impl.SQLDataType.INTEGER, this, "The author's year of birth"); - - /** - * The column test2.v_author.ADDRESS. The author's address - */ - public final org.jooq.TableField ADDRESS = createField("ADDRESS", org.jooq.impl.SQLDataType.VARCHAR.length(200), this, "The author's address"); - - /** - * Create a test2.v_author table reference - */ - public VAuthor() { - this("v_author", null); - } - - /** - * Create an aliased test2.v_author table reference - */ - public VAuthor(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR); - } - - private VAuthor(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private VAuthor(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "VIEW"); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.VAuthor as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.VAuthor(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.VAuthor rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.VAuthor(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VBook.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VBook.java deleted file mode 100644 index 0c6475c693..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VBook.java +++ /dev/null @@ -1,115 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * VIEW - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class VBook extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 471013832; - - /** - * The singleton instance of test2.v_book - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.VBook V_BOOK = new org.jooq.test.mysql2.generatedclasses.tables.VBook(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.VBookRecord.class; - } - - /** - * The column test2.v_book.ID. The book ID - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, "The book ID"); - - /** - * The column test2.v_book.AUTHOR_ID. The author ID in entity 'author' - */ - public final org.jooq.TableField AUTHOR_ID = createField("AUTHOR_ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, "The author ID in entity 'author'"); - - /** - * The column test2.v_book.co_author_id. - */ - public final org.jooq.TableField CO_AUTHOR_ID = createField("co_author_id", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.v_book.DETAILS_ID. Some more details about the book - */ - public final org.jooq.TableField DETAILS_ID = createField("DETAILS_ID", org.jooq.impl.SQLDataType.INTEGER, this, "Some more details about the book"); - - /** - * The column test2.v_book.TITLE. The book's title - */ - public final org.jooq.TableField TITLE = createField("TITLE", org.jooq.impl.SQLDataType.CLOB.length(65535).nullable(false), this, "The book's title"); - - /** - * The column test2.v_book.PUBLISHED_IN. The year the book was published in - */ - public final org.jooq.TableField PUBLISHED_IN = createField("PUBLISHED_IN", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, "The year the book was published in"); - - /** - * The column test2.v_book.LANGUAGE_ID. The language of the book - */ - public final org.jooq.TableField LANGUAGE_ID = createField("LANGUAGE_ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false).defaulted(true), this, "The language of the book"); - - /** - * The column test2.v_book.CONTENT_TEXT. Some textual content of the book - */ - public final org.jooq.TableField CONTENT_TEXT = createField("CONTENT_TEXT", org.jooq.impl.SQLDataType.CLOB, this, "Some textual content of the book"); - - /** - * The column test2.v_book.CONTENT_PDF. Some binary content of the book - */ - public final org.jooq.TableField CONTENT_PDF = createField("CONTENT_PDF", org.jooq.impl.SQLDataType.BLOB, this, "Some binary content of the book"); - - /** - * The column test2.v_book.STATUS. The book's stock status - */ - public final org.jooq.TableField STATUS = createField("STATUS", org.jooq.util.mysql.MySQLDataType.VARCHAR.asEnumDataType(org.jooq.test.mysql2.generatedclasses.enums.VBookStatus.class), this, "The book's stock status"); - - /** - * Create a test2.v_book table reference - */ - public VBook() { - this("v_book", null); - } - - /** - * Create an aliased test2.v_book table reference - */ - public VBook(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK); - } - - private VBook(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private VBook(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "VIEW"); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.VBook as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.VBook(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.VBook rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.VBook(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VLibrary.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VLibrary.java deleted file mode 100644 index 5cb70684a4..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/VLibrary.java +++ /dev/null @@ -1,75 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * VIEW - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class VLibrary extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 50490045; - - /** - * The singleton instance of test2.v_library - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.VLibrary V_LIBRARY = new org.jooq.test.mysql2.generatedclasses.tables.VLibrary(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.VLibraryRecord.class; - } - - /** - * The column test2.v_library.AUTHOR. - */ - public final org.jooq.TableField AUTHOR = createField("AUTHOR", org.jooq.impl.SQLDataType.VARCHAR.length(101), this, ""); - - /** - * The column test2.v_library.TITLE. The book's title - */ - public final org.jooq.TableField TITLE = createField("TITLE", org.jooq.impl.SQLDataType.CLOB.length(65535).nullable(false), this, "The book's title"); - - /** - * Create a test2.v_library table reference - */ - public VLibrary() { - this("v_library", null); - } - - /** - * Create an aliased test2.v_library table reference - */ - public VLibrary(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.VLibrary.V_LIBRARY); - } - - private VLibrary(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private VLibrary(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "VIEW"); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.VLibrary as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.VLibrary(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.VLibrary rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.VLibrary(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_2025.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_2025.java deleted file mode 100644 index 4385d992c4..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_2025.java +++ /dev/null @@ -1,83 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class XTestCase_2025 extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 1201970513; - - /** - * The singleton instance of test2.x_test_case_2025 - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025 X_TEST_CASE_2025 = new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_2025Record.class; - } - - /** - * The column test2.x_test_case_2025.ref_id. - */ - public final org.jooq.TableField REF_ID = createField("ref_id", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, ""); - - /** - * The column test2.x_test_case_2025.ref_name. - */ - public final org.jooq.TableField REF_NAME = createField("ref_name", org.jooq.impl.SQLDataType.VARCHAR.length(10).nullable(false), this, ""); - - /** - * Create a test2.x_test_case_2025 table reference - */ - public XTestCase_2025() { - this("x_test_case_2025", null); - } - - /** - * Create an aliased test2.x_test_case_2025 table reference - */ - public XTestCase_2025(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025); - } - - private XTestCase_2025(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private XTestCase_2025(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "An unused table in the same schema."); - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getReferences() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.FK_X_TEST_CASE_2025_1, org.jooq.test.mysql2.generatedclasses.Keys.FK_X_TEST_CASE_2025_2, org.jooq.test.mysql2.generatedclasses.Keys.FK_X_TEST_CASE_2025_3); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025 as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025 rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_64_69.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_64_69.java deleted file mode 100644 index de8f70b431..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_64_69.java +++ /dev/null @@ -1,99 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class XTestCase_64_69 extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -1822231028; - - /** - * The singleton instance of test2.x_test_case_64_69 - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_64_69Record.class; - } - - /** - * The column test2.x_test_case_64_69.ID. - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, ""); - - /** - * The column test2.x_test_case_64_69.UNUSED_ID. - */ - public final org.jooq.TableField UNUSED_ID = createField("UNUSED_ID", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * Create a test2.x_test_case_64_69 table reference - */ - public XTestCase_64_69() { - this("x_test_case_64_69", null); - } - - /** - * Create an aliased test2.x_test_case_64_69 table reference - */ - public XTestCase_64_69(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69); - } - - private XTestCase_64_69(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private XTestCase_64_69(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "An unused table in the same schema."); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_TEST_CASE_64_69_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_TEST_CASE_64_69_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getReferences() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.FK_X_TEST_CASE_64_69A, org.jooq.test.mysql2.generatedclasses.Keys.FK_X_TEST_CASE_64_69B); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69 as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69 rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_71.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_71.java deleted file mode 100644 index ff5d85fe86..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_71.java +++ /dev/null @@ -1,99 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class XTestCase_71 extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -1444976994; - - /** - * The singleton instance of test2.x_test_case_71 - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_71Record.class; - } - - /** - * The column test2.x_test_case_71.ID. - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, ""); - - /** - * The column test2.x_test_case_71.TEST_CASE_64_69_ID. - */ - public final org.jooq.TableField TEST_CASE_64_69_ID = createField("TEST_CASE_64_69_ID", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * Create a test2.x_test_case_71 table reference - */ - public XTestCase_71() { - this("x_test_case_71", null); - } - - /** - * Create an aliased test2.x_test_case_71 table reference - */ - public XTestCase_71(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71); - } - - private XTestCase_71(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private XTestCase_71(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "An unused table in the same schema."); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_TEST_CASE_71_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_TEST_CASE_71_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getReferences() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.FK_X_TEST_CASE_71); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71 as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71 rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_85.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_85.java deleted file mode 100644 index 9ffb1cb39b..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_85.java +++ /dev/null @@ -1,104 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class XTestCase_85 extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = -541030283; - - /** - * The singleton instance of test2.x_test_case_85 - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_85Record.class; - } - - /** - * The column test2.x_test_case_85.id. - */ - public final org.jooq.TableField ID = createField("id", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, ""); - - /** - * The column test2.x_test_case_85.x_unused_id. - */ - public final org.jooq.TableField X_UNUSED_ID = createField("x_unused_id", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.x_test_case_85.x_unused_name. - */ - public final org.jooq.TableField X_UNUSED_NAME = createField("x_unused_name", org.jooq.impl.SQLDataType.VARCHAR.length(10), this, ""); - - /** - * Create a test2.x_test_case_85 table reference - */ - public XTestCase_85() { - this("x_test_case_85", null); - } - - /** - * Create an aliased test2.x_test_case_85 table reference - */ - public XTestCase_85(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85); - } - - private XTestCase_85(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private XTestCase_85(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "An unused table in the same schema."); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_TEST_CASE_85_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_TEST_CASE_85_PRIMARY); - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getReferences() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.FK_X_TEST_CASE_85); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85 as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85 rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XUnused.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XUnused.java deleted file mode 100644 index 618afe13e4..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XUnused.java +++ /dev/null @@ -1,159 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class XUnused extends org.jooq.impl.TableImpl { - - private static final long serialVersionUID = 83693763; - - /** - * The singleton instance of test2.x_unused - */ - public static final org.jooq.test.mysql2.generatedclasses.tables.XUnused X_UNUSED = new org.jooq.test.mysql2.generatedclasses.tables.XUnused(); - - /** - * The class holding records for this type - */ - @Override - public java.lang.Class getRecordType() { - return org.jooq.test.mysql2.generatedclasses.tables.records.XUnusedRecord.class; - } - - /** - * The column test2.x_unused.ID. - */ - public final org.jooq.TableField ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, ""); - - /** - * The column test2.x_unused.NAME. - */ - public final org.jooq.TableField NAME = createField("NAME", org.jooq.impl.SQLDataType.VARCHAR.length(10).nullable(false), this, ""); - - /** - * The column test2.x_unused.BIG_INTEGER. - */ - public final org.jooq.TableField BIG_INTEGER = createField("BIG_INTEGER", org.jooq.impl.SQLDataType.DECIMAL_INTEGER.precision(25), this, ""); - - /** - * The column test2.x_unused.ID_REF. - */ - public final org.jooq.TableField ID_REF = createField("ID_REF", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.x_unused.NAME_REF. - */ - public final org.jooq.TableField NAME_REF = createField("NAME_REF", org.jooq.impl.SQLDataType.VARCHAR.length(10), this, ""); - - /** - * The column test2.x_unused.CLASS. - */ - public final org.jooq.TableField CLASS = createField("CLASS", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.x_unused.FIELDS. - */ - public final org.jooq.TableField FIELDS = createField("FIELDS", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.x_unused.CONFIGURATION. - */ - public final org.jooq.TableField CONFIGURATION = createField("CONFIGURATION", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.x_unused.U_D_T. - */ - public final org.jooq.TableField U_D_T = createField("U_D_T", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.x_unused.META_DATA. - */ - public final org.jooq.TableField META_DATA = createField("META_DATA", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.x_unused.TYPE0. - */ - public final org.jooq.TableField TYPE0 = createField("TYPE0", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.x_unused.PRIMARY_KEY. - */ - public final org.jooq.TableField PRIMARY_KEY = createField("PRIMARY_KEY", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.x_unused.PRIMARYKEY. - */ - public final org.jooq.TableField PRIMARYKEY = createField("PRIMARYKEY", org.jooq.impl.SQLDataType.INTEGER, this, ""); - - /** - * The column test2.x_unused.FIELD 737. - */ - public final org.jooq.TableField FIELD_737 = createField("FIELD 737", org.jooq.impl.SQLDataType.DECIMAL.precision(25, 2), this, ""); - - /** - * Create a test2.x_unused table reference - */ - public XUnused() { - this("x_unused", null); - } - - /** - * Create an aliased test2.x_unused table reference - */ - public XUnused(java.lang.String alias) { - this(alias, org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED); - } - - private XUnused(java.lang.String alias, org.jooq.Table aliased) { - this(alias, aliased, null); - } - - private XUnused(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) { - super(alias, org.jooq.test.mysql2.generatedclasses.Test2.TEST2, aliased, parameters, "An unused table in the same schema."); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.UniqueKey getPrimaryKey() { - return org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_UNUSED_PRIMARY; - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getKeys() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_UNUSED_PRIMARY, org.jooq.test.mysql2.generatedclasses.Keys.KEY_X_UNUSED_UK_X_UNUSED_ID); - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.List> getReferences() { - return java.util.Arrays.>asList(org.jooq.test.mysql2.generatedclasses.Keys.FK_X_UNUSED_SELF); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.tables.XUnused as(java.lang.String alias) { - return new org.jooq.test.mysql2.generatedclasses.tables.XUnused(alias, this); - } - - /** - * Rename this table - */ - public org.jooq.test.mysql2.generatedclasses.tables.XUnused rename(java.lang.String name) { - return new org.jooq.test.mysql2.generatedclasses.tables.XUnused(name, null); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TAuthor.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TAuthor.java deleted file mode 100644 index 36001fc3f2..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TAuthor.java +++ /dev/null @@ -1,97 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * An entity holding authors of books - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_author", schema = "test2") -public class TAuthor implements java.io.Serializable { - - private static final long serialVersionUID = -487076941; - - private java.lang.Integer id; - private java.lang.String firstName; - private java.lang.String lastName; - private java.sql.Date dateOfBirth; - private java.lang.Integer yearOfBirth; - private java.lang.String address; - - public TAuthor() {} - - public TAuthor( - java.lang.Integer id, - java.lang.String firstName, - java.lang.String lastName, - java.sql.Date dateOfBirth, - java.lang.Integer yearOfBirth, - java.lang.String address - ) { - this.id = id; - this.firstName = firstName; - this.lastName = lastName; - this.dateOfBirth = dateOfBirth; - this.yearOfBirth = yearOfBirth; - this.address = address; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "FIRST_NAME", length = 50) - public java.lang.String getFirstName() { - return this.firstName; - } - - public void setFirstName(java.lang.String firstName) { - this.firstName = firstName; - } - - @javax.persistence.Column(name = "LAST_NAME", nullable = false, length = 50) - public java.lang.String getLastName() { - return this.lastName; - } - - public void setLastName(java.lang.String lastName) { - this.lastName = lastName; - } - - @javax.persistence.Column(name = "DATE_OF_BIRTH") - public java.sql.Date getDateOfBirth() { - return this.dateOfBirth; - } - - public void setDateOfBirth(java.sql.Date dateOfBirth) { - this.dateOfBirth = dateOfBirth; - } - - @javax.persistence.Column(name = "YEAR_OF_BIRTH", precision = 10) - public java.lang.Integer getYearOfBirth() { - return this.yearOfBirth; - } - - public void setYearOfBirth(java.lang.Integer yearOfBirth) { - this.yearOfBirth = yearOfBirth; - } - - @javax.persistence.Column(name = "ADDRESS", length = 200) - public java.lang.String getAddress() { - return this.address; - } - - public void setAddress(java.lang.String address) { - this.address = address; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBook.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBook.java deleted file mode 100644 index 1925aa719a..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBook.java +++ /dev/null @@ -1,145 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * An entity holding books - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_book", schema = "test2") -public class TBook implements java.io.Serializable { - - private static final long serialVersionUID = -1884418151; - - private java.lang.Integer id; - private java.lang.Integer authorId; - private java.lang.Integer coAuthorId; - private java.lang.Integer detailsId; - private java.lang.String title; - private java.lang.Integer publishedIn; - private java.lang.Integer languageId; - private java.lang.String contentText; - private byte[] contentPdf; - private org.jooq.test.mysql2.generatedclasses.enums.TBookStatus status; - - public TBook() {} - - public TBook( - java.lang.Integer id, - java.lang.Integer authorId, - java.lang.Integer coAuthorId, - java.lang.Integer detailsId, - java.lang.String title, - java.lang.Integer publishedIn, - java.lang.Integer languageId, - java.lang.String contentText, - byte[] contentPdf, - org.jooq.test.mysql2.generatedclasses.enums.TBookStatus status - ) { - this.id = id; - this.authorId = authorId; - this.coAuthorId = coAuthorId; - this.detailsId = detailsId; - this.title = title; - this.publishedIn = publishedIn; - this.languageId = languageId; - this.contentText = contentText; - this.contentPdf = contentPdf; - this.status = status; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "AUTHOR_ID", nullable = false, precision = 10) - public java.lang.Integer getAuthorId() { - return this.authorId; - } - - public void setAuthorId(java.lang.Integer authorId) { - this.authorId = authorId; - } - - @javax.persistence.Column(name = "co_author_id", precision = 10) - public java.lang.Integer getCoAuthorId() { - return this.coAuthorId; - } - - public void setCoAuthorId(java.lang.Integer coAuthorId) { - this.coAuthorId = coAuthorId; - } - - @javax.persistence.Column(name = "DETAILS_ID", precision = 10) - public java.lang.Integer getDetailsId() { - return this.detailsId; - } - - public void setDetailsId(java.lang.Integer detailsId) { - this.detailsId = detailsId; - } - - @javax.persistence.Column(name = "TITLE", nullable = false, length = 65535) - public java.lang.String getTitle() { - return this.title; - } - - public void setTitle(java.lang.String title) { - this.title = title; - } - - @javax.persistence.Column(name = "PUBLISHED_IN", nullable = false, precision = 10) - public java.lang.Integer getPublishedIn() { - return this.publishedIn; - } - - public void setPublishedIn(java.lang.Integer publishedIn) { - this.publishedIn = publishedIn; - } - - @javax.persistence.Column(name = "LANGUAGE_ID", nullable = false, precision = 10) - public java.lang.Integer getLanguageId() { - return this.languageId; - } - - public void setLanguageId(java.lang.Integer languageId) { - this.languageId = languageId; - } - - @javax.persistence.Column(name = "CONTENT_TEXT") - public java.lang.String getContentText() { - return this.contentText; - } - - public void setContentText(java.lang.String contentText) { - this.contentText = contentText; - } - - @javax.persistence.Column(name = "CONTENT_PDF") - public byte[] getContentPdf() { - return this.contentPdf; - } - - public void setContentPdf(byte[] contentPdf) { - this.contentPdf = contentPdf; - } - - @javax.persistence.Column(name = "STATUS", length = 8) - public org.jooq.test.mysql2.generatedclasses.enums.TBookStatus getStatus() { - return this.status; - } - - public void setStatus(org.jooq.test.mysql2.generatedclasses.enums.TBookStatus status) { - this.status = status; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBookStore.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBookStore.java deleted file mode 100644 index c23b638222..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBookStore.java +++ /dev/null @@ -1,37 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * A book store - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_book_store", schema = "test2") -public class TBookStore implements java.io.Serializable { - - private static final long serialVersionUID = -1736276536; - - private java.lang.String name; - - public TBookStore() {} - - public TBookStore( - java.lang.String name - ) { - this.name = name; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "name", unique = true, nullable = false, length = 400) - public java.lang.String getName() { - return this.name; - } - - public void setName(java.lang.String name) { - this.name = name; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBookToBookStore.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBookToBookStore.java deleted file mode 100644 index 77e54197c4..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBookToBookStore.java +++ /dev/null @@ -1,62 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * An m:n relation between books and book stores - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_book_to_book_store", schema = "test2", uniqueConstraints = { - @javax.persistence.UniqueConstraint(columnNames = {"book_store_name", "book_id"}) -}) -public class TBookToBookStore implements java.io.Serializable { - - private static final long serialVersionUID = 390796536; - - private java.lang.String bookStoreName; - private java.lang.Integer bookId; - private java.lang.Integer stock; - - public TBookToBookStore() {} - - public TBookToBookStore( - java.lang.String bookStoreName, - java.lang.Integer bookId, - java.lang.Integer stock - ) { - this.bookStoreName = bookStoreName; - this.bookId = bookId; - this.stock = stock; - } - - @javax.persistence.Column(name = "book_store_name", nullable = false, length = 400) - public java.lang.String getBookStoreName() { - return this.bookStoreName; - } - - public void setBookStoreName(java.lang.String bookStoreName) { - this.bookStoreName = bookStoreName; - } - - @javax.persistence.Column(name = "book_id", nullable = false, precision = 10) - public java.lang.Integer getBookId() { - return this.bookId; - } - - public void setBookId(java.lang.Integer bookId) { - this.bookId = bookId; - } - - @javax.persistence.Column(name = "stock", precision = 10) - public java.lang.Integer getStock() { - return this.stock; - } - - public void setStock(java.lang.Integer stock) { - this.stock = stock; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBooleans.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBooleans.java deleted file mode 100644 index 98cecd7141..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TBooleans.java +++ /dev/null @@ -1,155 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_booleans", schema = "test2") -public class TBooleans implements java.io.Serializable { - - private static final long serialVersionUID = 151636346; - - private java.lang.Integer id; - private org.jooq.test.all.converters.Boolean_10 oneZero; - private org.jooq.test.all.converters.Boolean_TF_LC trueFalseLc; - private org.jooq.test.all.converters.Boolean_TF_UC trueFalseUc; - private org.jooq.test.all.converters.Boolean_YES_NO_LC yesNoLc; - private org.jooq.test.all.converters.Boolean_YES_NO_UC yesNoUc; - private org.jooq.test.all.converters.Boolean_YN_LC yNLc; - private org.jooq.test.all.converters.Boolean_YN_UC yNUc; - private java.lang.Boolean vcBoolean; - private java.lang.Boolean cBoolean; - private java.lang.Boolean nBoolean; - - public TBooleans() {} - - public TBooleans( - java.lang.Integer id, - org.jooq.test.all.converters.Boolean_10 oneZero, - org.jooq.test.all.converters.Boolean_TF_LC trueFalseLc, - org.jooq.test.all.converters.Boolean_TF_UC trueFalseUc, - org.jooq.test.all.converters.Boolean_YES_NO_LC yesNoLc, - org.jooq.test.all.converters.Boolean_YES_NO_UC yesNoUc, - org.jooq.test.all.converters.Boolean_YN_LC yNLc, - org.jooq.test.all.converters.Boolean_YN_UC yNUc, - java.lang.Boolean vcBoolean, - java.lang.Boolean cBoolean, - java.lang.Boolean nBoolean - ) { - this.id = id; - this.oneZero = oneZero; - this.trueFalseLc = trueFalseLc; - this.trueFalseUc = trueFalseUc; - this.yesNoLc = yesNoLc; - this.yesNoUc = yesNoUc; - this.yNLc = yNLc; - this.yNUc = yNUc; - this.vcBoolean = vcBoolean; - this.cBoolean = cBoolean; - this.nBoolean = nBoolean; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "id", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "one_zero", precision = 10) - public org.jooq.test.all.converters.Boolean_10 getOneZero() { - return this.oneZero; - } - - public void setOneZero(org.jooq.test.all.converters.Boolean_10 oneZero) { - this.oneZero = oneZero; - } - - @javax.persistence.Column(name = "true_false_lc", length = 5) - public org.jooq.test.all.converters.Boolean_TF_LC getTrueFalseLc() { - return this.trueFalseLc; - } - - public void setTrueFalseLc(org.jooq.test.all.converters.Boolean_TF_LC trueFalseLc) { - this.trueFalseLc = trueFalseLc; - } - - @javax.persistence.Column(name = "true_false_uc", length = 5) - public org.jooq.test.all.converters.Boolean_TF_UC getTrueFalseUc() { - return this.trueFalseUc; - } - - public void setTrueFalseUc(org.jooq.test.all.converters.Boolean_TF_UC trueFalseUc) { - this.trueFalseUc = trueFalseUc; - } - - @javax.persistence.Column(name = "yes_no_lc", length = 3) - public org.jooq.test.all.converters.Boolean_YES_NO_LC getYesNoLc() { - return this.yesNoLc; - } - - public void setYesNoLc(org.jooq.test.all.converters.Boolean_YES_NO_LC yesNoLc) { - this.yesNoLc = yesNoLc; - } - - @javax.persistence.Column(name = "yes_no_uc", length = 3) - public org.jooq.test.all.converters.Boolean_YES_NO_UC getYesNoUc() { - return this.yesNoUc; - } - - public void setYesNoUc(org.jooq.test.all.converters.Boolean_YES_NO_UC yesNoUc) { - this.yesNoUc = yesNoUc; - } - - @javax.persistence.Column(name = "y_n_lc", length = 1) - public org.jooq.test.all.converters.Boolean_YN_LC getYNLc() { - return this.yNLc; - } - - public void setYNLc(org.jooq.test.all.converters.Boolean_YN_LC yNLc) { - this.yNLc = yNLc; - } - - @javax.persistence.Column(name = "y_n_uc", length = 1) - public org.jooq.test.all.converters.Boolean_YN_UC getYNUc() { - return this.yNUc; - } - - public void setYNUc(org.jooq.test.all.converters.Boolean_YN_UC yNUc) { - this.yNUc = yNUc; - } - - @javax.persistence.Column(name = "vc_boolean", length = 1) - public java.lang.Boolean getVcBoolean() { - return this.vcBoolean; - } - - public void setVcBoolean(java.lang.Boolean vcBoolean) { - this.vcBoolean = vcBoolean; - } - - @javax.persistence.Column(name = "c_boolean", length = 1) - public java.lang.Boolean getCBoolean() { - return this.cBoolean; - } - - public void setCBoolean(java.lang.Boolean cBoolean) { - this.cBoolean = cBoolean; - } - - @javax.persistence.Column(name = "n_boolean", precision = 10) - public java.lang.Boolean getNBoolean() { - return this.nBoolean; - } - - public void setNBoolean(java.lang.Boolean nBoolean) { - this.nBoolean = nBoolean; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TDates.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TDates.java deleted file mode 100644 index 580fbae99c..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TDates.java +++ /dev/null @@ -1,119 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_dates", schema = "test2") -public class TDates implements java.io.Serializable { - - private static final long serialVersionUID = -1972231429; - - private java.lang.Integer id; - private java.sql.Date d; - private java.sql.Time t; - private java.sql.Timestamp ts; - private java.lang.Integer dInt; - private java.lang.Long tsBigint; - private java.sql.Date y2; - private java.sql.Date y4; - - public TDates() {} - - public TDates( - java.lang.Integer id, - java.sql.Date d, - java.sql.Time t, - java.sql.Timestamp ts, - java.lang.Integer dInt, - java.lang.Long tsBigint, - java.sql.Date y2, - java.sql.Date y4 - ) { - this.id = id; - this.d = d; - this.t = t; - this.ts = ts; - this.dInt = dInt; - this.tsBigint = tsBigint; - this.y2 = y2; - this.y4 = y4; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "id", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "d") - public java.sql.Date getD() { - return this.d; - } - - public void setD(java.sql.Date d) { - this.d = d; - } - - @javax.persistence.Column(name = "t") - public java.sql.Time getT() { - return this.t; - } - - public void setT(java.sql.Time t) { - this.t = t; - } - - @javax.persistence.Column(name = "ts") - public java.sql.Timestamp getTs() { - return this.ts; - } - - public void setTs(java.sql.Timestamp ts) { - this.ts = ts; - } - - @javax.persistence.Column(name = "d_int", precision = 10) - public java.lang.Integer getDInt() { - return this.dInt; - } - - public void setDInt(java.lang.Integer dInt) { - this.dInt = dInt; - } - - @javax.persistence.Column(name = "ts_bigint", precision = 19) - public java.lang.Long getTsBigint() { - return this.tsBigint; - } - - public void setTsBigint(java.lang.Long tsBigint) { - this.tsBigint = tsBigint; - } - - @javax.persistence.Column(name = "y2") - public java.sql.Date getY2() { - return this.y2; - } - - public void setY2(java.sql.Date y2) { - this.y2 = y2; - } - - @javax.persistence.Column(name = "y4") - public java.sql.Date getY4() { - return this.y4; - } - - public void setY4(java.sql.Date y4) { - this.y4 = y4; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TExoticTypes.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TExoticTypes.java deleted file mode 100644 index 0d12fa4ad6..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TExoticTypes.java +++ /dev/null @@ -1,47 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_exotic_types", schema = "test2") -public class TExoticTypes implements java.io.Serializable { - - private static final long serialVersionUID = -1249735099; - - private java.lang.Integer id; - private java.util.UUID uu; - - public TExoticTypes() {} - - public TExoticTypes( - java.lang.Integer id, - java.util.UUID uu - ) { - this.id = id; - this.uu = uu; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "UU", length = 16) - public java.util.UUID getUu() { - return this.uu; - } - - public void setUu(java.util.UUID uu) { - this.uu = uu; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TIdentityPk.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TIdentityPk.java deleted file mode 100644 index 9b7c233e30..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TIdentityPk.java +++ /dev/null @@ -1,47 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_identity_pk", schema = "test2") -public class TIdentityPk implements java.io.Serializable { - - private static final long serialVersionUID = 274303620; - - private java.lang.Integer id; - private java.lang.Integer val; - - public TIdentityPk() {} - - public TIdentityPk( - java.lang.Integer id, - java.lang.Integer val - ) { - this.id = id; - this.val = val; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "id", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "val", precision = 10) - public java.lang.Integer getVal() { - return this.val; - } - - public void setVal(java.lang.Integer val) { - this.val = val; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TLanguage.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TLanguage.java deleted file mode 100644 index 679235be30..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TLanguage.java +++ /dev/null @@ -1,73 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * An entity holding language master data - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_language", schema = "test2") -public class TLanguage implements java.io.Serializable { - - private static final long serialVersionUID = 824024851; - - private java.lang.String cd; - private java.lang.String description; - private java.lang.String descriptionEnglish; - private java.lang.Integer id; - - public TLanguage() {} - - public TLanguage( - java.lang.String cd, - java.lang.String description, - java.lang.String descriptionEnglish, - java.lang.Integer id - ) { - this.cd = cd; - this.description = description; - this.descriptionEnglish = descriptionEnglish; - this.id = id; - } - - @javax.persistence.Column(name = "CD", nullable = false, length = 2) - public java.lang.String getCd() { - return this.cd; - } - - public void setCd(java.lang.String cd) { - this.cd = cd; - } - - @javax.persistence.Column(name = "DESCRIPTION", length = 50) - public java.lang.String getDescription() { - return this.description; - } - - public void setDescription(java.lang.String description) { - this.description = description; - } - - @javax.persistence.Column(name = "description_english", length = 50) - public java.lang.String getDescriptionEnglish() { - return this.descriptionEnglish; - } - - public void setDescriptionEnglish(java.lang.String descriptionEnglish) { - this.descriptionEnglish = descriptionEnglish; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TTriggers.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TTriggers.java deleted file mode 100644 index d5dbfc0695..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TTriggers.java +++ /dev/null @@ -1,59 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_triggers", schema = "test2") -public class TTriggers implements java.io.Serializable { - - private static final long serialVersionUID = -1035841464; - - private java.lang.Integer idGenerated; - private java.lang.Integer id; - private java.lang.Integer counter; - - public TTriggers() {} - - public TTriggers( - java.lang.Integer idGenerated, - java.lang.Integer id, - java.lang.Integer counter - ) { - this.idGenerated = idGenerated; - this.id = id; - this.counter = counter; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "id_generated", unique = true, nullable = false, precision = 10) - public java.lang.Integer getIdGenerated() { - return this.idGenerated; - } - - public void setIdGenerated(java.lang.Integer idGenerated) { - this.idGenerated = idGenerated; - } - - @javax.persistence.Column(name = "id", precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "counter", precision = 10) - public java.lang.Integer getCounter() { - return this.counter; - } - - public void setCounter(java.lang.Integer counter) { - this.counter = counter; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TUnsigned.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TUnsigned.java deleted file mode 100644 index c7cd4895b6..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/TUnsigned.java +++ /dev/null @@ -1,70 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_unsigned", schema = "test2") -public class TUnsigned implements java.io.Serializable { - - private static final long serialVersionUID = -2011393145; - - private org.jooq.types.UByte uByte; - private org.jooq.types.UShort uShort; - private org.jooq.types.UInteger uInt; - private org.jooq.types.ULong uLong; - - public TUnsigned() {} - - public TUnsigned( - org.jooq.types.UByte uByte, - org.jooq.types.UShort uShort, - org.jooq.types.UInteger uInt, - org.jooq.types.ULong uLong - ) { - this.uByte = uByte; - this.uShort = uShort; - this.uInt = uInt; - this.uLong = uLong; - } - - @javax.persistence.Column(name = "u_byte", precision = 3) - public org.jooq.types.UByte getUByte() { - return this.uByte; - } - - public void setUByte(org.jooq.types.UByte uByte) { - this.uByte = uByte; - } - - @javax.persistence.Column(name = "u_short", precision = 5) - public org.jooq.types.UShort getUShort() { - return this.uShort; - } - - public void setUShort(org.jooq.types.UShort uShort) { - this.uShort = uShort; - } - - @javax.persistence.Column(name = "u_int", precision = 10) - public org.jooq.types.UInteger getUInt() { - return this.uInt; - } - - public void setUInt(org.jooq.types.UInteger uInt) { - this.uInt = uInt; - } - - @javax.persistence.Column(name = "u_long", precision = 20) - public org.jooq.types.ULong getULong() { - return this.uLong; - } - - public void setULong(org.jooq.types.ULong uLong) { - this.uLong = uLong; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_2926.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_2926.java deleted file mode 100644 index 365c7acbbc..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_2926.java +++ /dev/null @@ -1,70 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_2926", schema = "test2") -public class T_2926 implements java.io.Serializable { - - private static final long serialVersionUID = -1578752781; - - private java.lang.String t1; - private java.lang.String t2; - private java.lang.String t3; - private java.lang.String t4; - - public T_2926() {} - - public T_2926( - java.lang.String t1, - java.lang.String t2, - java.lang.String t3, - java.lang.String t4 - ) { - this.t1 = t1; - this.t2 = t2; - this.t3 = t3; - this.t4 = t4; - } - - @javax.persistence.Column(name = "t1", length = 255) - public java.lang.String getT1() { - return this.t1; - } - - public void setT1(java.lang.String t1) { - this.t1 = t1; - } - - @javax.persistence.Column(name = "t2", length = 65535) - public java.lang.String getT2() { - return this.t2; - } - - public void setT2(java.lang.String t2) { - this.t2 = t2; - } - - @javax.persistence.Column(name = "t3", length = 16777215) - public java.lang.String getT3() { - return this.t3; - } - - public void setT3(java.lang.String t3) { - this.t3 = t3; - } - - @javax.persistence.Column(name = "t4") - public java.lang.String getT4() { - return this.t4; - } - - public void setT4(java.lang.String t4) { - this.t4 = t4; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_639NumbersTable.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_639NumbersTable.java deleted file mode 100644 index 05d9158e74..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_639NumbersTable.java +++ /dev/null @@ -1,179 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_639_numbers_table", schema = "test2") -public class T_639NumbersTable implements java.io.Serializable { - - private static final long serialVersionUID = 1696329882; - - private java.lang.Integer id; - private java.lang.Byte byte_; - private java.lang.Short short_; - private java.lang.Integer integer; - private java.lang.Long long_; - private java.lang.Byte byteDecimal; - private java.lang.Short shortDecimal; - private java.lang.Integer integerDecimal; - private java.lang.Long longDecimal; - private java.math.BigInteger bigInteger; - private java.math.BigDecimal bigDecimal; - private java.lang.Double float_; - private java.lang.Double double_; - - public T_639NumbersTable() {} - - public T_639NumbersTable( - java.lang.Integer id, - java.lang.Byte byte_, - java.lang.Short short_, - java.lang.Integer integer, - java.lang.Long long_, - java.lang.Byte byteDecimal, - java.lang.Short shortDecimal, - java.lang.Integer integerDecimal, - java.lang.Long longDecimal, - java.math.BigInteger bigInteger, - java.math.BigDecimal bigDecimal, - java.lang.Double float_, - java.lang.Double double_ - ) { - this.id = id; - this.byte_ = byte_; - this.short_ = short_; - this.integer = integer; - this.long_ = long_; - this.byteDecimal = byteDecimal; - this.shortDecimal = shortDecimal; - this.integerDecimal = integerDecimal; - this.longDecimal = longDecimal; - this.bigInteger = bigInteger; - this.bigDecimal = bigDecimal; - this.float_ = float_; - this.double_ = double_; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "BYTE", precision = 3) - public java.lang.Byte getByte() { - return this.byte_; - } - - public void setByte(java.lang.Byte byte_) { - this.byte_ = byte_; - } - - @javax.persistence.Column(name = "SHORT", precision = 5) - public java.lang.Short getShort() { - return this.short_; - } - - public void setShort(java.lang.Short short_) { - this.short_ = short_; - } - - @javax.persistence.Column(name = "INTEGER", precision = 10) - public java.lang.Integer getInteger() { - return this.integer; - } - - public void setInteger(java.lang.Integer integer) { - this.integer = integer; - } - - @javax.persistence.Column(name = "LONG", precision = 19) - public java.lang.Long getLong() { - return this.long_; - } - - public void setLong(java.lang.Long long_) { - this.long_ = long_; - } - - @javax.persistence.Column(name = "BYTE_DECIMAL", precision = 2) - public java.lang.Byte getByteDecimal() { - return this.byteDecimal; - } - - public void setByteDecimal(java.lang.Byte byteDecimal) { - this.byteDecimal = byteDecimal; - } - - @javax.persistence.Column(name = "SHORT_DECIMAL", precision = 4) - public java.lang.Short getShortDecimal() { - return this.shortDecimal; - } - - public void setShortDecimal(java.lang.Short shortDecimal) { - this.shortDecimal = shortDecimal; - } - - @javax.persistence.Column(name = "INTEGER_DECIMAL", precision = 9) - public java.lang.Integer getIntegerDecimal() { - return this.integerDecimal; - } - - public void setIntegerDecimal(java.lang.Integer integerDecimal) { - this.integerDecimal = integerDecimal; - } - - @javax.persistence.Column(name = "LONG_DECIMAL", precision = 18) - public java.lang.Long getLongDecimal() { - return this.longDecimal; - } - - public void setLongDecimal(java.lang.Long longDecimal) { - this.longDecimal = longDecimal; - } - - @javax.persistence.Column(name = "BIG_INTEGER", precision = 22) - public java.math.BigInteger getBigInteger() { - return this.bigInteger; - } - - public void setBigInteger(java.math.BigInteger bigInteger) { - this.bigInteger = bigInteger; - } - - @javax.persistence.Column(name = "BIG_DECIMAL", precision = 22, scale = 5) - public java.math.BigDecimal getBigDecimal() { - return this.bigDecimal; - } - - public void setBigDecimal(java.math.BigDecimal bigDecimal) { - this.bigDecimal = bigDecimal; - } - - @javax.persistence.Column(name = "FLOAT", precision = 12) - public java.lang.Double getFloat() { - return this.float_; - } - - public void setFloat(java.lang.Double float_) { - this.float_ = float_; - } - - @javax.persistence.Column(name = "DOUBLE", precision = 22) - public java.lang.Double getDouble() { - return this.double_; - } - - public void setDouble(java.lang.Double double_) { - this.double_ = double_; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_725LobTest.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_725LobTest.java deleted file mode 100644 index 6619a078ee..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_725LobTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_725_lob_test", schema = "test2") -public class T_725LobTest implements java.io.Serializable { - - private static final long serialVersionUID = 1184571190; - - private java.lang.Integer id; - private byte[] lob; - - public T_725LobTest() {} - - public T_725LobTest( - java.lang.Integer id, - byte[] lob - ) { - this.id = id; - this.lob = lob; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "LOB") - public byte[] getLob() { - return this.lob; - } - - public void setLob(byte[] lob) { - this.lob = lob; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_785.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_785.java deleted file mode 100644 index 825eea0ee3..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_785.java +++ /dev/null @@ -1,58 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_785", schema = "test2") -public class T_785 implements java.io.Serializable { - - private static final long serialVersionUID = -289916964; - - private java.lang.Integer id; - private java.lang.String name; - private java.lang.String value; - - public T_785() {} - - public T_785( - java.lang.Integer id, - java.lang.String name, - java.lang.String value - ) { - this.id = id; - this.name = name; - this.value = value; - } - - @javax.persistence.Column(name = "ID", precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "NAME", length = 50) - public java.lang.String getName() { - return this.name; - } - - public void setName(java.lang.String name) { - this.name = name; - } - - @javax.persistence.Column(name = "VALUE", length = 50) - public java.lang.String getValue() { - return this.value; - } - - public void setValue(java.lang.String value) { - this.value = value; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_959.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_959.java deleted file mode 100644 index 3560aa668c..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/T_959.java +++ /dev/null @@ -1,46 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_959", schema = "test2") -public class T_959 implements java.io.Serializable { - - private static final long serialVersionUID = 1804845421; - - private org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords javaKeywords; - private org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters specialCharacters; - - public T_959() {} - - public T_959( - org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords javaKeywords, - org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters specialCharacters - ) { - this.javaKeywords = javaKeywords; - this.specialCharacters = specialCharacters; - } - - @javax.persistence.Column(name = "java_keywords", length = 12) - public org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords getJavaKeywords() { - return this.javaKeywords; - } - - public void setJavaKeywords(org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords javaKeywords) { - this.javaKeywords = javaKeywords; - } - - @javax.persistence.Column(name = "special_characters", length = 5) - public org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters getSpecialCharacters() { - return this.specialCharacters; - } - - public void setSpecialCharacters(org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters specialCharacters) { - this.specialCharacters = specialCharacters; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VAuthor.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VAuthor.java deleted file mode 100644 index 53697503d8..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VAuthor.java +++ /dev/null @@ -1,96 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * VIEW - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "v_author", schema = "test2") -public class VAuthor implements java.io.Serializable { - - private static final long serialVersionUID = -256558025; - - private java.lang.Integer id; - private java.lang.String firstName; - private java.lang.String lastName; - private java.sql.Date dateOfBirth; - private java.lang.Integer yearOfBirth; - private java.lang.String address; - - public VAuthor() {} - - public VAuthor( - java.lang.Integer id, - java.lang.String firstName, - java.lang.String lastName, - java.sql.Date dateOfBirth, - java.lang.Integer yearOfBirth, - java.lang.String address - ) { - this.id = id; - this.firstName = firstName; - this.lastName = lastName; - this.dateOfBirth = dateOfBirth; - this.yearOfBirth = yearOfBirth; - this.address = address; - } - - @javax.persistence.Column(name = "ID", nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "FIRST_NAME", length = 50) - public java.lang.String getFirstName() { - return this.firstName; - } - - public void setFirstName(java.lang.String firstName) { - this.firstName = firstName; - } - - @javax.persistence.Column(name = "LAST_NAME", nullable = false, length = 50) - public java.lang.String getLastName() { - return this.lastName; - } - - public void setLastName(java.lang.String lastName) { - this.lastName = lastName; - } - - @javax.persistence.Column(name = "DATE_OF_BIRTH") - public java.sql.Date getDateOfBirth() { - return this.dateOfBirth; - } - - public void setDateOfBirth(java.sql.Date dateOfBirth) { - this.dateOfBirth = dateOfBirth; - } - - @javax.persistence.Column(name = "YEAR_OF_BIRTH", precision = 10) - public java.lang.Integer getYearOfBirth() { - return this.yearOfBirth; - } - - public void setYearOfBirth(java.lang.Integer yearOfBirth) { - this.yearOfBirth = yearOfBirth; - } - - @javax.persistence.Column(name = "ADDRESS", length = 200) - public java.lang.String getAddress() { - return this.address; - } - - public void setAddress(java.lang.String address) { - this.address = address; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VBook.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VBook.java deleted file mode 100644 index cae322f5b4..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VBook.java +++ /dev/null @@ -1,144 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * VIEW - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "v_book", schema = "test2") -public class VBook implements java.io.Serializable { - - private static final long serialVersionUID = -100326184; - - private java.lang.Integer id; - private java.lang.Integer authorId; - private java.lang.Integer coAuthorId; - private java.lang.Integer detailsId; - private java.lang.String title; - private java.lang.Integer publishedIn; - private java.lang.Integer languageId; - private java.lang.String contentText; - private byte[] contentPdf; - private org.jooq.test.mysql2.generatedclasses.enums.VBookStatus status; - - public VBook() {} - - public VBook( - java.lang.Integer id, - java.lang.Integer authorId, - java.lang.Integer coAuthorId, - java.lang.Integer detailsId, - java.lang.String title, - java.lang.Integer publishedIn, - java.lang.Integer languageId, - java.lang.String contentText, - byte[] contentPdf, - org.jooq.test.mysql2.generatedclasses.enums.VBookStatus status - ) { - this.id = id; - this.authorId = authorId; - this.coAuthorId = coAuthorId; - this.detailsId = detailsId; - this.title = title; - this.publishedIn = publishedIn; - this.languageId = languageId; - this.contentText = contentText; - this.contentPdf = contentPdf; - this.status = status; - } - - @javax.persistence.Column(name = "ID", nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "AUTHOR_ID", nullable = false, precision = 10) - public java.lang.Integer getAuthorId() { - return this.authorId; - } - - public void setAuthorId(java.lang.Integer authorId) { - this.authorId = authorId; - } - - @javax.persistence.Column(name = "co_author_id", precision = 10) - public java.lang.Integer getCoAuthorId() { - return this.coAuthorId; - } - - public void setCoAuthorId(java.lang.Integer coAuthorId) { - this.coAuthorId = coAuthorId; - } - - @javax.persistence.Column(name = "DETAILS_ID", precision = 10) - public java.lang.Integer getDetailsId() { - return this.detailsId; - } - - public void setDetailsId(java.lang.Integer detailsId) { - this.detailsId = detailsId; - } - - @javax.persistence.Column(name = "TITLE", nullable = false, length = 65535) - public java.lang.String getTitle() { - return this.title; - } - - public void setTitle(java.lang.String title) { - this.title = title; - } - - @javax.persistence.Column(name = "PUBLISHED_IN", nullable = false, precision = 10) - public java.lang.Integer getPublishedIn() { - return this.publishedIn; - } - - public void setPublishedIn(java.lang.Integer publishedIn) { - this.publishedIn = publishedIn; - } - - @javax.persistence.Column(name = "LANGUAGE_ID", nullable = false, precision = 10) - public java.lang.Integer getLanguageId() { - return this.languageId; - } - - public void setLanguageId(java.lang.Integer languageId) { - this.languageId = languageId; - } - - @javax.persistence.Column(name = "CONTENT_TEXT") - public java.lang.String getContentText() { - return this.contentText; - } - - public void setContentText(java.lang.String contentText) { - this.contentText = contentText; - } - - @javax.persistence.Column(name = "CONTENT_PDF") - public byte[] getContentPdf() { - return this.contentPdf; - } - - public void setContentPdf(byte[] contentPdf) { - this.contentPdf = contentPdf; - } - - @javax.persistence.Column(name = "STATUS", length = 8) - public org.jooq.test.mysql2.generatedclasses.enums.VBookStatus getStatus() { - return this.status; - } - - public void setStatus(org.jooq.test.mysql2.generatedclasses.enums.VBookStatus status) { - this.status = status; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VLibrary.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VLibrary.java deleted file mode 100644 index c1e9f6d2e7..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/VLibrary.java +++ /dev/null @@ -1,48 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * VIEW - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "v_library", schema = "test2") -public class VLibrary implements java.io.Serializable { - - private static final long serialVersionUID = 1615834948; - - private java.lang.String author; - private java.lang.String title; - - public VLibrary() {} - - public VLibrary( - java.lang.String author, - java.lang.String title - ) { - this.author = author; - this.title = title; - } - - @javax.persistence.Column(name = "AUTHOR", length = 101) - public java.lang.String getAuthor() { - return this.author; - } - - public void setAuthor(java.lang.String author) { - this.author = author; - } - - @javax.persistence.Column(name = "TITLE", nullable = false, length = 65535) - public java.lang.String getTitle() { - return this.title; - } - - public void setTitle(java.lang.String title) { - this.title = title; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_2025.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_2025.java deleted file mode 100644 index 1584d3e46c..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_2025.java +++ /dev/null @@ -1,48 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "x_test_case_2025", schema = "test2") -public class XTestCase_2025 implements java.io.Serializable { - - private static final long serialVersionUID = 1971531710; - - private java.lang.Integer refId; - private java.lang.String refName; - - public XTestCase_2025() {} - - public XTestCase_2025( - java.lang.Integer refId, - java.lang.String refName - ) { - this.refId = refId; - this.refName = refName; - } - - @javax.persistence.Column(name = "ref_id", nullable = false, precision = 10) - public java.lang.Integer getRefId() { - return this.refId; - } - - public void setRefId(java.lang.Integer refId) { - this.refId = refId; - } - - @javax.persistence.Column(name = "ref_name", nullable = false, length = 10) - public java.lang.String getRefName() { - return this.refName; - } - - public void setRefName(java.lang.String refName) { - this.refName = refName; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_64_69.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_64_69.java deleted file mode 100644 index 6a973d6340..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_64_69.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "x_test_case_64_69", schema = "test2") -public class XTestCase_64_69 implements java.io.Serializable { - - private static final long serialVersionUID = 1167528925; - - private java.lang.Integer id; - private java.lang.Integer unusedId; - - public XTestCase_64_69() {} - - public XTestCase_64_69( - java.lang.Integer id, - java.lang.Integer unusedId - ) { - this.id = id; - this.unusedId = unusedId; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "UNUSED_ID", precision = 10) - public java.lang.Integer getUnusedId() { - return this.unusedId; - } - - public void setUnusedId(java.lang.Integer unusedId) { - this.unusedId = unusedId; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_71.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_71.java deleted file mode 100644 index c3bed6aa7e..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_71.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "x_test_case_71", schema = "test2") -public class XTestCase_71 implements java.io.Serializable { - - private static final long serialVersionUID = 1065024389; - - private java.lang.Integer id; - private java.lang.Integer testCase_64_69Id; - - public XTestCase_71() {} - - public XTestCase_71( - java.lang.Integer id, - java.lang.Integer testCase_64_69Id - ) { - this.id = id; - this.testCase_64_69Id = testCase_64_69Id; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "TEST_CASE_64_69_ID", precision = 10) - public java.lang.Integer getTestCase_64_69Id() { - return this.testCase_64_69Id; - } - - public void setTestCase_64_69Id(java.lang.Integer testCase_64_69Id) { - this.testCase_64_69Id = testCase_64_69Id; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_85.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_85.java deleted file mode 100644 index 6ec2f9b2c9..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XTestCase_85.java +++ /dev/null @@ -1,61 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "x_test_case_85", schema = "test2") -public class XTestCase_85 implements java.io.Serializable { - - private static final long serialVersionUID = -2084546144; - - private java.lang.Integer id; - private java.lang.Integer xUnusedId; - private java.lang.String xUnusedName; - - public XTestCase_85() {} - - public XTestCase_85( - java.lang.Integer id, - java.lang.Integer xUnusedId, - java.lang.String xUnusedName - ) { - this.id = id; - this.xUnusedId = xUnusedId; - this.xUnusedName = xUnusedName; - } - - @javax.persistence.Id - @javax.persistence.Column(name = "id", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "x_unused_id", precision = 10) - public java.lang.Integer getXUnusedId() { - return this.xUnusedId; - } - - public void setXUnusedId(java.lang.Integer xUnusedId) { - this.xUnusedId = xUnusedId; - } - - @javax.persistence.Column(name = "x_unused_name", length = 10) - public java.lang.String getXUnusedName() { - return this.xUnusedName; - } - - public void setXUnusedName(java.lang.String xUnusedName) { - this.xUnusedName = xUnusedName; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XUnused.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XUnused.java deleted file mode 100644 index 94f2a97678..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/pojos/XUnused.java +++ /dev/null @@ -1,194 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.pojos; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "x_unused", schema = "test2", uniqueConstraints = { - @javax.persistence.UniqueConstraint(columnNames = {"ID", "NAME"}) -}) -public class XUnused implements java.io.Serializable { - - private static final long serialVersionUID = 1809422435; - - private java.lang.Integer id; - private java.lang.String name; - private java.math.BigInteger bigInteger; - private java.lang.Integer idRef; - private java.lang.String nameRef; - private java.lang.Integer class_; - private java.lang.Integer fields; - private java.lang.Integer configuration; - private java.lang.Integer uDT; - private java.lang.Integer metaData; - private java.lang.Integer type0; - private java.lang.Integer primaryKey; - private java.lang.Integer primarykey; - private java.math.BigDecimal field_737; - - public XUnused() {} - - public XUnused( - java.lang.Integer id, - java.lang.String name, - java.math.BigInteger bigInteger, - java.lang.Integer idRef, - java.lang.String nameRef, - java.lang.Integer class_, - java.lang.Integer fields, - java.lang.Integer configuration, - java.lang.Integer uDT, - java.lang.Integer metaData, - java.lang.Integer type0, - java.lang.Integer primaryKey, - java.lang.Integer primarykey, - java.math.BigDecimal field_737 - ) { - this.id = id; - this.name = name; - this.bigInteger = bigInteger; - this.idRef = idRef; - this.nameRef = nameRef; - this.class_ = class_; - this.fields = fields; - this.configuration = configuration; - this.uDT = uDT; - this.metaData = metaData; - this.type0 = type0; - this.primaryKey = primaryKey; - this.primarykey = primarykey; - this.field_737 = field_737; - } - - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return this.id; - } - - public void setId(java.lang.Integer id) { - this.id = id; - } - - @javax.persistence.Column(name = "NAME", nullable = false, length = 10) - public java.lang.String getName() { - return this.name; - } - - public void setName(java.lang.String name) { - this.name = name; - } - - @javax.persistence.Column(name = "BIG_INTEGER", precision = 25) - public java.math.BigInteger getBigInteger() { - return this.bigInteger; - } - - public void setBigInteger(java.math.BigInteger bigInteger) { - this.bigInteger = bigInteger; - } - - @javax.persistence.Column(name = "ID_REF", precision = 10) - public java.lang.Integer getIdRef() { - return this.idRef; - } - - public void setIdRef(java.lang.Integer idRef) { - this.idRef = idRef; - } - - @javax.persistence.Column(name = "NAME_REF", length = 10) - public java.lang.String getNameRef() { - return this.nameRef; - } - - public void setNameRef(java.lang.String nameRef) { - this.nameRef = nameRef; - } - - @javax.persistence.Column(name = "CLASS", precision = 10) - public java.lang.Integer getClass_() { - return this.class_; - } - - public void setClass_(java.lang.Integer class_) { - this.class_ = class_; - } - - @javax.persistence.Column(name = "FIELDS", precision = 10) - public java.lang.Integer getFields() { - return this.fields; - } - - public void setFields(java.lang.Integer fields) { - this.fields = fields; - } - - @javax.persistence.Column(name = "CONFIGURATION", precision = 10) - public java.lang.Integer getConfiguration() { - return this.configuration; - } - - public void setConfiguration(java.lang.Integer configuration) { - this.configuration = configuration; - } - - @javax.persistence.Column(name = "U_D_T", precision = 10) - public java.lang.Integer getUDT() { - return this.uDT; - } - - public void setUDT(java.lang.Integer uDT) { - this.uDT = uDT; - } - - @javax.persistence.Column(name = "META_DATA", precision = 10) - public java.lang.Integer getMetaData() { - return this.metaData; - } - - public void setMetaData(java.lang.Integer metaData) { - this.metaData = metaData; - } - - @javax.persistence.Column(name = "TYPE0", precision = 10) - public java.lang.Integer getType0() { - return this.type0; - } - - public void setType0(java.lang.Integer type0) { - this.type0 = type0; - } - - @javax.persistence.Column(name = "PRIMARY_KEY", precision = 10) - public java.lang.Integer getPrimaryKey_() { - return this.primaryKey; - } - - public void setPrimaryKey_(java.lang.Integer primaryKey) { - this.primaryKey = primaryKey; - } - - @javax.persistence.Column(name = "PRIMARYKEY", precision = 10) - public java.lang.Integer getPrimarykey() { - return this.primarykey; - } - - public void setPrimarykey(java.lang.Integer primarykey) { - this.primarykey = primarykey; - } - - @javax.persistence.Column(name = "FIELD 737", precision = 25, scale = 2) - public java.math.BigDecimal getField_737() { - return this.field_737; - } - - public void setField_737(java.math.BigDecimal field_737) { - this.field_737 = field_737; - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TAuthorRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TAuthorRecord.java deleted file mode 100644 index 771fa140dd..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TAuthorRecord.java +++ /dev/null @@ -1,323 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * An entity holding authors of books - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_author", schema = "test2") -public class TAuthorRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record6 { - - private static final long serialVersionUID = 1482904846; - - /** - * Setter for test2.t_author.ID. The author ID - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.t_author.ID. The author ID - */ - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.t_author.FIRST_NAME. The author's first name - */ - public void setFirstName(java.lang.String value) { - setValue(1, value); - } - - /** - * Getter for test2.t_author.FIRST_NAME. The author's first name - */ - @javax.persistence.Column(name = "FIRST_NAME", length = 50) - public java.lang.String getFirstName() { - return (java.lang.String) getValue(1); - } - - /** - * Setter for test2.t_author.LAST_NAME. The author's last name - */ - public void setLastName(java.lang.String value) { - setValue(2, value); - } - - /** - * Getter for test2.t_author.LAST_NAME. The author's last name - */ - @javax.persistence.Column(name = "LAST_NAME", nullable = false, length = 50) - public java.lang.String getLastName() { - return (java.lang.String) getValue(2); - } - - /** - * Setter for test2.t_author.DATE_OF_BIRTH. The author's date of birth - */ - public void setDateOfBirth(java.sql.Date value) { - setValue(3, value); - } - - /** - * Getter for test2.t_author.DATE_OF_BIRTH. The author's date of birth - */ - @javax.persistence.Column(name = "DATE_OF_BIRTH") - public java.sql.Date getDateOfBirth() { - return (java.sql.Date) getValue(3); - } - - /** - * Setter for test2.t_author.YEAR_OF_BIRTH. The author's year of birth - */ - public void setYearOfBirth(java.lang.Integer value) { - setValue(4, value); - } - - /** - * Getter for test2.t_author.YEAR_OF_BIRTH. The author's year of birth - */ - @javax.persistence.Column(name = "YEAR_OF_BIRTH", precision = 10) - public java.lang.Integer getYearOfBirth() { - return (java.lang.Integer) getValue(4); - } - - /** - * Setter for test2.t_author.ADDRESS. The author's address - */ - public void setAddress(java.lang.String value) { - setValue(5, value); - } - - /** - * Getter for test2.t_author.ADDRESS. The author's address - */ - @javax.persistence.Column(name = "ADDRESS", length = 200) - public java.lang.String getAddress() { - return (java.lang.String) getValue(5); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record6 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row6 fieldsRow() { - return (org.jooq.Row6) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row6 valuesRow() { - return (org.jooq.Row6) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR.FIRST_NAME; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR.LAST_NAME; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field4() { - return org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR.DATE_OF_BIRTH; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field5() { - return org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR.YEAR_OF_BIRTH; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field6() { - return org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR.ADDRESS; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value2() { - return getFirstName(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value3() { - return getLastName(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.sql.Date value4() { - return getDateOfBirth(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value5() { - return getYearOfBirth(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value6() { - return getAddress(); - } - - /** - * {@inheritDoc} - */ - @Override - public TAuthorRecord value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TAuthorRecord value2(java.lang.String value) { - setFirstName(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TAuthorRecord value3(java.lang.String value) { - setLastName(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TAuthorRecord value4(java.sql.Date value) { - setDateOfBirth(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TAuthorRecord value5(java.lang.Integer value) { - setYearOfBirth(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TAuthorRecord value6(java.lang.String value) { - setAddress(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TAuthorRecord values(java.lang.Integer value1, java.lang.String value2, java.lang.String value3, java.sql.Date value4, java.lang.Integer value5, java.lang.String value6) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached TAuthorRecord - */ - public TAuthorRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR); - } - - /** - * Create a detached, initialised TAuthorRecord - */ - public TAuthorRecord(java.lang.Integer id, java.lang.String firstName, java.lang.String lastName, java.sql.Date dateOfBirth, java.lang.Integer yearOfBirth, java.lang.String address) { - super(org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR); - - setValue(0, id); - setValue(1, firstName); - setValue(2, lastName); - setValue(3, dateOfBirth); - setValue(4, yearOfBirth); - setValue(5, address); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookRecord.java deleted file mode 100644 index f2a56923b2..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookRecord.java +++ /dev/null @@ -1,487 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * An entity holding books - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_book", schema = "test2") -public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record10 { - - private static final long serialVersionUID = 795509781; - - /** - * Setter for test2.t_book.ID. The book ID - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.t_book.ID. The book ID - */ - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.t_book.AUTHOR_ID. The author ID in entity 'author' - */ - public void setAuthorId(java.lang.Integer value) { - setValue(1, value); - } - - /** - * Getter for test2.t_book.AUTHOR_ID. The author ID in entity 'author' - */ - @javax.persistence.Column(name = "AUTHOR_ID", nullable = false, precision = 10) - public java.lang.Integer getAuthorId() { - return (java.lang.Integer) getValue(1); - } - - /** - * Setter for test2.t_book.co_author_id. - */ - public void setCoAuthorId(java.lang.Integer value) { - setValue(2, value); - } - - /** - * Getter for test2.t_book.co_author_id. - */ - @javax.persistence.Column(name = "co_author_id", precision = 10) - public java.lang.Integer getCoAuthorId() { - return (java.lang.Integer) getValue(2); - } - - /** - * Setter for test2.t_book.DETAILS_ID. Some more details about the book - */ - public void setDetailsId(java.lang.Integer value) { - setValue(3, value); - } - - /** - * Getter for test2.t_book.DETAILS_ID. Some more details about the book - */ - @javax.persistence.Column(name = "DETAILS_ID", precision = 10) - public java.lang.Integer getDetailsId() { - return (java.lang.Integer) getValue(3); - } - - /** - * Setter for test2.t_book.TITLE. The book's title - */ - public void setTitle(java.lang.String value) { - setValue(4, value); - } - - /** - * Getter for test2.t_book.TITLE. The book's title - */ - @javax.persistence.Column(name = "TITLE", nullable = false, length = 65535) - public java.lang.String getTitle() { - return (java.lang.String) getValue(4); - } - - /** - * Setter for test2.t_book.PUBLISHED_IN. The year the book was published in - */ - public void setPublishedIn(java.lang.Integer value) { - setValue(5, value); - } - - /** - * Getter for test2.t_book.PUBLISHED_IN. The year the book was published in - */ - @javax.persistence.Column(name = "PUBLISHED_IN", nullable = false, precision = 10) - public java.lang.Integer getPublishedIn() { - return (java.lang.Integer) getValue(5); - } - - /** - * Setter for test2.t_book.LANGUAGE_ID. The language of the book - */ - public void setLanguageId(java.lang.Integer value) { - setValue(6, value); - } - - /** - * Getter for test2.t_book.LANGUAGE_ID. The language of the book - */ - @javax.persistence.Column(name = "LANGUAGE_ID", nullable = false, precision = 10) - public java.lang.Integer getLanguageId() { - return (java.lang.Integer) getValue(6); - } - - /** - * Setter for test2.t_book.CONTENT_TEXT. Some textual content of the book - */ - public void setContentText(java.lang.String value) { - setValue(7, value); - } - - /** - * Getter for test2.t_book.CONTENT_TEXT. Some textual content of the book - */ - @javax.persistence.Column(name = "CONTENT_TEXT") - public java.lang.String getContentText() { - return (java.lang.String) getValue(7); - } - - /** - * Setter for test2.t_book.CONTENT_PDF. Some binary content of the book - */ - public void setContentPdf(byte[] value) { - setValue(8, value); - } - - /** - * Getter for test2.t_book.CONTENT_PDF. Some binary content of the book - */ - @javax.persistence.Column(name = "CONTENT_PDF") - public byte[] getContentPdf() { - return (byte[]) getValue(8); - } - - /** - * Setter for test2.t_book.STATUS. The book's stock status - */ - public void setStatus(org.jooq.test.mysql2.generatedclasses.enums.TBookStatus value) { - setValue(9, value); - } - - /** - * Getter for test2.t_book.STATUS. The book's stock status - */ - @javax.persistence.Column(name = "STATUS", length = 8) - public org.jooq.test.mysql2.generatedclasses.enums.TBookStatus getStatus() { - return (org.jooq.test.mysql2.generatedclasses.enums.TBookStatus) getValue(9); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record10 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row10 fieldsRow() { - return (org.jooq.Row10) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row10 valuesRow() { - return (org.jooq.Row10) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.AUTHOR_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.CO_AUTHOR_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field4() { - return org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.DETAILS_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field5() { - return org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.TITLE; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field6() { - return org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.PUBLISHED_IN; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field7() { - return org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.LANGUAGE_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field8() { - return org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.CONTENT_TEXT; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field9() { - return org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.CONTENT_PDF; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field10() { - return org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK.STATUS; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value2() { - return getAuthorId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value3() { - return getCoAuthorId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value4() { - return getDetailsId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value5() { - return getTitle(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value6() { - return getPublishedIn(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value7() { - return getLanguageId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value8() { - return getContentText(); - } - - /** - * {@inheritDoc} - */ - @Override - public byte[] value9() { - return getContentPdf(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.enums.TBookStatus value10() { - return getStatus(); - } - - /** - * {@inheritDoc} - */ - @Override - public TBookRecord value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookRecord value2(java.lang.Integer value) { - setAuthorId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookRecord value3(java.lang.Integer value) { - setCoAuthorId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookRecord value4(java.lang.Integer value) { - setDetailsId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookRecord value5(java.lang.String value) { - setTitle(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookRecord value6(java.lang.Integer value) { - setPublishedIn(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookRecord value7(java.lang.Integer value) { - setLanguageId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookRecord value8(java.lang.String value) { - setContentText(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookRecord value9(byte[] value) { - setContentPdf(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookRecord value10(org.jooq.test.mysql2.generatedclasses.enums.TBookStatus value) { - setStatus(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookRecord values(java.lang.Integer value1, java.lang.Integer value2, java.lang.Integer value3, java.lang.Integer value4, java.lang.String value5, java.lang.Integer value6, java.lang.Integer value7, java.lang.String value8, byte[] value9, org.jooq.test.mysql2.generatedclasses.enums.TBookStatus value10) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached TBookRecord - */ - public TBookRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK); - } - - /** - * Create a detached, initialised TBookRecord - */ - public TBookRecord(java.lang.Integer id, java.lang.Integer authorId, java.lang.Integer coAuthorId, java.lang.Integer detailsId, java.lang.String title, java.lang.Integer publishedIn, java.lang.Integer languageId, java.lang.String contentText, byte[] contentPdf, org.jooq.test.mysql2.generatedclasses.enums.TBookStatus status) { - super(org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK); - - setValue(0, id); - setValue(1, authorId); - setValue(2, coAuthorId); - setValue(3, detailsId); - setValue(4, title); - setValue(5, publishedIn); - setValue(6, languageId); - setValue(7, contentText); - setValue(8, contentPdf); - setValue(9, status); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookStoreRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookStoreRecord.java deleted file mode 100644 index 954ef15fc9..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookStoreRecord.java +++ /dev/null @@ -1,118 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * A book store - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_book_store", schema = "test2") -public class TBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record1 { - - private static final long serialVersionUID = -2069801963; - - /** - * Setter for test2.t_book_store.name. The books store name - */ - public void setName(java.lang.String value) { - setValue(0, value); - } - - /** - * Getter for test2.t_book_store.name. The books store name - */ - @javax.persistence.Id - @javax.persistence.Column(name = "name", unique = true, nullable = false, length = 400) - public java.lang.String getName() { - return (java.lang.String) getValue(0); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record1 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row1 fieldsRow() { - return (org.jooq.Row1) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row1 valuesRow() { - return (org.jooq.Row1) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.TBookStore.T_BOOK_STORE.NAME; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value1() { - return getName(); - } - - /** - * {@inheritDoc} - */ - @Override - public TBookStoreRecord value1(java.lang.String value) { - setName(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookStoreRecord values(java.lang.String value1) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached TBookStoreRecord - */ - public TBookStoreRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.TBookStore.T_BOOK_STORE); - } - - /** - * Create a detached, initialised TBookStoreRecord - */ - public TBookStoreRecord(java.lang.String name) { - super(org.jooq.test.mysql2.generatedclasses.tables.TBookStore.T_BOOK_STORE); - - setValue(0, name); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookToBookStoreRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookToBookStoreRecord.java deleted file mode 100644 index 0225aeba8a..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookToBookStoreRecord.java +++ /dev/null @@ -1,201 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * An m:n relation between books and book stores - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_book_to_book_store", schema = "test2", uniqueConstraints = { - @javax.persistence.UniqueConstraint(columnNames = {"book_store_name", "book_id"}) -}) -public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record3 { - - private static final long serialVersionUID = -489982961; - - /** - * Setter for test2.t_book_to_book_store.book_store_name. The book store name - */ - public void setBookStoreName(java.lang.String value) { - setValue(0, value); - } - - /** - * Getter for test2.t_book_to_book_store.book_store_name. The book store name - */ - @javax.persistence.Column(name = "book_store_name", nullable = false, length = 400) - public java.lang.String getBookStoreName() { - return (java.lang.String) getValue(0); - } - - /** - * Setter for test2.t_book_to_book_store.book_id. The book ID - */ - public void setBookId(java.lang.Integer value) { - setValue(1, value); - } - - /** - * Getter for test2.t_book_to_book_store.book_id. The book ID - */ - @javax.persistence.Column(name = "book_id", nullable = false, precision = 10) - public java.lang.Integer getBookId() { - return (java.lang.Integer) getValue(1); - } - - /** - * Setter for test2.t_book_to_book_store.stock. The number of books on stock - */ - public void setStock(java.lang.Integer value) { - setValue(2, value); - } - - /** - * Getter for test2.t_book_to_book_store.stock. The number of books on stock - */ - @javax.persistence.Column(name = "stock", precision = 10) - public java.lang.Integer getStock() { - return (java.lang.Integer) getValue(2); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record2 key() { - return (org.jooq.Record2) super.key(); - } - - // ------------------------------------------------------------------------- - // Record3 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row3 fieldsRow() { - return (org.jooq.Row3) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row3 valuesRow() { - return (org.jooq.Row3) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE.BOOK_STORE_NAME; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE.BOOK_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE.STOCK; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value1() { - return getBookStoreName(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value2() { - return getBookId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value3() { - return getStock(); - } - - /** - * {@inheritDoc} - */ - @Override - public TBookToBookStoreRecord value1(java.lang.String value) { - setBookStoreName(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookToBookStoreRecord value2(java.lang.Integer value) { - setBookId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookToBookStoreRecord value3(java.lang.Integer value) { - setStock(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBookToBookStoreRecord values(java.lang.String value1, java.lang.Integer value2, java.lang.Integer value3) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached TBookToBookStoreRecord - */ - public TBookToBookStoreRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE); - } - - /** - * Create a detached, initialised TBookToBookStoreRecord - */ - public TBookToBookStoreRecord(java.lang.String bookStoreName, java.lang.Integer bookId, java.lang.Integer stock) { - super(org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE); - - setValue(0, bookStoreName); - setValue(1, bookId); - setValue(2, stock); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBooleansRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBooleansRecord.java deleted file mode 100644 index 5aef7303aa..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBooleansRecord.java +++ /dev/null @@ -1,526 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_booleans", schema = "test2") -public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record11 { - - private static final long serialVersionUID = -474669074; - - /** - * Setter for test2.t_booleans.id. - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.t_booleans.id. - */ - @javax.persistence.Id - @javax.persistence.Column(name = "id", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.t_booleans.one_zero. - */ - public void setOneZero(org.jooq.test.all.converters.Boolean_10 value) { - setValue(1, value); - } - - /** - * Getter for test2.t_booleans.one_zero. - */ - @javax.persistence.Column(name = "one_zero", precision = 10) - public org.jooq.test.all.converters.Boolean_10 getOneZero() { - return (org.jooq.test.all.converters.Boolean_10) getValue(1); - } - - /** - * Setter for test2.t_booleans.true_false_lc. - */ - public void setTrueFalseLc(org.jooq.test.all.converters.Boolean_TF_LC value) { - setValue(2, value); - } - - /** - * Getter for test2.t_booleans.true_false_lc. - */ - @javax.persistence.Column(name = "true_false_lc", length = 5) - public org.jooq.test.all.converters.Boolean_TF_LC getTrueFalseLc() { - return (org.jooq.test.all.converters.Boolean_TF_LC) getValue(2); - } - - /** - * Setter for test2.t_booleans.true_false_uc. - */ - public void setTrueFalseUc(org.jooq.test.all.converters.Boolean_TF_UC value) { - setValue(3, value); - } - - /** - * Getter for test2.t_booleans.true_false_uc. - */ - @javax.persistence.Column(name = "true_false_uc", length = 5) - public org.jooq.test.all.converters.Boolean_TF_UC getTrueFalseUc() { - return (org.jooq.test.all.converters.Boolean_TF_UC) getValue(3); - } - - /** - * Setter for test2.t_booleans.yes_no_lc. - */ - public void setYesNoLc(org.jooq.test.all.converters.Boolean_YES_NO_LC value) { - setValue(4, value); - } - - /** - * Getter for test2.t_booleans.yes_no_lc. - */ - @javax.persistence.Column(name = "yes_no_lc", length = 3) - public org.jooq.test.all.converters.Boolean_YES_NO_LC getYesNoLc() { - return (org.jooq.test.all.converters.Boolean_YES_NO_LC) getValue(4); - } - - /** - * Setter for test2.t_booleans.yes_no_uc. - */ - public void setYesNoUc(org.jooq.test.all.converters.Boolean_YES_NO_UC value) { - setValue(5, value); - } - - /** - * Getter for test2.t_booleans.yes_no_uc. - */ - @javax.persistence.Column(name = "yes_no_uc", length = 3) - public org.jooq.test.all.converters.Boolean_YES_NO_UC getYesNoUc() { - return (org.jooq.test.all.converters.Boolean_YES_NO_UC) getValue(5); - } - - /** - * Setter for test2.t_booleans.y_n_lc. - */ - public void setYNLc(org.jooq.test.all.converters.Boolean_YN_LC value) { - setValue(6, value); - } - - /** - * Getter for test2.t_booleans.y_n_lc. - */ - @javax.persistence.Column(name = "y_n_lc", length = 1) - public org.jooq.test.all.converters.Boolean_YN_LC getYNLc() { - return (org.jooq.test.all.converters.Boolean_YN_LC) getValue(6); - } - - /** - * Setter for test2.t_booleans.y_n_uc. - */ - public void setYNUc(org.jooq.test.all.converters.Boolean_YN_UC value) { - setValue(7, value); - } - - /** - * Getter for test2.t_booleans.y_n_uc. - */ - @javax.persistence.Column(name = "y_n_uc", length = 1) - public org.jooq.test.all.converters.Boolean_YN_UC getYNUc() { - return (org.jooq.test.all.converters.Boolean_YN_UC) getValue(7); - } - - /** - * Setter for test2.t_booleans.vc_boolean. - */ - public void setVcBoolean(java.lang.Boolean value) { - setValue(8, value); - } - - /** - * Getter for test2.t_booleans.vc_boolean. - */ - @javax.persistence.Column(name = "vc_boolean", length = 1) - public java.lang.Boolean getVcBoolean() { - return (java.lang.Boolean) getValue(8); - } - - /** - * Setter for test2.t_booleans.c_boolean. - */ - public void setCBoolean(java.lang.Boolean value) { - setValue(9, value); - } - - /** - * Getter for test2.t_booleans.c_boolean. - */ - @javax.persistence.Column(name = "c_boolean", length = 1) - public java.lang.Boolean getCBoolean() { - return (java.lang.Boolean) getValue(9); - } - - /** - * Setter for test2.t_booleans.n_boolean. - */ - public void setNBoolean(java.lang.Boolean value) { - setValue(10, value); - } - - /** - * Getter for test2.t_booleans.n_boolean. - */ - @javax.persistence.Column(name = "n_boolean", precision = 10) - public java.lang.Boolean getNBoolean() { - return (java.lang.Boolean) getValue(10); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record11 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row11 fieldsRow() { - return (org.jooq.Row11) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row11 valuesRow() { - return (org.jooq.Row11) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.ONE_ZERO; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.TRUE_FALSE_LC; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field4() { - return org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.TRUE_FALSE_UC; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field5() { - return org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.YES_NO_LC; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field6() { - return org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.YES_NO_UC; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field7() { - return org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.Y_N_LC; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field8() { - return org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.Y_N_UC; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field9() { - return org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.VC_BOOLEAN; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field10() { - return org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.C_BOOLEAN; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field11() { - return org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS.N_BOOLEAN; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.all.converters.Boolean_10 value2() { - return getOneZero(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.all.converters.Boolean_TF_LC value3() { - return getTrueFalseLc(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.all.converters.Boolean_TF_UC value4() { - return getTrueFalseUc(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.all.converters.Boolean_YES_NO_LC value5() { - return getYesNoLc(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.all.converters.Boolean_YES_NO_UC value6() { - return getYesNoUc(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.all.converters.Boolean_YN_LC value7() { - return getYNLc(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.all.converters.Boolean_YN_UC value8() { - return getYNUc(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Boolean value9() { - return getVcBoolean(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Boolean value10() { - return getCBoolean(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Boolean value11() { - return getNBoolean(); - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord value2(org.jooq.test.all.converters.Boolean_10 value) { - setOneZero(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord value3(org.jooq.test.all.converters.Boolean_TF_LC value) { - setTrueFalseLc(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord value4(org.jooq.test.all.converters.Boolean_TF_UC value) { - setTrueFalseUc(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord value5(org.jooq.test.all.converters.Boolean_YES_NO_LC value) { - setYesNoLc(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord value6(org.jooq.test.all.converters.Boolean_YES_NO_UC value) { - setYesNoUc(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord value7(org.jooq.test.all.converters.Boolean_YN_LC value) { - setYNLc(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord value8(org.jooq.test.all.converters.Boolean_YN_UC value) { - setYNUc(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord value9(java.lang.Boolean value) { - setVcBoolean(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord value10(java.lang.Boolean value) { - setCBoolean(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord value11(java.lang.Boolean value) { - setNBoolean(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TBooleansRecord values(java.lang.Integer value1, org.jooq.test.all.converters.Boolean_10 value2, org.jooq.test.all.converters.Boolean_TF_LC value3, org.jooq.test.all.converters.Boolean_TF_UC value4, org.jooq.test.all.converters.Boolean_YES_NO_LC value5, org.jooq.test.all.converters.Boolean_YES_NO_UC value6, org.jooq.test.all.converters.Boolean_YN_LC value7, org.jooq.test.all.converters.Boolean_YN_UC value8, java.lang.Boolean value9, java.lang.Boolean value10, java.lang.Boolean value11) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached TBooleansRecord - */ - public TBooleansRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS); - } - - /** - * Create a detached, initialised TBooleansRecord - */ - public TBooleansRecord(java.lang.Integer id, org.jooq.test.all.converters.Boolean_10 oneZero, org.jooq.test.all.converters.Boolean_TF_LC trueFalseLc, org.jooq.test.all.converters.Boolean_TF_UC trueFalseUc, org.jooq.test.all.converters.Boolean_YES_NO_LC yesNoLc, org.jooq.test.all.converters.Boolean_YES_NO_UC yesNoUc, org.jooq.test.all.converters.Boolean_YN_LC yNLc, org.jooq.test.all.converters.Boolean_YN_UC yNUc, java.lang.Boolean vcBoolean, java.lang.Boolean cBoolean, java.lang.Boolean nBoolean) { - super(org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS); - - setValue(0, id); - setValue(1, oneZero); - setValue(2, trueFalseLc); - setValue(3, trueFalseUc); - setValue(4, yesNoLc); - setValue(5, yesNoUc); - setValue(6, yNLc); - setValue(7, yNUc); - setValue(8, vcBoolean); - setValue(9, cBoolean); - setValue(10, nBoolean); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TDatesRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TDatesRecord.java deleted file mode 100644 index cf1ce3d74a..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TDatesRecord.java +++ /dev/null @@ -1,403 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_dates", schema = "test2") -public class TDatesRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record8 { - - private static final long serialVersionUID = 1759275324; - - /** - * Setter for test2.t_dates.id. - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.t_dates.id. - */ - @javax.persistence.Id - @javax.persistence.Column(name = "id", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.t_dates.d. - */ - public void setD(java.sql.Date value) { - setValue(1, value); - } - - /** - * Getter for test2.t_dates.d. - */ - @javax.persistence.Column(name = "d") - public java.sql.Date getD() { - return (java.sql.Date) getValue(1); - } - - /** - * Setter for test2.t_dates.t. - */ - public void setT(java.sql.Time value) { - setValue(2, value); - } - - /** - * Getter for test2.t_dates.t. - */ - @javax.persistence.Column(name = "t") - public java.sql.Time getT() { - return (java.sql.Time) getValue(2); - } - - /** - * Setter for test2.t_dates.ts. - */ - public void setTs(java.sql.Timestamp value) { - setValue(3, value); - } - - /** - * Getter for test2.t_dates.ts. - */ - @javax.persistence.Column(name = "ts") - public java.sql.Timestamp getTs() { - return (java.sql.Timestamp) getValue(3); - } - - /** - * Setter for test2.t_dates.d_int. - */ - public void setDInt(java.lang.Integer value) { - setValue(4, value); - } - - /** - * Getter for test2.t_dates.d_int. - */ - @javax.persistence.Column(name = "d_int", precision = 10) - public java.lang.Integer getDInt() { - return (java.lang.Integer) getValue(4); - } - - /** - * Setter for test2.t_dates.ts_bigint. - */ - public void setTsBigint(java.lang.Long value) { - setValue(5, value); - } - - /** - * Getter for test2.t_dates.ts_bigint. - */ - @javax.persistence.Column(name = "ts_bigint", precision = 19) - public java.lang.Long getTsBigint() { - return (java.lang.Long) getValue(5); - } - - /** - * Setter for test2.t_dates.y2. - */ - public void setY2(java.sql.Date value) { - setValue(6, value); - } - - /** - * Getter for test2.t_dates.y2. - */ - @javax.persistence.Column(name = "y2") - public java.sql.Date getY2() { - return (java.sql.Date) getValue(6); - } - - /** - * Setter for test2.t_dates.y4. - */ - public void setY4(java.sql.Date value) { - setValue(7, value); - } - - /** - * Getter for test2.t_dates.y4. - */ - @javax.persistence.Column(name = "y4") - public java.sql.Date getY4() { - return (java.sql.Date) getValue(7); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record8 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row8 fieldsRow() { - return (org.jooq.Row8) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row8 valuesRow() { - return (org.jooq.Row8) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES.D; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES.T; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field4() { - return org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES.TS; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field5() { - return org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES.D_INT; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field6() { - return org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES.TS_BIGINT; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field7() { - return org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES.Y2; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field8() { - return org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES.Y4; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.sql.Date value2() { - return getD(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.sql.Time value3() { - return getT(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.sql.Timestamp value4() { - return getTs(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value5() { - return getDInt(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Long value6() { - return getTsBigint(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.sql.Date value7() { - return getY2(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.sql.Date value8() { - return getY4(); - } - - /** - * {@inheritDoc} - */ - @Override - public TDatesRecord value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TDatesRecord value2(java.sql.Date value) { - setD(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TDatesRecord value3(java.sql.Time value) { - setT(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TDatesRecord value4(java.sql.Timestamp value) { - setTs(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TDatesRecord value5(java.lang.Integer value) { - setDInt(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TDatesRecord value6(java.lang.Long value) { - setTsBigint(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TDatesRecord value7(java.sql.Date value) { - setY2(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TDatesRecord value8(java.sql.Date value) { - setY4(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TDatesRecord values(java.lang.Integer value1, java.sql.Date value2, java.sql.Time value3, java.sql.Timestamp value4, java.lang.Integer value5, java.lang.Long value6, java.sql.Date value7, java.sql.Date value8) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached TDatesRecord - */ - public TDatesRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES); - } - - /** - * Create a detached, initialised TDatesRecord - */ - public TDatesRecord(java.lang.Integer id, java.sql.Date d, java.sql.Time t, java.sql.Timestamp ts, java.lang.Integer dInt, java.lang.Long tsBigint, java.sql.Date y2, java.sql.Date y4) { - super(org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES); - - setValue(0, id); - setValue(1, d); - setValue(2, t); - setValue(3, ts); - setValue(4, dInt); - setValue(5, tsBigint); - setValue(6, y2); - setValue(7, y4); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TExoticTypesRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TExoticTypesRecord.java deleted file mode 100644 index 6fe223c8b2..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TExoticTypesRecord.java +++ /dev/null @@ -1,157 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_exotic_types", schema = "test2") -public class TExoticTypesRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2 { - - private static final long serialVersionUID = 2127101921; - - /** - * Setter for test2.t_exotic_types.ID. - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.t_exotic_types.ID. - */ - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.t_exotic_types.UU. - */ - public void setUu(java.util.UUID value) { - setValue(1, value); - } - - /** - * Getter for test2.t_exotic_types.UU. - */ - @javax.persistence.Column(name = "UU", length = 16) - public java.util.UUID getUu() { - return (java.util.UUID) getValue(1); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record2 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 fieldsRow() { - return (org.jooq.Row2) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 valuesRow() { - return (org.jooq.Row2) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes.T_EXOTIC_TYPES.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes.T_EXOTIC_TYPES.UU; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.util.UUID value2() { - return getUu(); - } - - /** - * {@inheritDoc} - */ - @Override - public TExoticTypesRecord value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TExoticTypesRecord value2(java.util.UUID value) { - setUu(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TExoticTypesRecord values(java.lang.Integer value1, java.util.UUID value2) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached TExoticTypesRecord - */ - public TExoticTypesRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes.T_EXOTIC_TYPES); - } - - /** - * Create a detached, initialised TExoticTypesRecord - */ - public TExoticTypesRecord(java.lang.Integer id, java.util.UUID uu) { - super(org.jooq.test.mysql2.generatedclasses.tables.TExoticTypes.T_EXOTIC_TYPES); - - setValue(0, id); - setValue(1, uu); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TIdentityPkRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TIdentityPkRecord.java deleted file mode 100644 index d8005c3d52..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TIdentityPkRecord.java +++ /dev/null @@ -1,157 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_identity_pk", schema = "test2") -public class TIdentityPkRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2 { - - private static final long serialVersionUID = 2133196854; - - /** - * Setter for test2.t_identity_pk.id. - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.t_identity_pk.id. - */ - @javax.persistence.Id - @javax.persistence.Column(name = "id", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.t_identity_pk.val. - */ - public void setVal(java.lang.Integer value) { - setValue(1, value); - } - - /** - * Getter for test2.t_identity_pk.val. - */ - @javax.persistence.Column(name = "val", precision = 10) - public java.lang.Integer getVal() { - return (java.lang.Integer) getValue(1); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record2 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 fieldsRow() { - return (org.jooq.Row2) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 valuesRow() { - return (org.jooq.Row2) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK.VAL; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value2() { - return getVal(); - } - - /** - * {@inheritDoc} - */ - @Override - public TIdentityPkRecord value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TIdentityPkRecord value2(java.lang.Integer value) { - setVal(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TIdentityPkRecord values(java.lang.Integer value1, java.lang.Integer value2) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached TIdentityPkRecord - */ - public TIdentityPkRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK); - } - - /** - * Create a detached, initialised TIdentityPkRecord - */ - public TIdentityPkRecord(java.lang.Integer id, java.lang.Integer val) { - super(org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK); - - setValue(0, id); - setValue(1, val); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TLanguageRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TLanguageRecord.java deleted file mode 100644 index 6e3c9cd261..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TLanguageRecord.java +++ /dev/null @@ -1,241 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * An entity holding language master data - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_language", schema = "test2") -public class TLanguageRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record4 { - - private static final long serialVersionUID = -1767269256; - - /** - * Setter for test2.t_language.CD. The language ISO code - */ - public void setCd(java.lang.String value) { - setValue(0, value); - } - - /** - * Getter for test2.t_language.CD. The language ISO code - */ - @javax.persistence.Column(name = "CD", nullable = false, length = 2) - public java.lang.String getCd() { - return (java.lang.String) getValue(0); - } - - /** - * Setter for test2.t_language.DESCRIPTION. The language description - */ - public void setDescription(java.lang.String value) { - setValue(1, value); - } - - /** - * Getter for test2.t_language.DESCRIPTION. The language description - */ - @javax.persistence.Column(name = "DESCRIPTION", length = 50) - public java.lang.String getDescription() { - return (java.lang.String) getValue(1); - } - - /** - * Setter for test2.t_language.description_english. - */ - public void setDescriptionEnglish(java.lang.String value) { - setValue(2, value); - } - - /** - * Getter for test2.t_language.description_english. - */ - @javax.persistence.Column(name = "description_english", length = 50) - public java.lang.String getDescriptionEnglish() { - return (java.lang.String) getValue(2); - } - - /** - * Setter for test2.t_language.ID. The language ID - */ - public void setId(java.lang.Integer value) { - setValue(3, value); - } - - /** - * Getter for test2.t_language.ID. The language ID - */ - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(3); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record4 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row4 fieldsRow() { - return (org.jooq.Row4) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row4 valuesRow() { - return (org.jooq.Row4) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.TLanguage.T_LANGUAGE.CD; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.TLanguage.T_LANGUAGE.DESCRIPTION; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.TLanguage.T_LANGUAGE.DESCRIPTION_ENGLISH; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field4() { - return org.jooq.test.mysql2.generatedclasses.tables.TLanguage.T_LANGUAGE.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value1() { - return getCd(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value2() { - return getDescription(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value3() { - return getDescriptionEnglish(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value4() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public TLanguageRecord value1(java.lang.String value) { - setCd(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TLanguageRecord value2(java.lang.String value) { - setDescription(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TLanguageRecord value3(java.lang.String value) { - setDescriptionEnglish(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TLanguageRecord value4(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TLanguageRecord values(java.lang.String value1, java.lang.String value2, java.lang.String value3, java.lang.Integer value4) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached TLanguageRecord - */ - public TLanguageRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.TLanguage.T_LANGUAGE); - } - - /** - * Create a detached, initialised TLanguageRecord - */ - public TLanguageRecord(java.lang.String cd, java.lang.String description, java.lang.String descriptionEnglish, java.lang.Integer id) { - super(org.jooq.test.mysql2.generatedclasses.tables.TLanguage.T_LANGUAGE); - - setValue(0, cd); - setValue(1, description); - setValue(2, descriptionEnglish); - setValue(3, id); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TTriggersRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TTriggersRecord.java deleted file mode 100644 index 52aa5ca095..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TTriggersRecord.java +++ /dev/null @@ -1,198 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_triggers", schema = "test2") -public class TTriggersRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record3 { - - private static final long serialVersionUID = 581464289; - - /** - * Setter for test2.t_triggers.id_generated. - */ - public void setIdGenerated(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.t_triggers.id_generated. - */ - @javax.persistence.Id - @javax.persistence.Column(name = "id_generated", unique = true, nullable = false, precision = 10) - public java.lang.Integer getIdGenerated() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.t_triggers.id. - */ - public void setId(java.lang.Integer value) { - setValue(1, value); - } - - /** - * Getter for test2.t_triggers.id. - */ - @javax.persistence.Column(name = "id", precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(1); - } - - /** - * Setter for test2.t_triggers.counter. - */ - public void setCounter(java.lang.Integer value) { - setValue(2, value); - } - - /** - * Getter for test2.t_triggers.counter. - */ - @javax.persistence.Column(name = "counter", precision = 10) - public java.lang.Integer getCounter() { - return (java.lang.Integer) getValue(2); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record3 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row3 fieldsRow() { - return (org.jooq.Row3) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row3 valuesRow() { - return (org.jooq.Row3) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS.ID_GENERATED; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS.COUNTER; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getIdGenerated(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value2() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value3() { - return getCounter(); - } - - /** - * {@inheritDoc} - */ - @Override - public TTriggersRecord value1(java.lang.Integer value) { - setIdGenerated(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TTriggersRecord value2(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TTriggersRecord value3(java.lang.Integer value) { - setCounter(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TTriggersRecord values(java.lang.Integer value1, java.lang.Integer value2, java.lang.Integer value3) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached TTriggersRecord - */ - public TTriggersRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS); - } - - /** - * Create a detached, initialised TTriggersRecord - */ - public TTriggersRecord(java.lang.Integer idGenerated, java.lang.Integer id, java.lang.Integer counter) { - super(org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS); - - setValue(0, idGenerated); - setValue(1, id); - setValue(2, counter); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TUnsignedRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TUnsignedRecord.java deleted file mode 100644 index f9d9989f0d..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TUnsignedRecord.java +++ /dev/null @@ -1,226 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_unsigned", schema = "test2") -public class TUnsignedRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record4 { - - private static final long serialVersionUID = 648410682; - - /** - * Setter for test2.t_unsigned.u_byte. - */ - public void setUByte(org.jooq.types.UByte value) { - setValue(0, value); - } - - /** - * Getter for test2.t_unsigned.u_byte. - */ - @javax.persistence.Column(name = "u_byte", precision = 3) - public org.jooq.types.UByte getUByte() { - return (org.jooq.types.UByte) getValue(0); - } - - /** - * Setter for test2.t_unsigned.u_short. - */ - public void setUShort(org.jooq.types.UShort value) { - setValue(1, value); - } - - /** - * Getter for test2.t_unsigned.u_short. - */ - @javax.persistence.Column(name = "u_short", precision = 5) - public org.jooq.types.UShort getUShort() { - return (org.jooq.types.UShort) getValue(1); - } - - /** - * Setter for test2.t_unsigned.u_int. - */ - public void setUInt(org.jooq.types.UInteger value) { - setValue(2, value); - } - - /** - * Getter for test2.t_unsigned.u_int. - */ - @javax.persistence.Column(name = "u_int", precision = 10) - public org.jooq.types.UInteger getUInt() { - return (org.jooq.types.UInteger) getValue(2); - } - - /** - * Setter for test2.t_unsigned.u_long. - */ - public void setULong(org.jooq.types.ULong value) { - setValue(3, value); - } - - /** - * Getter for test2.t_unsigned.u_long. - */ - @javax.persistence.Column(name = "u_long", precision = 20) - public org.jooq.types.ULong getULong() { - return (org.jooq.types.ULong) getValue(3); - } - - // ------------------------------------------------------------------------- - // Record4 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row4 fieldsRow() { - return (org.jooq.Row4) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row4 valuesRow() { - return (org.jooq.Row4) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED.U_BYTE; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED.U_SHORT; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED.U_INT; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field4() { - return org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED.U_LONG; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.types.UByte value1() { - return getUByte(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.types.UShort value2() { - return getUShort(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.types.UInteger value3() { - return getUInt(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.types.ULong value4() { - return getULong(); - } - - /** - * {@inheritDoc} - */ - @Override - public TUnsignedRecord value1(org.jooq.types.UByte value) { - setUByte(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TUnsignedRecord value2(org.jooq.types.UShort value) { - setUShort(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TUnsignedRecord value3(org.jooq.types.UInteger value) { - setUInt(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TUnsignedRecord value4(org.jooq.types.ULong value) { - setULong(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public TUnsignedRecord values(org.jooq.types.UByte value1, org.jooq.types.UShort value2, org.jooq.types.UInteger value3, org.jooq.types.ULong value4) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached TUnsignedRecord - */ - public TUnsignedRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED); - } - - /** - * Create a detached, initialised TUnsignedRecord - */ - public TUnsignedRecord(org.jooq.types.UByte uByte, org.jooq.types.UShort uShort, org.jooq.types.UInteger uInt, org.jooq.types.ULong uLong) { - super(org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED); - - setValue(0, uByte); - setValue(1, uShort); - setValue(2, uInt); - setValue(3, uLong); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_2926Record.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_2926Record.java deleted file mode 100644 index 28b7ccbe97..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_2926Record.java +++ /dev/null @@ -1,226 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_2926", schema = "test2") -public class T_2926Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record4 { - - private static final long serialVersionUID = -1477242013; - - /** - * Setter for test2.t_2926.t1. - */ - public void setT1(java.lang.String value) { - setValue(0, value); - } - - /** - * Getter for test2.t_2926.t1. - */ - @javax.persistence.Column(name = "t1", length = 255) - public java.lang.String getT1() { - return (java.lang.String) getValue(0); - } - - /** - * Setter for test2.t_2926.t2. - */ - public void setT2(java.lang.String value) { - setValue(1, value); - } - - /** - * Getter for test2.t_2926.t2. - */ - @javax.persistence.Column(name = "t2", length = 65535) - public java.lang.String getT2() { - return (java.lang.String) getValue(1); - } - - /** - * Setter for test2.t_2926.t3. - */ - public void setT3(java.lang.String value) { - setValue(2, value); - } - - /** - * Getter for test2.t_2926.t3. - */ - @javax.persistence.Column(name = "t3", length = 16777215) - public java.lang.String getT3() { - return (java.lang.String) getValue(2); - } - - /** - * Setter for test2.t_2926.t4. - */ - public void setT4(java.lang.String value) { - setValue(3, value); - } - - /** - * Getter for test2.t_2926.t4. - */ - @javax.persistence.Column(name = "t4") - public java.lang.String getT4() { - return (java.lang.String) getValue(3); - } - - // ------------------------------------------------------------------------- - // Record4 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row4 fieldsRow() { - return (org.jooq.Row4) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row4 valuesRow() { - return (org.jooq.Row4) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.T_2926.T_2926.T1; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.T_2926.T_2926.T2; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.T_2926.T_2926.T3; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field4() { - return org.jooq.test.mysql2.generatedclasses.tables.T_2926.T_2926.T4; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value1() { - return getT1(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value2() { - return getT2(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value3() { - return getT3(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value4() { - return getT4(); - } - - /** - * {@inheritDoc} - */ - @Override - public T_2926Record value1(java.lang.String value) { - setT1(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_2926Record value2(java.lang.String value) { - setT2(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_2926Record value3(java.lang.String value) { - setT3(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_2926Record value4(java.lang.String value) { - setT4(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_2926Record values(java.lang.String value1, java.lang.String value2, java.lang.String value3, java.lang.String value4) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached T_2926Record - */ - public T_2926Record() { - super(org.jooq.test.mysql2.generatedclasses.tables.T_2926.T_2926); - } - - /** - * Create a detached, initialised T_2926Record - */ - public T_2926Record(java.lang.String t1, java.lang.String t2, java.lang.String t3, java.lang.String t4) { - super(org.jooq.test.mysql2.generatedclasses.tables.T_2926.T_2926); - - setValue(0, t1); - setValue(1, t2); - setValue(2, t3); - setValue(3, t4); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_639NumbersTableRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_639NumbersTableRecord.java deleted file mode 100644 index 64836f2c1d..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_639NumbersTableRecord.java +++ /dev/null @@ -1,608 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_639_numbers_table", schema = "test2") -public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record13 { - - private static final long serialVersionUID = 1294683166; - - /** - * Setter for test2.t_639_numbers_table.ID. - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.t_639_numbers_table.ID. - */ - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.t_639_numbers_table.BYTE. - */ - public void setByte(java.lang.Byte value) { - setValue(1, value); - } - - /** - * Getter for test2.t_639_numbers_table.BYTE. - */ - @javax.persistence.Column(name = "BYTE", precision = 3) - public java.lang.Byte getByte() { - return (java.lang.Byte) getValue(1); - } - - /** - * Setter for test2.t_639_numbers_table.SHORT. - */ - public void setShort(java.lang.Short value) { - setValue(2, value); - } - - /** - * Getter for test2.t_639_numbers_table.SHORT. - */ - @javax.persistence.Column(name = "SHORT", precision = 5) - public java.lang.Short getShort() { - return (java.lang.Short) getValue(2); - } - - /** - * Setter for test2.t_639_numbers_table.INTEGER. - */ - public void setInteger(java.lang.Integer value) { - setValue(3, value); - } - - /** - * Getter for test2.t_639_numbers_table.INTEGER. - */ - @javax.persistence.Column(name = "INTEGER", precision = 10) - public java.lang.Integer getInteger() { - return (java.lang.Integer) getValue(3); - } - - /** - * Setter for test2.t_639_numbers_table.LONG. - */ - public void setLong(java.lang.Long value) { - setValue(4, value); - } - - /** - * Getter for test2.t_639_numbers_table.LONG. - */ - @javax.persistence.Column(name = "LONG", precision = 19) - public java.lang.Long getLong() { - return (java.lang.Long) getValue(4); - } - - /** - * Setter for test2.t_639_numbers_table.BYTE_DECIMAL. - */ - public void setByteDecimal(java.lang.Byte value) { - setValue(5, value); - } - - /** - * Getter for test2.t_639_numbers_table.BYTE_DECIMAL. - */ - @javax.persistence.Column(name = "BYTE_DECIMAL", precision = 2) - public java.lang.Byte getByteDecimal() { - return (java.lang.Byte) getValue(5); - } - - /** - * Setter for test2.t_639_numbers_table.SHORT_DECIMAL. - */ - public void setShortDecimal(java.lang.Short value) { - setValue(6, value); - } - - /** - * Getter for test2.t_639_numbers_table.SHORT_DECIMAL. - */ - @javax.persistence.Column(name = "SHORT_DECIMAL", precision = 4) - public java.lang.Short getShortDecimal() { - return (java.lang.Short) getValue(6); - } - - /** - * Setter for test2.t_639_numbers_table.INTEGER_DECIMAL. - */ - public void setIntegerDecimal(java.lang.Integer value) { - setValue(7, value); - } - - /** - * Getter for test2.t_639_numbers_table.INTEGER_DECIMAL. - */ - @javax.persistence.Column(name = "INTEGER_DECIMAL", precision = 9) - public java.lang.Integer getIntegerDecimal() { - return (java.lang.Integer) getValue(7); - } - - /** - * Setter for test2.t_639_numbers_table.LONG_DECIMAL. - */ - public void setLongDecimal(java.lang.Long value) { - setValue(8, value); - } - - /** - * Getter for test2.t_639_numbers_table.LONG_DECIMAL. - */ - @javax.persistence.Column(name = "LONG_DECIMAL", precision = 18) - public java.lang.Long getLongDecimal() { - return (java.lang.Long) getValue(8); - } - - /** - * Setter for test2.t_639_numbers_table.BIG_INTEGER. - */ - public void setBigInteger(java.math.BigInteger value) { - setValue(9, value); - } - - /** - * Getter for test2.t_639_numbers_table.BIG_INTEGER. - */ - @javax.persistence.Column(name = "BIG_INTEGER", precision = 22) - public java.math.BigInteger getBigInteger() { - return (java.math.BigInteger) getValue(9); - } - - /** - * Setter for test2.t_639_numbers_table.BIG_DECIMAL. - */ - public void setBigDecimal(java.math.BigDecimal value) { - setValue(10, value); - } - - /** - * Getter for test2.t_639_numbers_table.BIG_DECIMAL. - */ - @javax.persistence.Column(name = "BIG_DECIMAL", precision = 22, scale = 5) - public java.math.BigDecimal getBigDecimal() { - return (java.math.BigDecimal) getValue(10); - } - - /** - * Setter for test2.t_639_numbers_table.FLOAT. - */ - public void setFloat(java.lang.Double value) { - setValue(11, value); - } - - /** - * Getter for test2.t_639_numbers_table.FLOAT. - */ - @javax.persistence.Column(name = "FLOAT", precision = 12) - public java.lang.Double getFloat() { - return (java.lang.Double) getValue(11); - } - - /** - * Setter for test2.t_639_numbers_table.DOUBLE. - */ - public void setDouble(java.lang.Double value) { - setValue(12, value); - } - - /** - * Getter for test2.t_639_numbers_table.DOUBLE. - */ - @javax.persistence.Column(name = "DOUBLE", precision = 22) - public java.lang.Double getDouble() { - return (java.lang.Double) getValue(12); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record13 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row13 fieldsRow() { - return (org.jooq.Row13) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row13 valuesRow() { - return (org.jooq.Row13) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.BYTE; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.SHORT; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field4() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.INTEGER; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field5() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.LONG; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field6() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.BYTE_DECIMAL; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field7() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.SHORT_DECIMAL; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field8() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.INTEGER_DECIMAL; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field9() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.LONG_DECIMAL; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field10() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.BIG_INTEGER; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field11() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.BIG_DECIMAL; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field12() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.FLOAT; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field13() { - return org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE.DOUBLE; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Byte value2() { - return getByte(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Short value3() { - return getShort(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value4() { - return getInteger(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Long value5() { - return getLong(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Byte value6() { - return getByteDecimal(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Short value7() { - return getShortDecimal(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value8() { - return getIntegerDecimal(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Long value9() { - return getLongDecimal(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.math.BigInteger value10() { - return getBigInteger(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.math.BigDecimal value11() { - return getBigDecimal(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Double value12() { - return getFloat(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Double value13() { - return getDouble(); - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value2(java.lang.Byte value) { - setByte(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value3(java.lang.Short value) { - setShort(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value4(java.lang.Integer value) { - setInteger(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value5(java.lang.Long value) { - setLong(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value6(java.lang.Byte value) { - setByteDecimal(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value7(java.lang.Short value) { - setShortDecimal(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value8(java.lang.Integer value) { - setIntegerDecimal(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value9(java.lang.Long value) { - setLongDecimal(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value10(java.math.BigInteger value) { - setBigInteger(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value11(java.math.BigDecimal value) { - setBigDecimal(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value12(java.lang.Double value) { - setFloat(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord value13(java.lang.Double value) { - setDouble(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_639NumbersTableRecord values(java.lang.Integer value1, java.lang.Byte value2, java.lang.Short value3, java.lang.Integer value4, java.lang.Long value5, java.lang.Byte value6, java.lang.Short value7, java.lang.Integer value8, java.lang.Long value9, java.math.BigInteger value10, java.math.BigDecimal value11, java.lang.Double value12, java.lang.Double value13) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached T_639NumbersTableRecord - */ - public T_639NumbersTableRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE); - } - - /** - * Create a detached, initialised T_639NumbersTableRecord - */ - public T_639NumbersTableRecord(java.lang.Integer id, java.lang.Byte byte_, java.lang.Short short_, java.lang.Integer integer, java.lang.Long long_, java.lang.Byte byteDecimal, java.lang.Short shortDecimal, java.lang.Integer integerDecimal, java.lang.Long longDecimal, java.math.BigInteger bigInteger, java.math.BigDecimal bigDecimal, java.lang.Double float_, java.lang.Double double_) { - super(org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE); - - setValue(0, id); - setValue(1, byte_); - setValue(2, short_); - setValue(3, integer); - setValue(4, long_); - setValue(5, byteDecimal); - setValue(6, shortDecimal); - setValue(7, integerDecimal); - setValue(8, longDecimal); - setValue(9, bigInteger); - setValue(10, bigDecimal); - setValue(11, float_); - setValue(12, double_); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_725LobTestRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_725LobTestRecord.java deleted file mode 100644 index 4b923dd785..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_725LobTestRecord.java +++ /dev/null @@ -1,157 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_725_lob_test", schema = "test2") -public class T_725LobTestRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2 { - - private static final long serialVersionUID = -849243768; - - /** - * Setter for test2.t_725_lob_test.ID. - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.t_725_lob_test.ID. - */ - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.t_725_lob_test.LOB. - */ - public void setLob(byte[] value) { - setValue(1, value); - } - - /** - * Getter for test2.t_725_lob_test.LOB. - */ - @javax.persistence.Column(name = "LOB") - public byte[] getLob() { - return (byte[]) getValue(1); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record2 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 fieldsRow() { - return (org.jooq.Row2) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 valuesRow() { - return (org.jooq.Row2) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST.LOB; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public byte[] value2() { - return getLob(); - } - - /** - * {@inheritDoc} - */ - @Override - public T_725LobTestRecord value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_725LobTestRecord value2(byte[] value) { - setLob(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_725LobTestRecord values(java.lang.Integer value1, byte[] value2) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached T_725LobTestRecord - */ - public T_725LobTestRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST); - } - - /** - * Create a detached, initialised T_725LobTestRecord - */ - public T_725LobTestRecord(java.lang.Integer id, byte[] lob) { - super(org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST); - - setValue(0, id); - setValue(1, lob); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_785Record.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_785Record.java deleted file mode 100644 index 324e075217..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_785Record.java +++ /dev/null @@ -1,185 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_785", schema = "test2") -public class T_785Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record3 { - - private static final long serialVersionUID = 378686812; - - /** - * Setter for test2.t_785.ID. - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.t_785.ID. - */ - @javax.persistence.Column(name = "ID", precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.t_785.NAME. - */ - public void setName(java.lang.String value) { - setValue(1, value); - } - - /** - * Getter for test2.t_785.NAME. - */ - @javax.persistence.Column(name = "NAME", length = 50) - public java.lang.String getName() { - return (java.lang.String) getValue(1); - } - - /** - * Setter for test2.t_785.VALUE. - */ - public void setValue(java.lang.String value) { - setValue(2, value); - } - - /** - * Getter for test2.t_785.VALUE. - */ - @javax.persistence.Column(name = "VALUE", length = 50) - public java.lang.String getValue() { - return (java.lang.String) getValue(2); - } - - // ------------------------------------------------------------------------- - // Record3 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row3 fieldsRow() { - return (org.jooq.Row3) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row3 valuesRow() { - return (org.jooq.Row3) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.T_785.T_785.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.T_785.T_785.NAME; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.T_785.T_785.VALUE; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value2() { - return getName(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value3() { - return getValue(); - } - - /** - * {@inheritDoc} - */ - @Override - public T_785Record value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_785Record value2(java.lang.String value) { - setName(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_785Record value3(java.lang.String value) { - setValue(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_785Record values(java.lang.Integer value1, java.lang.String value2, java.lang.String value3) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached T_785Record - */ - public T_785Record() { - super(org.jooq.test.mysql2.generatedclasses.tables.T_785.T_785); - } - - /** - * Create a detached, initialised T_785Record - */ - public T_785Record(java.lang.Integer id, java.lang.String name, java.lang.String value) { - super(org.jooq.test.mysql2.generatedclasses.tables.T_785.T_785); - - setValue(0, id); - setValue(1, name); - setValue(2, value); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_959Record.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_959Record.java deleted file mode 100644 index 305d30c268..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_959Record.java +++ /dev/null @@ -1,144 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "t_959", schema = "test2") -public class T_959Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record2 { - - private static final long serialVersionUID = 1507717826; - - /** - * Setter for test2.t_959.java_keywords. - */ - public void setJavaKeywords(org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords value) { - setValue(0, value); - } - - /** - * Getter for test2.t_959.java_keywords. - */ - @javax.persistence.Column(name = "java_keywords", length = 12) - public org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords getJavaKeywords() { - return (org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords) getValue(0); - } - - /** - * Setter for test2.t_959.special_characters. - */ - public void setSpecialCharacters(org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters value) { - setValue(1, value); - } - - /** - * Getter for test2.t_959.special_characters. - */ - @javax.persistence.Column(name = "special_characters", length = 5) - public org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters getSpecialCharacters() { - return (org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters) getValue(1); - } - - // ------------------------------------------------------------------------- - // Record2 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 fieldsRow() { - return (org.jooq.Row2) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 valuesRow() { - return (org.jooq.Row2) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.T_959.T_959.JAVA_KEYWORDS; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.T_959.T_959.SPECIAL_CHARACTERS; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords value1() { - return getJavaKeywords(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters value2() { - return getSpecialCharacters(); - } - - /** - * {@inheritDoc} - */ - @Override - public T_959Record value1(org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords value) { - setJavaKeywords(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_959Record value2(org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters value) { - setSpecialCharacters(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public T_959Record values(org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords value1, org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters value2) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached T_959Record - */ - public T_959Record() { - super(org.jooq.test.mysql2.generatedclasses.tables.T_959.T_959); - } - - /** - * Create a detached, initialised T_959Record - */ - public T_959Record(org.jooq.test.mysql2.generatedclasses.enums.T_959JavaKeywords javaKeywords, org.jooq.test.mysql2.generatedclasses.enums.T_959SpecialCharacters specialCharacters) { - super(org.jooq.test.mysql2.generatedclasses.tables.T_959.T_959); - - setValue(0, javaKeywords); - setValue(1, specialCharacters); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VAuthorRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VAuthorRecord.java deleted file mode 100644 index 6a769860e2..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VAuthorRecord.java +++ /dev/null @@ -1,310 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * VIEW - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "v_author", schema = "test2") -public class VAuthorRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record6 { - - private static final long serialVersionUID = -151605205; - - /** - * Setter for test2.v_author.ID. The author ID - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.v_author.ID. The author ID - */ - @javax.persistence.Column(name = "ID", nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.v_author.FIRST_NAME. The author's first name - */ - public void setFirstName(java.lang.String value) { - setValue(1, value); - } - - /** - * Getter for test2.v_author.FIRST_NAME. The author's first name - */ - @javax.persistence.Column(name = "FIRST_NAME", length = 50) - public java.lang.String getFirstName() { - return (java.lang.String) getValue(1); - } - - /** - * Setter for test2.v_author.LAST_NAME. The author's last name - */ - public void setLastName(java.lang.String value) { - setValue(2, value); - } - - /** - * Getter for test2.v_author.LAST_NAME. The author's last name - */ - @javax.persistence.Column(name = "LAST_NAME", nullable = false, length = 50) - public java.lang.String getLastName() { - return (java.lang.String) getValue(2); - } - - /** - * Setter for test2.v_author.DATE_OF_BIRTH. The author's date of birth - */ - public void setDateOfBirth(java.sql.Date value) { - setValue(3, value); - } - - /** - * Getter for test2.v_author.DATE_OF_BIRTH. The author's date of birth - */ - @javax.persistence.Column(name = "DATE_OF_BIRTH") - public java.sql.Date getDateOfBirth() { - return (java.sql.Date) getValue(3); - } - - /** - * Setter for test2.v_author.YEAR_OF_BIRTH. The author's year of birth - */ - public void setYearOfBirth(java.lang.Integer value) { - setValue(4, value); - } - - /** - * Getter for test2.v_author.YEAR_OF_BIRTH. The author's year of birth - */ - @javax.persistence.Column(name = "YEAR_OF_BIRTH", precision = 10) - public java.lang.Integer getYearOfBirth() { - return (java.lang.Integer) getValue(4); - } - - /** - * Setter for test2.v_author.ADDRESS. The author's address - */ - public void setAddress(java.lang.String value) { - setValue(5, value); - } - - /** - * Getter for test2.v_author.ADDRESS. The author's address - */ - @javax.persistence.Column(name = "ADDRESS", length = 200) - public java.lang.String getAddress() { - return (java.lang.String) getValue(5); - } - - // ------------------------------------------------------------------------- - // Record6 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row6 fieldsRow() { - return (org.jooq.Row6) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row6 valuesRow() { - return (org.jooq.Row6) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR.FIRST_NAME; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR.LAST_NAME; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field4() { - return org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR.DATE_OF_BIRTH; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field5() { - return org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR.YEAR_OF_BIRTH; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field6() { - return org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR.ADDRESS; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value2() { - return getFirstName(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value3() { - return getLastName(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.sql.Date value4() { - return getDateOfBirth(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value5() { - return getYearOfBirth(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value6() { - return getAddress(); - } - - /** - * {@inheritDoc} - */ - @Override - public VAuthorRecord value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VAuthorRecord value2(java.lang.String value) { - setFirstName(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VAuthorRecord value3(java.lang.String value) { - setLastName(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VAuthorRecord value4(java.sql.Date value) { - setDateOfBirth(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VAuthorRecord value5(java.lang.Integer value) { - setYearOfBirth(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VAuthorRecord value6(java.lang.String value) { - setAddress(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VAuthorRecord values(java.lang.Integer value1, java.lang.String value2, java.lang.String value3, java.sql.Date value4, java.lang.Integer value5, java.lang.String value6) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached VAuthorRecord - */ - public VAuthorRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR); - } - - /** - * Create a detached, initialised VAuthorRecord - */ - public VAuthorRecord(java.lang.Integer id, java.lang.String firstName, java.lang.String lastName, java.sql.Date dateOfBirth, java.lang.Integer yearOfBirth, java.lang.String address) { - super(org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR); - - setValue(0, id); - setValue(1, firstName); - setValue(2, lastName); - setValue(3, dateOfBirth); - setValue(4, yearOfBirth); - setValue(5, address); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VBookRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VBookRecord.java deleted file mode 100644 index f6fda65880..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VBookRecord.java +++ /dev/null @@ -1,474 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * VIEW - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "v_book", schema = "test2") -public class VBookRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record10 { - - private static final long serialVersionUID = 1343660733; - - /** - * Setter for test2.v_book.ID. The book ID - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.v_book.ID. The book ID - */ - @javax.persistence.Column(name = "ID", nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.v_book.AUTHOR_ID. The author ID in entity 'author' - */ - public void setAuthorId(java.lang.Integer value) { - setValue(1, value); - } - - /** - * Getter for test2.v_book.AUTHOR_ID. The author ID in entity 'author' - */ - @javax.persistence.Column(name = "AUTHOR_ID", nullable = false, precision = 10) - public java.lang.Integer getAuthorId() { - return (java.lang.Integer) getValue(1); - } - - /** - * Setter for test2.v_book.co_author_id. - */ - public void setCoAuthorId(java.lang.Integer value) { - setValue(2, value); - } - - /** - * Getter for test2.v_book.co_author_id. - */ - @javax.persistence.Column(name = "co_author_id", precision = 10) - public java.lang.Integer getCoAuthorId() { - return (java.lang.Integer) getValue(2); - } - - /** - * Setter for test2.v_book.DETAILS_ID. Some more details about the book - */ - public void setDetailsId(java.lang.Integer value) { - setValue(3, value); - } - - /** - * Getter for test2.v_book.DETAILS_ID. Some more details about the book - */ - @javax.persistence.Column(name = "DETAILS_ID", precision = 10) - public java.lang.Integer getDetailsId() { - return (java.lang.Integer) getValue(3); - } - - /** - * Setter for test2.v_book.TITLE. The book's title - */ - public void setTitle(java.lang.String value) { - setValue(4, value); - } - - /** - * Getter for test2.v_book.TITLE. The book's title - */ - @javax.persistence.Column(name = "TITLE", nullable = false, length = 65535) - public java.lang.String getTitle() { - return (java.lang.String) getValue(4); - } - - /** - * Setter for test2.v_book.PUBLISHED_IN. The year the book was published in - */ - public void setPublishedIn(java.lang.Integer value) { - setValue(5, value); - } - - /** - * Getter for test2.v_book.PUBLISHED_IN. The year the book was published in - */ - @javax.persistence.Column(name = "PUBLISHED_IN", nullable = false, precision = 10) - public java.lang.Integer getPublishedIn() { - return (java.lang.Integer) getValue(5); - } - - /** - * Setter for test2.v_book.LANGUAGE_ID. The language of the book - */ - public void setLanguageId(java.lang.Integer value) { - setValue(6, value); - } - - /** - * Getter for test2.v_book.LANGUAGE_ID. The language of the book - */ - @javax.persistence.Column(name = "LANGUAGE_ID", nullable = false, precision = 10) - public java.lang.Integer getLanguageId() { - return (java.lang.Integer) getValue(6); - } - - /** - * Setter for test2.v_book.CONTENT_TEXT. Some textual content of the book - */ - public void setContentText(java.lang.String value) { - setValue(7, value); - } - - /** - * Getter for test2.v_book.CONTENT_TEXT. Some textual content of the book - */ - @javax.persistence.Column(name = "CONTENT_TEXT") - public java.lang.String getContentText() { - return (java.lang.String) getValue(7); - } - - /** - * Setter for test2.v_book.CONTENT_PDF. Some binary content of the book - */ - public void setContentPdf(byte[] value) { - setValue(8, value); - } - - /** - * Getter for test2.v_book.CONTENT_PDF. Some binary content of the book - */ - @javax.persistence.Column(name = "CONTENT_PDF") - public byte[] getContentPdf() { - return (byte[]) getValue(8); - } - - /** - * Setter for test2.v_book.STATUS. The book's stock status - */ - public void setStatus(org.jooq.test.mysql2.generatedclasses.enums.VBookStatus value) { - setValue(9, value); - } - - /** - * Getter for test2.v_book.STATUS. The book's stock status - */ - @javax.persistence.Column(name = "STATUS", length = 8) - public org.jooq.test.mysql2.generatedclasses.enums.VBookStatus getStatus() { - return (org.jooq.test.mysql2.generatedclasses.enums.VBookStatus) getValue(9); - } - - // ------------------------------------------------------------------------- - // Record10 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row10 fieldsRow() { - return (org.jooq.Row10) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row10 valuesRow() { - return (org.jooq.Row10) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK.AUTHOR_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK.CO_AUTHOR_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field4() { - return org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK.DETAILS_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field5() { - return org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK.TITLE; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field6() { - return org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK.PUBLISHED_IN; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field7() { - return org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK.LANGUAGE_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field8() { - return org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK.CONTENT_TEXT; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field9() { - return org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK.CONTENT_PDF; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field10() { - return org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK.STATUS; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value2() { - return getAuthorId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value3() { - return getCoAuthorId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value4() { - return getDetailsId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value5() { - return getTitle(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value6() { - return getPublishedIn(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value7() { - return getLanguageId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value8() { - return getContentText(); - } - - /** - * {@inheritDoc} - */ - @Override - public byte[] value9() { - return getContentPdf(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.test.mysql2.generatedclasses.enums.VBookStatus value10() { - return getStatus(); - } - - /** - * {@inheritDoc} - */ - @Override - public VBookRecord value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VBookRecord value2(java.lang.Integer value) { - setAuthorId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VBookRecord value3(java.lang.Integer value) { - setCoAuthorId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VBookRecord value4(java.lang.Integer value) { - setDetailsId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VBookRecord value5(java.lang.String value) { - setTitle(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VBookRecord value6(java.lang.Integer value) { - setPublishedIn(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VBookRecord value7(java.lang.Integer value) { - setLanguageId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VBookRecord value8(java.lang.String value) { - setContentText(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VBookRecord value9(byte[] value) { - setContentPdf(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VBookRecord value10(org.jooq.test.mysql2.generatedclasses.enums.VBookStatus value) { - setStatus(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VBookRecord values(java.lang.Integer value1, java.lang.Integer value2, java.lang.Integer value3, java.lang.Integer value4, java.lang.String value5, java.lang.Integer value6, java.lang.Integer value7, java.lang.String value8, byte[] value9, org.jooq.test.mysql2.generatedclasses.enums.VBookStatus value10) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached VBookRecord - */ - public VBookRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK); - } - - /** - * Create a detached, initialised VBookRecord - */ - public VBookRecord(java.lang.Integer id, java.lang.Integer authorId, java.lang.Integer coAuthorId, java.lang.Integer detailsId, java.lang.String title, java.lang.Integer publishedIn, java.lang.Integer languageId, java.lang.String contentText, byte[] contentPdf, org.jooq.test.mysql2.generatedclasses.enums.VBookStatus status) { - super(org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK); - - setValue(0, id); - setValue(1, authorId); - setValue(2, coAuthorId); - setValue(3, detailsId); - setValue(4, title); - setValue(5, publishedIn); - setValue(6, languageId); - setValue(7, contentText); - setValue(8, contentPdf); - setValue(9, status); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VLibraryRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VLibraryRecord.java deleted file mode 100644 index 5f4627355f..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/VLibraryRecord.java +++ /dev/null @@ -1,146 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * VIEW - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "v_library", schema = "test2") -public class VLibraryRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record2 { - - private static final long serialVersionUID = -486607594; - - /** - * Setter for test2.v_library.AUTHOR. - */ - public void setAuthor(java.lang.String value) { - setValue(0, value); - } - - /** - * Getter for test2.v_library.AUTHOR. - */ - @javax.persistence.Column(name = "AUTHOR", length = 101) - public java.lang.String getAuthor() { - return (java.lang.String) getValue(0); - } - - /** - * Setter for test2.v_library.TITLE. The book's title - */ - public void setTitle(java.lang.String value) { - setValue(1, value); - } - - /** - * Getter for test2.v_library.TITLE. The book's title - */ - @javax.persistence.Column(name = "TITLE", nullable = false, length = 65535) - public java.lang.String getTitle() { - return (java.lang.String) getValue(1); - } - - // ------------------------------------------------------------------------- - // Record2 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 fieldsRow() { - return (org.jooq.Row2) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 valuesRow() { - return (org.jooq.Row2) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.VLibrary.V_LIBRARY.AUTHOR; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.VLibrary.V_LIBRARY.TITLE; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value1() { - return getAuthor(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value2() { - return getTitle(); - } - - /** - * {@inheritDoc} - */ - @Override - public VLibraryRecord value1(java.lang.String value) { - setAuthor(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VLibraryRecord value2(java.lang.String value) { - setTitle(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public VLibraryRecord values(java.lang.String value1, java.lang.String value2) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached VLibraryRecord - */ - public VLibraryRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.VLibrary.V_LIBRARY); - } - - /** - * Create a detached, initialised VLibraryRecord - */ - public VLibraryRecord(java.lang.String author, java.lang.String title) { - super(org.jooq.test.mysql2.generatedclasses.tables.VLibrary.V_LIBRARY); - - setValue(0, author); - setValue(1, title); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_2025Record.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_2025Record.java deleted file mode 100644 index ff2102c533..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_2025Record.java +++ /dev/null @@ -1,146 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "x_test_case_2025", schema = "test2") -public class XTestCase_2025Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record2 { - - private static final long serialVersionUID = -806728254; - - /** - * Setter for test2.x_test_case_2025.ref_id. - */ - public void setRefId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.x_test_case_2025.ref_id. - */ - @javax.persistence.Column(name = "ref_id", nullable = false, precision = 10) - public java.lang.Integer getRefId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.x_test_case_2025.ref_name. - */ - public void setRefName(java.lang.String value) { - setValue(1, value); - } - - /** - * Getter for test2.x_test_case_2025.ref_name. - */ - @javax.persistence.Column(name = "ref_name", nullable = false, length = 10) - public java.lang.String getRefName() { - return (java.lang.String) getValue(1); - } - - // ------------------------------------------------------------------------- - // Record2 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 fieldsRow() { - return (org.jooq.Row2) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 valuesRow() { - return (org.jooq.Row2) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025.REF_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025.REF_NAME; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getRefId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value2() { - return getRefName(); - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_2025Record value1(java.lang.Integer value) { - setRefId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_2025Record value2(java.lang.String value) { - setRefName(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_2025Record values(java.lang.Integer value1, java.lang.String value2) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached XTestCase_2025Record - */ - public XTestCase_2025Record() { - super(org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025); - } - - /** - * Create a detached, initialised XTestCase_2025Record - */ - public XTestCase_2025Record(java.lang.Integer refId, java.lang.String refName) { - super(org.jooq.test.mysql2.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025); - - setValue(0, refId); - setValue(1, refName); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_64_69Record.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_64_69Record.java deleted file mode 100644 index 7ac06e7cef..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_64_69Record.java +++ /dev/null @@ -1,159 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "x_test_case_64_69", schema = "test2") -public class XTestCase_64_69Record extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2 { - - private static final long serialVersionUID = -573164786; - - /** - * Setter for test2.x_test_case_64_69.ID. - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.x_test_case_64_69.ID. - */ - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.x_test_case_64_69.UNUSED_ID. - */ - public void setUnusedId(java.lang.Integer value) { - setValue(1, value); - } - - /** - * Getter for test2.x_test_case_64_69.UNUSED_ID. - */ - @javax.persistence.Column(name = "UNUSED_ID", precision = 10) - public java.lang.Integer getUnusedId() { - return (java.lang.Integer) getValue(1); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record2 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 fieldsRow() { - return (org.jooq.Row2) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 valuesRow() { - return (org.jooq.Row2) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69.UNUSED_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value2() { - return getUnusedId(); - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_64_69Record value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_64_69Record value2(java.lang.Integer value) { - setUnusedId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_64_69Record values(java.lang.Integer value1, java.lang.Integer value2) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached XTestCase_64_69Record - */ - public XTestCase_64_69Record() { - super(org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69); - } - - /** - * Create a detached, initialised XTestCase_64_69Record - */ - public XTestCase_64_69Record(java.lang.Integer id, java.lang.Integer unusedId) { - super(org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69); - - setValue(0, id); - setValue(1, unusedId); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_71Record.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_71Record.java deleted file mode 100644 index 2b6e7821b5..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_71Record.java +++ /dev/null @@ -1,159 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "x_test_case_71", schema = "test2") -public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2 { - - private static final long serialVersionUID = 1022899904; - - /** - * Setter for test2.x_test_case_71.ID. - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.x_test_case_71.ID. - */ - @javax.persistence.Id - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.x_test_case_71.TEST_CASE_64_69_ID. - */ - public void setTestCase_64_69Id(java.lang.Integer value) { - setValue(1, value); - } - - /** - * Getter for test2.x_test_case_71.TEST_CASE_64_69_ID. - */ - @javax.persistence.Column(name = "TEST_CASE_64_69_ID", precision = 10) - public java.lang.Integer getTestCase_64_69Id() { - return (java.lang.Integer) getValue(1); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record2 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 fieldsRow() { - return (org.jooq.Row2) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row2 valuesRow() { - return (org.jooq.Row2) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71.TEST_CASE_64_69_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value2() { - return getTestCase_64_69Id(); - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_71Record value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_71Record value2(java.lang.Integer value) { - setTestCase_64_69Id(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_71Record values(java.lang.Integer value1, java.lang.Integer value2) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached XTestCase_71Record - */ - public XTestCase_71Record() { - super(org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71); - } - - /** - * Create a detached, initialised XTestCase_71Record - */ - public XTestCase_71Record(java.lang.Integer id, java.lang.Integer testCase_64_69Id) { - super(org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71); - - setValue(0, id); - setValue(1, testCase_64_69Id); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_85Record.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_85Record.java deleted file mode 100644 index c76045bfee..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_85Record.java +++ /dev/null @@ -1,200 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "x_test_case_85", schema = "test2") -public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record3 { - - private static final long serialVersionUID = 513720047; - - /** - * Setter for test2.x_test_case_85.id. - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.x_test_case_85.id. - */ - @javax.persistence.Id - @javax.persistence.Column(name = "id", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.x_test_case_85.x_unused_id. - */ - public void setXUnusedId(java.lang.Integer value) { - setValue(1, value); - } - - /** - * Getter for test2.x_test_case_85.x_unused_id. - */ - @javax.persistence.Column(name = "x_unused_id", precision = 10) - public java.lang.Integer getXUnusedId() { - return (java.lang.Integer) getValue(1); - } - - /** - * Setter for test2.x_test_case_85.x_unused_name. - */ - public void setXUnusedName(java.lang.String value) { - setValue(2, value); - } - - /** - * Getter for test2.x_test_case_85.x_unused_name. - */ - @javax.persistence.Column(name = "x_unused_name", length = 10) - public java.lang.String getXUnusedName() { - return (java.lang.String) getValue(2); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record1 key() { - return (org.jooq.Record1) super.key(); - } - - // ------------------------------------------------------------------------- - // Record3 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row3 fieldsRow() { - return (org.jooq.Row3) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row3 valuesRow() { - return (org.jooq.Row3) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85.X_UNUSED_ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85.X_UNUSED_NAME; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value2() { - return getXUnusedId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value3() { - return getXUnusedName(); - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_85Record value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_85Record value2(java.lang.Integer value) { - setXUnusedId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_85Record value3(java.lang.String value) { - setXUnusedName(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XTestCase_85Record values(java.lang.Integer value1, java.lang.Integer value2, java.lang.String value3) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached XTestCase_85Record - */ - public XTestCase_85Record() { - super(org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85); - } - - /** - * Create a detached, initialised XTestCase_85Record - */ - public XTestCase_85Record(java.lang.Integer id, java.lang.Integer xUnusedId, java.lang.String xUnusedName) { - super(org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85); - - setValue(0, id); - setValue(1, xUnusedId); - setValue(2, xUnusedName); - } -} diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XUnusedRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XUnusedRecord.java deleted file mode 100644 index b40cbab28c..0000000000 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XUnusedRecord.java +++ /dev/null @@ -1,652 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.test.mysql2.generatedclasses.tables.records; - -/** - * This class is generated by jOOQ. - * - * An unused table in the same schema. - */ -@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -@javax.persistence.Entity -@javax.persistence.Table(name = "x_unused", schema = "test2", uniqueConstraints = { - @javax.persistence.UniqueConstraint(columnNames = {"ID", "NAME"}) -}) -public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record14 { - - private static final long serialVersionUID = 974963959; - - /** - * Setter for test2.x_unused.ID. - */ - public void setId(java.lang.Integer value) { - setValue(0, value); - } - - /** - * Getter for test2.x_unused.ID. - */ - @javax.persistence.Column(name = "ID", unique = true, nullable = false, precision = 10) - public java.lang.Integer getId() { - return (java.lang.Integer) getValue(0); - } - - /** - * Setter for test2.x_unused.NAME. - */ - public void setName(java.lang.String value) { - setValue(1, value); - } - - /** - * Getter for test2.x_unused.NAME. - */ - @javax.persistence.Column(name = "NAME", nullable = false, length = 10) - public java.lang.String getName() { - return (java.lang.String) getValue(1); - } - - /** - * Setter for test2.x_unused.BIG_INTEGER. - */ - public void setBigInteger(java.math.BigInteger value) { - setValue(2, value); - } - - /** - * Getter for test2.x_unused.BIG_INTEGER. - */ - @javax.persistence.Column(name = "BIG_INTEGER", precision = 25) - public java.math.BigInteger getBigInteger() { - return (java.math.BigInteger) getValue(2); - } - - /** - * Setter for test2.x_unused.ID_REF. - */ - public void setIdRef(java.lang.Integer value) { - setValue(3, value); - } - - /** - * Getter for test2.x_unused.ID_REF. - */ - @javax.persistence.Column(name = "ID_REF", precision = 10) - public java.lang.Integer getIdRef() { - return (java.lang.Integer) getValue(3); - } - - /** - * Setter for test2.x_unused.NAME_REF. - */ - public void setNameRef(java.lang.String value) { - setValue(4, value); - } - - /** - * Getter for test2.x_unused.NAME_REF. - */ - @javax.persistence.Column(name = "NAME_REF", length = 10) - public java.lang.String getNameRef() { - return (java.lang.String) getValue(4); - } - - /** - * Setter for test2.x_unused.CLASS. - */ - public void setClass_(java.lang.Integer value) { - setValue(5, value); - } - - /** - * Getter for test2.x_unused.CLASS. - */ - @javax.persistence.Column(name = "CLASS", precision = 10) - public java.lang.Integer getClass_() { - return (java.lang.Integer) getValue(5); - } - - /** - * Setter for test2.x_unused.FIELDS. - */ - public void setFields(java.lang.Integer value) { - setValue(6, value); - } - - /** - * Getter for test2.x_unused.FIELDS. - */ - @javax.persistence.Column(name = "FIELDS", precision = 10) - public java.lang.Integer getFields() { - return (java.lang.Integer) getValue(6); - } - - /** - * Setter for test2.x_unused.CONFIGURATION. - */ - public void setConfiguration(java.lang.Integer value) { - setValue(7, value); - } - - /** - * Getter for test2.x_unused.CONFIGURATION. - */ - @javax.persistence.Column(name = "CONFIGURATION", precision = 10) - public java.lang.Integer getConfiguration() { - return (java.lang.Integer) getValue(7); - } - - /** - * Setter for test2.x_unused.U_D_T. - */ - public void setUDT(java.lang.Integer value) { - setValue(8, value); - } - - /** - * Getter for test2.x_unused.U_D_T. - */ - @javax.persistence.Column(name = "U_D_T", precision = 10) - public java.lang.Integer getUDT() { - return (java.lang.Integer) getValue(8); - } - - /** - * Setter for test2.x_unused.META_DATA. - */ - public void setMetaData(java.lang.Integer value) { - setValue(9, value); - } - - /** - * Getter for test2.x_unused.META_DATA. - */ - @javax.persistence.Column(name = "META_DATA", precision = 10) - public java.lang.Integer getMetaData() { - return (java.lang.Integer) getValue(9); - } - - /** - * Setter for test2.x_unused.TYPE0. - */ - public void setType0(java.lang.Integer value) { - setValue(10, value); - } - - /** - * Getter for test2.x_unused.TYPE0. - */ - @javax.persistence.Column(name = "TYPE0", precision = 10) - public java.lang.Integer getType0() { - return (java.lang.Integer) getValue(10); - } - - /** - * Setter for test2.x_unused.PRIMARY_KEY. - */ - public void setPrimaryKey_(java.lang.Integer value) { - setValue(11, value); - } - - /** - * Getter for test2.x_unused.PRIMARY_KEY. - */ - @javax.persistence.Column(name = "PRIMARY_KEY", precision = 10) - public java.lang.Integer getPrimaryKey_() { - return (java.lang.Integer) getValue(11); - } - - /** - * Setter for test2.x_unused.PRIMARYKEY. - */ - public void setPrimarykey(java.lang.Integer value) { - setValue(12, value); - } - - /** - * Getter for test2.x_unused.PRIMARYKEY. - */ - @javax.persistence.Column(name = "PRIMARYKEY", precision = 10) - public java.lang.Integer getPrimarykey() { - return (java.lang.Integer) getValue(12); - } - - /** - * Setter for test2.x_unused.FIELD 737. - */ - public void setField_737(java.math.BigDecimal value) { - setValue(13, value); - } - - /** - * Getter for test2.x_unused.FIELD 737. - */ - @javax.persistence.Column(name = "FIELD 737", precision = 25, scale = 2) - public java.math.BigDecimal getField_737() { - return (java.math.BigDecimal) getValue(13); - } - - // ------------------------------------------------------------------------- - // Primary key information - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Record2 key() { - return (org.jooq.Record2) super.key(); - } - - // ------------------------------------------------------------------------- - // Record14 type implementation - // ------------------------------------------------------------------------- - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row14 fieldsRow() { - return (org.jooq.Row14) super.fieldsRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Row14 valuesRow() { - return (org.jooq.Row14) super.valuesRow(); - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field1() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.ID; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field2() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.NAME; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field3() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.BIG_INTEGER; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field4() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.ID_REF; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field5() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.NAME_REF; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field6() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.CLASS; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field7() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.FIELDS; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field8() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.CONFIGURATION; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field9() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.U_D_T; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field10() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.META_DATA; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field11() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.TYPE0; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field12() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.PRIMARY_KEY; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field13() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.PRIMARYKEY; - } - - /** - * {@inheritDoc} - */ - @Override - public org.jooq.Field field14() { - return org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED.FIELD_737; - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value1() { - return getId(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value2() { - return getName(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.math.BigInteger value3() { - return getBigInteger(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value4() { - return getIdRef(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.String value5() { - return getNameRef(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value6() { - return getClass_(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value7() { - return getFields(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value8() { - return getConfiguration(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value9() { - return getUDT(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value10() { - return getMetaData(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value11() { - return getType0(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value12() { - return getPrimaryKey_(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.lang.Integer value13() { - return getPrimarykey(); - } - - /** - * {@inheritDoc} - */ - @Override - public java.math.BigDecimal value14() { - return getField_737(); - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value1(java.lang.Integer value) { - setId(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value2(java.lang.String value) { - setName(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value3(java.math.BigInteger value) { - setBigInteger(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value4(java.lang.Integer value) { - setIdRef(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value5(java.lang.String value) { - setNameRef(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value6(java.lang.Integer value) { - setClass_(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value7(java.lang.Integer value) { - setFields(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value8(java.lang.Integer value) { - setConfiguration(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value9(java.lang.Integer value) { - setUDT(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value10(java.lang.Integer value) { - setMetaData(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value11(java.lang.Integer value) { - setType0(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value12(java.lang.Integer value) { - setPrimaryKey_(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value13(java.lang.Integer value) { - setPrimarykey(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord value14(java.math.BigDecimal value) { - setField_737(value); - return this; - } - - /** - * {@inheritDoc} - */ - @Override - public XUnusedRecord values(java.lang.Integer value1, java.lang.String value2, java.math.BigInteger value3, java.lang.Integer value4, java.lang.String value5, java.lang.Integer value6, java.lang.Integer value7, java.lang.Integer value8, java.lang.Integer value9, java.lang.Integer value10, java.lang.Integer value11, java.lang.Integer value12, java.lang.Integer value13, java.math.BigDecimal value14) { - return this; - } - - // ------------------------------------------------------------------------- - // Constructors - // ------------------------------------------------------------------------- - - /** - * Create a detached XUnusedRecord - */ - public XUnusedRecord() { - super(org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED); - } - - /** - * Create a detached, initialised XUnusedRecord - */ - public XUnusedRecord(java.lang.Integer id, java.lang.String name, java.math.BigInteger bigInteger, java.lang.Integer idRef, java.lang.String nameRef, java.lang.Integer class_, java.lang.Integer fields, java.lang.Integer configuration, java.lang.Integer uDT, java.lang.Integer metaData, java.lang.Integer type0, java.lang.Integer primaryKey, java.lang.Integer primarykey, java.math.BigDecimal field_737) { - super(org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED); - - setValue(0, id); - setValue(1, name); - setValue(2, bigInteger); - setValue(3, idRef); - setValue(4, nameRef); - setValue(5, class_); - setValue(6, fields); - setValue(7, configuration); - setValue(8, uDT); - setValue(9, metaData); - setValue(10, type0); - setValue(11, primaryKey); - setValue(12, primarykey); - setValue(13, field_737); - } -} diff --git a/jOOQ-test/src/test/java/org/jooq/test/h2/F.java b/jOOQ-test/src/test/java/org/jooq/test/h2/F.java deleted file mode 100644 index 5294dc4a3f..0000000000 --- a/jOOQ-test/src/test/java/org/jooq/test/h2/F.java +++ /dev/null @@ -1,144 +0,0 @@ -/** - * Copyright (c) 2009-2014, Lukas Eder, lukas.eder@gmail.com - * All rights reserved. - * - * This software is licensed to you under the Apache License, Version 2.0 - * (the "License"); You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * . Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. - * - * . Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * - * . Neither the name "jOOQ" nor the names of its contributors may be - * used to endorse or promote products derived from this software without - * specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - */ -package org.jooq.test.h2; - -import static org.jooq.impl.DSL.count; -import static org.jooq.impl.DSL.max; -import static org.jooq.impl.DSL.sign; -import static org.jooq.impl.SQLDataType.INTEGER; -import static org.jooq.test.h2.generatedclasses.tables.TAuthor.T_AUTHOR; -import static org.jooq.test.h2.generatedclasses.tables.TBook.T_BOOK; - -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.ResultSet; -import java.sql.SQLException; - -import org.jooq.DSLContext; -import org.jooq.SQLDialect; -import org.jooq.impl.DSL; -import org.jooq.test.h2.generatedclasses.Routines; -import org.jooq.test.h2.generatedclasses.tables.TAuthor; -import org.jooq.test.h2.generatedclasses.tables.TBook; - -/** - * Pre-compiled stored functions for H2 - * - * @author Lukas Eder - */ -public class F { - - public static void pCreateAuthor(Connection connection) { - Routines.pCreateAuthorByName(create(connection).configuration(), "William", "Shakespeare"); - } - - public static void pCreateAuthorByName(Connection connection, String firstName, String lastName) { - DSLContext create = create(connection); - - create.insertInto(T_AUTHOR) - .set(TAuthor.ID, create.select(max(TAuthor.ID).add(1)).from(T_AUTHOR).asField()) - .set(TAuthor.FIRST_NAME, firstName) - .set(TAuthor.LAST_NAME, lastName) - .execute(); - } - - public static ResultSet fGetOneCursor(Connection connection, Object[] bookIds) throws SQLException { - PreparedStatement stmt = null; - - if (bookIds == null) bookIds = new Object[0]; - - String sql = create(connection) - .select() - .from(T_BOOK) - .where(TBook.ID.in(INTEGER.convert(bookIds))) - .orderBy(TBook.ID.asc()) - .getSQL(); - - stmt = connection.prepareStatement(sql); - int i = 1; - for (Object o : bookIds) { - stmt.setObject(i++, o); - } - - return stmt.executeQuery(); - } - - public static Integer fAuthorExists(Connection connection, String authorName) { - DSLContext create = create(connection); - - Integer result = - create.select(sign(count())) - .from(T_AUTHOR) - .where(TAuthor.FIRST_NAME.equal(authorName)) - .or(TAuthor.LAST_NAME.equal(authorName)) - .fetchOne(0, Integer.class); - - return result; - } - - public static Object[] f_arrays1(Object[] in_array) { - return in_array; - } - - public static Object[] f_arrays2(Object[] in_array) { - return in_array; - } - - public static Object[] f_arrays3(Object[] in_array) { - return in_array; - } - - @SuppressWarnings("unused") - public static Integer f317(Integer p1, Integer p2, Integer p3, Integer p4) { - return 1000 * p1 + 100 * p2 + p4; - } - - public static String f1256(String string) { - return string; - } - - public static Integer fNumber(Integer n) { - return n; - } - - public static Integer fOne() { - return 1; - } - - private static DSLContext create(Connection connection) { - return DSL.using(connection, SQLDialect.H2); - } -} diff --git a/jOOQ-test/src/test/java/org/jooq/test/h2/GenerateLargeSchema.java b/jOOQ-test/src/test/java/org/jooq/test/h2/GenerateLargeSchema.java deleted file mode 100644 index b81938007c..0000000000 --- a/jOOQ-test/src/test/java/org/jooq/test/h2/GenerateLargeSchema.java +++ /dev/null @@ -1,74 +0,0 @@ -/** - * Copyright (c) 2009-2014, Lukas Eder, lukas.eder@gmail.com - * All rights reserved. - * - * This software is licensed to you under the Apache License, Version 2.0 - * (the "License"); You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * . Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. - * - * . Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * - * . Neither the name "jOOQ" nor the names of its contributors may be - * used to endorse or promote products derived from this software without - * specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - */ -package org.jooq.test.h2; - -import java.io.File; -import java.io.FileOutputStream; -import java.io.PrintWriter; -import java.net.URI; -import java.net.URL; - -/** - * A generator for large-schema.sql - * - * @author Lukas Eder - */ -public class GenerateLargeSchema { - - public static void main(String[] args) throws Exception { - URL resource = GenerateLargeSchema.class.getResource("/org/jooq/test/h2/large-schema.sql"); - File file = new File(new URI(resource.toURI().toString().replace("/bin/", "/src/"))); - PrintWriter w = new PrintWriter(new FileOutputStream(file)); - - try { - w.println("DROP SCHEMA IF EXISTS large/"); - w.println("CREATE SCHEMA large/"); - - w.println("CREATE TABLE large.t00000 (id INT, CONSTRAINT pk_00000 PRIMARY KEY (id))/"); - - for (int i = 1; i < 15000; i++) { - w.println(String.format( - "CREATE TABLE large.t%1$05d (id INT, prev_id INT, CONSTRAINT pk_%1$05d PRIMARY KEY (id), CONSTRAINT fk_%1$05d FOREIGN KEY (prev_id) REFERENCES t%2$05d(id))/", - i, i - 1 - )); - } - } - finally { - w.flush(); - w.close(); - } - } -} diff --git a/jOOQ-test/src/test/java/org/jooq/test/h2/H2Generator.java b/jOOQ-test/src/test/java/org/jooq/test/h2/H2Generator.java deleted file mode 100644 index 0877023282..0000000000 --- a/jOOQ-test/src/test/java/org/jooq/test/h2/H2Generator.java +++ /dev/null @@ -1,56 +0,0 @@ -/** - * Copyright (c) 2009-2014, Lukas Eder, lukas.eder@gmail.com - * All rights reserved. - * - * This software is licensed to you under the Apache License, Version 2.0 - * (the "License"); You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * . Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. - * - * . Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * - * . Neither the name "jOOQ" nor the names of its contributors may be - * used to endorse or promote products derived from this software without - * specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - */ -package org.jooq.test.h2; - -import org.jooq.util.JavaGenerator; -import org.jooq.util.JavaWriter; -import org.jooq.util.TableDefinition; - -/** - * An enhancement to default generator features - * - * @author Lukas Eder - */ -public class H2Generator extends JavaGenerator { - - @Override - protected void generatePojoClassFooter(TableDefinition table, JavaWriter out) { - super.generatePojoClassFooter(table, out); - - out.println(); - out.tab(1).println("// Here, a toString() method could be generated"); - } -} diff --git a/jOOQ-test/src/test/java/org/jooq/test/h2/TTriggersTrigger.java b/jOOQ-test/src/test/java/org/jooq/test/h2/TTriggersTrigger.java deleted file mode 100644 index a2faa620fa..0000000000 --- a/jOOQ-test/src/test/java/org/jooq/test/h2/TTriggersTrigger.java +++ /dev/null @@ -1,74 +0,0 @@ -/** - * Copyright (c) 2009-2014, Lukas Eder, lukas.eder@gmail.com - * All rights reserved. - * - * This software is licensed to you under the Apache License, Version 2.0 - * (the "License"); You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * . Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. - * - * . Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * - * . Neither the name "jOOQ" nor the names of its contributors may be - * used to endorse or promote products derived from this software without - * specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - */ -package org.jooq.test.h2; - -import java.sql.Connection; -import java.sql.SQLException; - -import org.jooq.DSLContext; -import org.jooq.SQLDialect; -import org.jooq.impl.DSL; -import org.jooq.test.h2.generatedclasses.Sequences; - -import org.h2.api.Trigger; - -/** - * A sample trigger for H2 - * - * @author Lukas Eder - */ -public class TTriggersTrigger implements Trigger { - - @Override - public void init(Connection conn, String schemaName, String triggerName, String tableName, boolean before, int type) - throws SQLException {} - - @Override - public void fire(Connection conn, Object[] oldRow, Object[] newRow) throws SQLException { - DSLContext create = DSL.using(conn, SQLDialect.H2); - int maxID = create.nextval(Sequences.S_TRIGGERS_SEQUENCE).intValue(); - newRow[0] = maxID; - newRow[1] = maxID; - newRow[2] = maxID * 2; - } - - @Override - public void close() throws SQLException {} - - @Override - public void remove() throws SQLException {} - -} diff --git a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/cubrid/dba.xml b/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/cubrid/dba.xml deleted file mode 100644 index 7aa675176e..0000000000 --- a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/cubrid/dba.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - cubrid.jdbc.driver.CUBRIDDriver - jdbc:cubrid:localhost:33000:test::: - dba - - - - org.jooq.util.DefaultGenerator - - org.jooq.util.cubrid.CUBRIDDatabase - db_user|db_class|db_attribute|db_index|db_index_key|db_serial - - - - false - true - true - false - - - org.jooq.util.cubrid.dba - ./src/main/java - - - \ No newline at end of file diff --git a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/derby/sys.xml b/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/derby/sys.xml deleted file mode 100644 index f0e1d68af8..0000000000 --- a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/derby/sys.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - org.apache.derby.jdbc.ClientDriver - jdbc:derby://localhost:1527/test;create=true - SYS - TEST - TEST - - - org.jooq.util.DefaultGenerator - - org.jooq.util.derby.DerbyDatabase - SYSSCHEMAS|SYSTABLES|SYSCOLUMNS|SYSCONSTRAINTS|SYSCONGLOMERATES|SYSKEYS|SYSSEQUENCES - - - - false - true - - - false - true - false - false - true - false - false - false - false - false - false - false - - - org.jooq.util.derby.sys - ./src/main/java - - - \ No newline at end of file diff --git a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/firebird/rdb.xml b/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/firebird/rdb.xml deleted file mode 100644 index 73d14891bf..0000000000 --- a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/firebird/rdb.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - org.firebirdsql.jdbc.FBDriver - jdbc:firebirdsql:localhost:C:/data/firebird/test.db - TEST - TEST - - - org.jooq.util.DefaultGenerator - - org.jooq.util.firebird.FirebirdDatabase - RDB\$RELATIONS|RDB\$RELATION_FIELDS|RDB\$FIELDS|RDB\$RELATION_CONSTRAINTS|RDB\$REF_CONSTRAINTS|RDB\$INDEX_SEGMENTS|RDB\$GENERATORS - - - - false - true - - - false - true - false - true - true - false - false - false - false - false - false - false - - - org.jooq.util.firebird.rdb - ./src/main/java - - - \ No newline at end of file diff --git a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/h2/information_schema.xml b/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/h2/information_schema.xml deleted file mode 100644 index 9b2e7cfc87..0000000000 --- a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/h2/information_schema.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - org.h2.Driver - jdbc:h2:~/test - INFORMATION_SCHEMA - sa - - - - org.jooq.util.DefaultGenerator - - org.jooq.util.h2.H2Database - COLUMNS|CONSTRAINTS|CROSS_REFERENCES|FUNCTION_ALIASES|FUNCTION_COLUMNS|INDEXES|SCHEMATA|SEQUENCES|TABLES|TYPE_INFO - - - - false - true - - - false - true - false - false - true - false - false - false - false - false - false - false - - - org.jooq.util.h2.information_schema - ./src/main/java - - - \ No newline at end of file diff --git a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/h2/library-matchers.xml b/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/h2/library-matchers.xml deleted file mode 100644 index 95c8b27758..0000000000 --- a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/h2/library-matchers.xml +++ /dev/null @@ -1,240 +0,0 @@ - - - - org.h2.Driver - jdbc:h2:~/test - sa - - - - org.jooq.util.DefaultGenerator - - Blah (should be ignored!) - - - - NON_PUBLIC - - - NonPublic - - java.lang.Cloneable - - - - - T_BOOK - - THE_BOOK - - - - - - ^(.*?)BOOK(.*)$ - - - $1BUCH$2 - - - PASCAL - $1BUCH$2 - - java.io.Serializable, java.lang.Cloneable - - - PASCAL - $1BUCH$2_RECORD - - java.io.Serializable, java.lang.Cloneable - - - UPPER - $1BUCH$2 - - java.io.Serializable, java.lang.Cloneable - - - UPPER - $1BUCH$2_DAO - - java.lang.Object - java.io.Serializable, java.lang.Cloneable - - - LOWER - I_$1BUCH$2 - - java.io.Serializable, java.lang.Cloneable - - - - - TITLE - - - THE_TITLE - - - the__title - - - setTheTitle - - - getTheTitle - - - - - - - F_ONE - - - - F_ONE_FUNCTION - - - F_ONE_FUNCTION - - java.io.Serializable, java.lang.Cloneable - - - - - SEQUENCE_$0 - - - - - - org.jooq.util.h2.H2Database - .* - T_BOOK_DETAILS|SYSTEM_SEQUENCE.*|.*\.COL2|COL3 - true - REC_VERSION - REC_TIMESTAMP - false - true - PUBLIC - - - - org.jooq.test.all.converters.Boolean_10 - org.jooq.test.all.converters.Boolean_10_Converter - - - org.jooq.test.all.converters.Boolean_TF_LC - org.jooq.test.all.converters.Boolean_TF_LC_Converter - - - org.jooq.test.all.converters.Boolean_TF_UC - org.jooq.test.all.converters.Boolean_TF_UC_Converter - - - org.jooq.test.all.converters.Boolean_YN_LC - org.jooq.test.all.converters.Boolean_YN_LC_Converter - - - org.jooq.test.all.converters.Boolean_YN_UC - org.jooq.test.all.converters.Boolean_YN_UC_Converter - - - org.jooq.test.all.converters.Boolean_YES_NO_LC - org.jooq.test.all.converters.Boolean_YES_NO_LC_Converter - - - org.jooq.test.all.converters.Boolean_YES_NO_UC - org.jooq.test.all.converters.Boolean_YES_NO_UC_Converter - - - - - - BOOLEAN - (?i:(.*?.)?T_BOOLEANS.(VC|C|N)_BOOLEAN) - - - - - TINYINTUNSIGNED - (?i:(.*?.)?T_UNSIGNED.U_BYTE) - - - SMALLINTUNSIGNED - (?i:(.*?.)?T_UNSIGNED.U_SHORT) - - - INTEGERUNSIGNED - (?i:(.*?.)?T_UNSIGNED.U_INT) - - - BIGINTUNSIGNED - (?i:(.*?.)?T_UNSIGNED.U_LONG) - - - - org.jooq.test.all.converters.Boolean_YES_NO_LC - (?i:(.*?.)?T_BOOLEANS.YES_NO_LC) - - - org.jooq.test.all.converters.Boolean_YES_NO_UC - (?i:(.*?.)?T_BOOLEANS.YES_NO_UC) - - - org.jooq.test.all.converters.Boolean_YN_LC - (?i:(.*?.)?T_BOOLEANS.Y_N_LC) - - - org.jooq.test.all.converters.Boolean_YN_UC - (?i:(.*?.)?T_BOOLEANS.Y_N_UC) - - - org.jooq.test.all.converters.Boolean_TF_LC - (?i:(.*?.)?T_BOOLEANS.TRUE_FALSE_LC) - - - org.jooq.test.all.converters.Boolean_TF_UC - (?i:(.*?.)?T_BOOLEANS.TRUE_FALSE_UC) - - - org.jooq.test.all.converters.Boolean_10 - (?i:(.*?.)?T_BOOLEANS.ONE_ZERO) - - - - - - false - true - - - false - false - - - - true - - - true - - - false - - false - true - false - - - - org.jooq.examples.h2.matchers - - - ./src/test/examples - - - - diff --git a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/hsqldb/information_schema.xml b/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/hsqldb/information_schema.xml deleted file mode 100644 index 0338885ab8..0000000000 --- a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/hsqldb/information_schema.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - org.hsqldb.jdbcDriver - jdbc:hsqldb:hsql://localhost - INFORMATION_SCHEMA - sa - - - - org.jooq.util.DefaultGenerator - - org.jooq.util.hsqldb.HSQLDBDatabase - CHECK_CONSTRAINTS|COLUMNS|ELEMENT_TYPES|KEY_COLUMN_USAGE|PARAMETERS|REFERENTIAL_CONSTRAINTS|ROUTINES|SCHEMATA|SEQUENCES|TABLE_CONSTRAINTS|TABLES - - - - false - true - - - false - true - false - true - true - false - false - false - false - false - false - false - - - org.jooq.util.hsqldb.information_schema - ./src/main/java - - - \ No newline at end of file diff --git a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/hsqldb/library.xml b/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/hsqldb/library.xml deleted file mode 100644 index fe6669cd98..0000000000 --- a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/hsqldb/library.xml +++ /dev/null @@ -1,184 +0,0 @@ - - - - org.hsqldb.jdbcDriver - jdbc:hsqldb:hsql://localhost - PUBLIC - - - user - sa - - - password - - - - - - org.jooq.util.DefaultGenerator - - org.jooq.util.hsqldb.HSQLDBDatabase - .* - T_BOOK_DETAILS|S_TRIGGERS_SEQUENCE - REC_VERSION - REC_TIMESTAMP - false - true - - - org.jooq.test.all.converters.StringEnum - org.jooq.test.all.converters.StringEnumConverter - - - org.jooq.test.all.converters.StringEnum1 - org.jooq.test.all.converters.StringEnum1Converter - - - org.jooq.test.all.converters.OrdinalEnum - org.jooq.test.all.converters.OrdinalEnumConverter - - - org.jooq.test.all.converters.OrdinalEnum1 - org.jooq.test.all.converters.OrdinalEnum1Converter - - - - java.util.Date - org.jooq.test.all.converters.DateConverter - - - java.util.GregorianCalendar - org.jooq.test.all.converters.CalendarConverter - - - - org.jooq.test.all.converters.Boolean_10 - org.jooq.test.all.converters.Boolean_10_Converter - - - org.jooq.test.all.converters.Boolean_TF_LC - org.jooq.test.all.converters.Boolean_TF_LC_Converter - - - org.jooq.test.all.converters.Boolean_TF_UC - org.jooq.test.all.converters.Boolean_TF_UC_Converter - - - org.jooq.test.all.converters.Boolean_YN_LC - org.jooq.test.all.converters.Boolean_YN_LC_Converter - - - org.jooq.test.all.converters.Boolean_YN_UC - org.jooq.test.all.converters.Boolean_YN_UC_Converter - - - org.jooq.test.all.converters.Boolean_YES_NO_LC - org.jooq.test.all.converters.Boolean_YES_NO_LC_Converter - - - org.jooq.test.all.converters.Boolean_YES_NO_UC - org.jooq.test.all.converters.Boolean_YES_NO_UC_Converter - - - - - - org.jooq.test.all.converters.StringEnum - (?i:(.*?\.)?T_MAPPED_TYPES.DEFAULT_ENUM_NAME) - - - org.jooq.test.all.converters.StringEnum1 - (?i:(.*?\.)?T_MAPPED_TYPES.CUSTOM_ENUM_TEXT) - - - org.jooq.test.all.converters.OrdinalEnum - (?i:(.*?\.)?T_MAPPED_TYPES.DEFAULT_ENUM_ORDINAL) - - - org.jooq.test.all.converters.OrdinalEnum1 - (?i:(.*?\.)?T_MAPPED_TYPES.CUSTOM_ENUM_NUMERIC) - - - java.util.Date - (?i:(.*?\.)?T_MAPPED_TYPES.JAVA_UTIL_DATE) - - - java.util.GregorianCalendar - (?i:(.*?\.)?T_MAPPED_TYPES.JAVA_UTIL_CALENDAR) - - - - BOOLEAN - (?i:(.*?.)?T_BOOLEANS.(VC|C|N)_BOOLEAN) - - - UUID - (?i:(.*?.)?T_EXOTIC_TYPES.UU) - - - - - TINYINTUNSIGNED - (?i:(.*?.)?T_UNSIGNED.U_BYTE) - - - SMALLINTUNSIGNED - (?i:(.*?.)?T_UNSIGNED.U_SHORT) - - - INTEGERUNSIGNED - (?i:(.*?.)?T_UNSIGNED.U_INT) - - - BIGINTUNSIGNED - (?i:(.*?.)?T_UNSIGNED.U_LONG) - - - - org.jooq.test.all.converters.Boolean_YES_NO_LC - (?i:(.*?.)?T_BOOLEANS.YES_NO_LC) - - - org.jooq.test.all.converters.Boolean_YES_NO_UC - (?i:(.*?.)?T_BOOLEANS.YES_NO_UC) - - - org.jooq.test.all.converters.Boolean_YN_LC - (?i:(.*?.)?T_BOOLEANS.Y_N_LC) - - - org.jooq.test.all.converters.Boolean_YN_UC - (?i:(.*?.)?T_BOOLEANS.Y_N_UC) - - - org.jooq.test.all.converters.Boolean_TF_LC - (?i:(.*?.)?T_BOOLEANS.TRUE_FALSE_LC) - - - org.jooq.test.all.converters.Boolean_TF_UC - (?i:(.*?.)?T_BOOLEANS.TRUE_FALSE_UC) - - - org.jooq.test.all.converters.Boolean_10 - (?i:(.*?.)?T_BOOLEANS.ONE_ZERO) - - - - - true - true - true - true - false - true - false - true - false - - - org.jooq.test.hsqldb.generatedclasses - ./src/test/java - - - \ No newline at end of file diff --git a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/postgres/information_schema.xml b/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/postgres/information_schema.xml deleted file mode 100644 index 3009ba5240..0000000000 --- a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/postgres/information_schema.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - org.postgresql.Driver - jdbc:postgresql://localhost:5434/postgres - information_schema - postgres - test - - - org.jooq.util.DefaultGenerator - - org.jooq.util.postgres.PostgresDatabase - attributes|check_constraints|columns|constraint_column_usage|key_column_usage|parameters|referential_constraints|routines|schemata|sequences|table_constraints|tables - - - - false - true - - - false - true - false - true - true - false - false - false - false - false - false - false - - - org.jooq.util.postgres.information_schema - ./src/main/java - - - \ No newline at end of file diff --git a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/postgres/pg_catalog.xml b/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/postgres/pg_catalog.xml deleted file mode 100644 index 56b4cbe0e3..0000000000 --- a/jOOQ-test/src/test/resources/org/jooq/configuration/lukas/postgres/pg_catalog.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - org.postgresql.Driver - jdbc:postgresql://localhost:5434/postgres - pg_catalog - postgres - test - - - org.jooq.util.DefaultGenerator - - org.jooq.util.postgres.PostgresDatabase - pg_attribute|pg_class|pg_cursor|pg_enum|pg_inherits|pg_namespace|pg_proc|pg_type|format_type|count - - - - false - true - - - false - true - false - true - true - false - false - false - false - false - false - false - - - org.jooq.util.postgres.pg_catalog - ./src/main/java - - - \ No newline at end of file