From db7f3ee090f4e87b7830364a02f870f3bbabe76c Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 6 Sep 2011 19:57:14 +0000 Subject: [PATCH] [#800] Add support for Sybase Adaptive Server Enterprise - rename "adaptiveserver" into "ase" --- .../test/ase/generatedclasses/DboFactory.java | 33 +++++ .../ase/generatedclasses/tables/TAuthor.java | 82 ++++++++++ .../ase/generatedclasses/tables/TBook.java | 118 +++++++++++++++ .../generatedclasses/tables/TBookStore.java | 65 ++++++++ .../tables/TBookToBookStore.java | 85 +++++++++++ .../generatedclasses/tables/TTriggers.java | 70 +++++++++ .../tables/T_639NumbersTable.java | 117 +++++++++++++++ .../ase/generatedclasses/tables/T_658Ref.java | 105 +++++++++++++ .../generatedclasses/tables/T_725LobTest.java | 62 ++++++++ .../ase/generatedclasses/tables/T_785.java | 54 +++++++ .../ase/generatedclasses/tables/VAuthor.java | 69 +++++++++ .../ase/generatedclasses/tables/VBook.java | 84 +++++++++++ .../ase/generatedclasses/tables/VLibrary.java | 49 ++++++ .../tables/XTestCase_64_69.java | 73 +++++++++ .../generatedclasses/tables/XTestCase_71.java | 73 +++++++++ .../generatedclasses/tables/XTestCase_85.java | 83 +++++++++++ .../ase/generatedclasses/tables/XUnused.java | 140 ++++++++++++++++++ 17 files changed, 1362 insertions(+) create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/DboFactory.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TAuthor.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBook.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBookStore.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBookToBookStore.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TTriggers.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_639NumbersTable.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_658Ref.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_725LobTest.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_785.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VAuthor.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VBook.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VLibrary.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_64_69.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_71.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_85.java create mode 100644 jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XUnused.java diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/DboFactory.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/DboFactory.java new file mode 100644 index 0000000000..eef4a475ee --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/DboFactory.java @@ -0,0 +1,33 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class DboFactory extends org.jooq.util.ase.ASEFactory { + + private static final long serialVersionUID = -995306974; + + /** + * Create a factory with a connection + * + * @param connection The connection to use with objects created from this factory + */ + public DboFactory(java.sql.Connection connection) { + super(connection); + } + + /** + * Create a factory with a connection and a schema mapping + * + * @param connection The connection to use with objects created from this factory + * @param mapping The schema mapping to use with objects created from this factory + */ + public DboFactory(java.sql.Connection connection, org.jooq.SchemaMapping mapping) { + super(connection, mapping); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TAuthor.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TAuthor.java new file mode 100644 index 0000000000..43bf3de7e2 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TAuthor.java @@ -0,0 +1,82 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class TAuthor extends org.jooq.impl.UpdatableTableImpl { + + private static final long serialVersionUID = 1829215436; + + /** + * The singleton instance of t_author + */ + public static final org.jooq.test.ase.generatedclasses.tables.TAuthor T_AUTHOR = new org.jooq.test.ase.generatedclasses.tables.TAuthor(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.TAuthorRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + * + * PRIMARY KEY + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("id", org.jooq.impl.SQLDataType.INTEGER, T_AUTHOR); + + /** + * An uncommented item + */ + public static final org.jooq.TableField FIRST_NAME = new org.jooq.impl.TableFieldImpl("first_name", org.jooq.impl.SQLDataType.VARCHAR, T_AUTHOR); + + /** + * An uncommented item + */ + public static final org.jooq.TableField LAST_NAME = new org.jooq.impl.TableFieldImpl("last_name", org.jooq.impl.SQLDataType.VARCHAR, T_AUTHOR); + + /** + * An uncommented item + */ + public static final org.jooq.TableField DATE_OF_BIRTH = new org.jooq.impl.TableFieldImpl("date_of_birth", org.jooq.impl.SQLDataType.DATE, T_AUTHOR); + + /** + * An uncommented item + */ + public static final org.jooq.TableField YEAR_OF_BIRTH = new org.jooq.impl.TableFieldImpl("year_of_birth", org.jooq.impl.SQLDataType.INTEGER, T_AUTHOR); + + /** + * An uncommented item + */ + public static final org.jooq.TableField ADDRESS = new org.jooq.impl.TableFieldImpl("address", org.jooq.impl.SQLDataType.VARCHAR, T_AUTHOR); + + /** + * No further instances allowed + */ + private TAuthor() { + super("t_author", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + public org.jooq.UniqueKey getMainKey() { + return org.jooq.test.ase.generatedclasses.Keys.pk_t_author; + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getKeys() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.pk_t_author); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBook.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBook.java new file mode 100644 index 0000000000..a6c8cf931d --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBook.java @@ -0,0 +1,118 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class TBook extends org.jooq.impl.UpdatableTableImpl { + + private static final long serialVersionUID = 55152466; + + /** + * The singleton instance of t_book + */ + public static final org.jooq.test.ase.generatedclasses.tables.TBook T_BOOK = new org.jooq.test.ase.generatedclasses.tables.TBook(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.TBookRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + * + * PRIMARY KEY + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("id", org.jooq.impl.SQLDataType.INTEGER, T_BOOK); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.t_book.author_id]
+	 * REFERENCES t_author [dbo.t_author.id]
+	 * 
+ */ + public static final org.jooq.TableField AUTHOR_ID = new org.jooq.impl.TableFieldImpl("author_id", org.jooq.impl.SQLDataType.INTEGER, T_BOOK); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.t_book.co_author_id]
+	 * REFERENCES t_author [dbo.t_author.id]
+	 * 
+ */ + public static final org.jooq.TableField CO_AUTHOR_ID = new org.jooq.impl.TableFieldImpl("co_author_id", org.jooq.impl.SQLDataType.INTEGER, T_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField DETAILS_ID = new org.jooq.impl.TableFieldImpl("details_id", org.jooq.impl.SQLDataType.INTEGER, T_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField TITLE = new org.jooq.impl.TableFieldImpl("title", org.jooq.impl.SQLDataType.VARCHAR, T_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField PUBLISHED_IN = new org.jooq.impl.TableFieldImpl("published_in", org.jooq.impl.SQLDataType.INTEGER, T_BOOK); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.t_book.language_id]
+	 * REFERENCES t_language [dbo.t_language.id]
+	 * 
+ */ + public static final org.jooq.TableField LANGUAGE_ID = new org.jooq.impl.TableFieldImpl("language_id", org.jooq.impl.SQLDataType.INTEGER.asMasterDataType(org.jooq.test.ase.generatedclasses.enums.TLanguage.class), T_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField CONTENT_TEXT = new org.jooq.impl.TableFieldImpl("content_text", org.jooq.impl.SQLDataType.LONGVARCHAR, T_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField CONTENT_PDF = new org.jooq.impl.TableFieldImpl("content_pdf", org.jooq.impl.SQLDataType.BINARY, T_BOOK); + + /** + * No further instances allowed + */ + private TBook() { + super("t_book", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + public org.jooq.UniqueKey getMainKey() { + return org.jooq.test.ase.generatedclasses.Keys.pk_t_book; + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getKeys() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.pk_t_book); + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getReferences() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.fk_t_book_author_id, org.jooq.test.ase.generatedclasses.Keys.fk_t_book_co_author_id); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBookStore.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBookStore.java new file mode 100644 index 0000000000..37751bf80c --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBookStore.java @@ -0,0 +1,65 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class TBookStore extends org.jooq.impl.UpdatableTableImpl { + + private static final long serialVersionUID = 12108290; + + /** + * The singleton instance of t_book_store + */ + public static final org.jooq.test.ase.generatedclasses.tables.TBookStore T_BOOK_STORE = new org.jooq.test.ase.generatedclasses.tables.TBookStore(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.TBookStoreRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("id", org.jooq.impl.SQLDataType.INTEGER, T_BOOK_STORE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField NAME = new org.jooq.impl.TableFieldImpl("name", org.jooq.impl.SQLDataType.VARCHAR, T_BOOK_STORE); + + /** + * No further instances allowed + */ + private TBookStore() { + super("t_book_store", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + public org.jooq.Identity getIdentity() { + return org.jooq.test.ase.generatedclasses.Keys.IDENTITY_t_book_store; + } + + @Override + public org.jooq.UniqueKey getMainKey() { + return org.jooq.test.ase.generatedclasses.Keys.uk_t_book_store_name; + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getKeys() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.uk_t_book_store_name); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBookToBookStore.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBookToBookStore.java new file mode 100644 index 0000000000..b224d9d2af --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TBookToBookStore.java @@ -0,0 +1,85 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class TBookToBookStore extends org.jooq.impl.UpdatableTableImpl { + + private static final long serialVersionUID = 290128420; + + /** + * The singleton instance of t_book_to_book_store + */ + public static final org.jooq.test.ase.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = new org.jooq.test.ase.generatedclasses.tables.TBookToBookStore(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.TBookToBookStoreRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + * + * PRIMARY KEY + *

+ *

+	 * FOREIGN KEY [dbo.t_book_to_book_store.book_store_name]
+	 * REFERENCES t_book_store [dbo.t_book_store.name]
+	 * 
+ */ + public static final org.jooq.TableField BOOK_STORE_NAME = new org.jooq.impl.TableFieldImpl("book_store_name", org.jooq.impl.SQLDataType.VARCHAR, T_BOOK_TO_BOOK_STORE); + + /** + * An uncommented item + * + * PRIMARY KEY + *

+ *

+	 * FOREIGN KEY [dbo.t_book_to_book_store.book_id]
+	 * REFERENCES t_book [dbo.t_book.id]
+	 * 
+ */ + public static final org.jooq.TableField BOOK_ID = new org.jooq.impl.TableFieldImpl("book_id", org.jooq.impl.SQLDataType.INTEGER, T_BOOK_TO_BOOK_STORE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField STOCK = new org.jooq.impl.TableFieldImpl("stock", org.jooq.impl.SQLDataType.INTEGER, T_BOOK_TO_BOOK_STORE); + + /** + * No further instances allowed + */ + private TBookToBookStore() { + super("t_book_to_book_store", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + public org.jooq.UniqueKey getMainKey() { + return org.jooq.test.ase.generatedclasses.Keys.pk_b2bs; + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getKeys() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.pk_b2bs); + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getReferences() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.fk_b2bs_bs_name, org.jooq.test.ase.generatedclasses.Keys.fk_b2bs_b_id); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TTriggers.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TTriggers.java new file mode 100644 index 0000000000..5be43dc1f7 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/TTriggers.java @@ -0,0 +1,70 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class TTriggers extends org.jooq.impl.UpdatableTableImpl { + + private static final long serialVersionUID = -1421992411; + + /** + * The singleton instance of t_triggers + */ + public static final org.jooq.test.ase.generatedclasses.tables.TTriggers T_TRIGGERS = new org.jooq.test.ase.generatedclasses.tables.TTriggers(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.TTriggersRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + */ + public static final org.jooq.TableField ID_GENERATED = new org.jooq.impl.TableFieldImpl("id_generated", org.jooq.impl.SQLDataType.INTEGER, T_TRIGGERS); + + /** + * An uncommented item + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("id", org.jooq.impl.SQLDataType.INTEGER, T_TRIGGERS); + + /** + * An uncommented item + */ + public static final org.jooq.TableField COUNTER = new org.jooq.impl.TableFieldImpl("counter", org.jooq.impl.SQLDataType.INTEGER, T_TRIGGERS); + + /** + * No further instances allowed + */ + private TTriggers() { + super("t_triggers", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + public org.jooq.Identity getIdentity() { + return org.jooq.test.ase.generatedclasses.Keys.IDENTITY_t_triggers; + } + + @Override + public org.jooq.UniqueKey getMainKey() { + return org.jooq.test.ase.generatedclasses.Keys.pk_t_triggers; + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getKeys() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.pk_t_triggers); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_639NumbersTable.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_639NumbersTable.java new file mode 100644 index 0000000000..76d1cd766a --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_639NumbersTable.java @@ -0,0 +1,117 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class T_639NumbersTable extends org.jooq.impl.UpdatableTableImpl { + + private static final long serialVersionUID = 1347034034; + + /** + * The singleton instance of t_639_numbers_table + */ + public static final org.jooq.test.ase.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = new org.jooq.test.ase.generatedclasses.tables.T_639NumbersTable(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.T_639NumbersTableRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + * + * PRIMARY KEY + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("ID", org.jooq.impl.SQLDataType.INTEGER, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField BYTE = new org.jooq.impl.TableFieldImpl("BYTE", org.jooq.impl.SQLDataType.TINYINT, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField SHORT = new org.jooq.impl.TableFieldImpl("SHORT", org.jooq.impl.SQLDataType.SMALLINT, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField INTEGER = new org.jooq.impl.TableFieldImpl("INTEGER", org.jooq.impl.SQLDataType.INTEGER, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField LONG = new org.jooq.impl.TableFieldImpl("LONG", org.jooq.impl.SQLDataType.BIGINT, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField BYTE_DECIMAL = new org.jooq.impl.TableFieldImpl("BYTE_DECIMAL", org.jooq.impl.SQLDataType.TINYINT, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField SHORT_DECIMAL = new org.jooq.impl.TableFieldImpl("SHORT_DECIMAL", org.jooq.impl.SQLDataType.SMALLINT, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField INTEGER_DECIMAL = new org.jooq.impl.TableFieldImpl("INTEGER_DECIMAL", org.jooq.impl.SQLDataType.INTEGER, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField LONG_DECIMAL = new org.jooq.impl.TableFieldImpl("LONG_DECIMAL", org.jooq.impl.SQLDataType.BIGINT, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField BIG_INTEGER = new org.jooq.impl.TableFieldImpl("BIG_INTEGER", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField BIG_DECIMAL = new org.jooq.impl.TableFieldImpl("BIG_DECIMAL", org.jooq.impl.SQLDataType.DECIMAL, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField FLOAT = new org.jooq.impl.TableFieldImpl("FLOAT", org.jooq.impl.SQLDataType.REAL, T_639_NUMBERS_TABLE); + + /** + * An uncommented item + */ + public static final org.jooq.TableField DOUBLE = new org.jooq.impl.TableFieldImpl("DOUBLE", org.jooq.impl.SQLDataType.FLOAT, T_639_NUMBERS_TABLE); + + /** + * No further instances allowed + */ + private T_639NumbersTable() { + super("t_639_numbers_table", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + public org.jooq.UniqueKey getMainKey() { + return org.jooq.test.ase.generatedclasses.Keys.pk_t_639_numbers_table; + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getKeys() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.pk_t_639_numbers_table); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_658Ref.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_658Ref.java new file mode 100644 index 0000000000..e4ef8109c2 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_658Ref.java @@ -0,0 +1,105 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class T_658Ref extends org.jooq.impl.TableImpl { + + private static final long serialVersionUID = -1706441193; + + /** + * The singleton instance of t_658_ref + */ + public static final org.jooq.test.ase.generatedclasses.tables.T_658Ref T_658_REF = new org.jooq.test.ase.generatedclasses.tables.T_658Ref(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.T_658RefRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.t_658_ref.ref_11]
+	 * REFERENCES t_658_11 [dbo.t_658_11.id]
+	 * 
+ */ + public static final org.jooq.TableField REF_11 = new org.jooq.impl.TableFieldImpl("ref_11", org.jooq.impl.SQLDataType.CHAR.asMasterDataType(org.jooq.test.ase.generatedclasses.enums.T_658_11.class), T_658_REF); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.t_658_ref.ref_21]
+	 * REFERENCES t_658_21 [dbo.t_658_21.id]
+	 * 
+ */ + public static final org.jooq.TableField REF_21 = new org.jooq.impl.TableFieldImpl("ref_21", org.jooq.impl.SQLDataType.INTEGER.asMasterDataType(org.jooq.test.ase.generatedclasses.enums.T_658_21.class), T_658_REF); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.t_658_ref.ref_31]
+	 * REFERENCES t_658_31 [dbo.t_658_31.id]
+	 * 
+ */ + public static final org.jooq.TableField REF_31 = new org.jooq.impl.TableFieldImpl("ref_31", org.jooq.impl.SQLDataType.BIGINT.asMasterDataType(org.jooq.test.ase.generatedclasses.enums.T_658_31.class), T_658_REF); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.t_658_ref.ref_12]
+	 * REFERENCES t_658_12 [dbo.t_658_12.id]
+	 * 
+ */ + public static final org.jooq.TableField REF_12 = new org.jooq.impl.TableFieldImpl("ref_12", org.jooq.impl.SQLDataType.CHAR.asMasterDataType(org.jooq.test.ase.generatedclasses.enums.T_658_12.class), T_658_REF); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.t_658_ref.ref_22]
+	 * REFERENCES t_658_22 [dbo.t_658_22.id]
+	 * 
+ */ + public static final org.jooq.TableField REF_22 = new org.jooq.impl.TableFieldImpl("ref_22", org.jooq.impl.SQLDataType.INTEGER.asMasterDataType(org.jooq.test.ase.generatedclasses.enums.T_658_22.class), T_658_REF); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.t_658_ref.ref_32]
+	 * REFERENCES t_658_32 [dbo.t_658_32.id]
+	 * 
+ */ + public static final org.jooq.TableField REF_32 = new org.jooq.impl.TableFieldImpl("ref_32", org.jooq.impl.SQLDataType.BIGINT.asMasterDataType(org.jooq.test.ase.generatedclasses.enums.T_658_32.class), T_658_REF); + + /** + * No further instances allowed + */ + private T_658Ref() { + super("t_658_ref", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getReferences() { + return java.util.Arrays.>asList(); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_725LobTest.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_725LobTest.java new file mode 100644 index 0000000000..fc9753c0c8 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_725LobTest.java @@ -0,0 +1,62 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class T_725LobTest extends org.jooq.impl.UpdatableTableImpl { + + private static final long serialVersionUID = 1457356083; + + /** + * The singleton instance of t_725_lob_test + */ + public static final org.jooq.test.ase.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = new org.jooq.test.ase.generatedclasses.tables.T_725LobTest(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.T_725LobTestRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + * + * PRIMARY KEY + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("id", org.jooq.impl.SQLDataType.INTEGER, T_725_LOB_TEST); + + /** + * An uncommented item + */ + public static final org.jooq.TableField LOB = new org.jooq.impl.TableFieldImpl("lob", org.jooq.impl.SQLDataType.BINARY, T_725_LOB_TEST); + + /** + * No further instances allowed + */ + private T_725LobTest() { + super("t_725_lob_test", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + public org.jooq.UniqueKey getMainKey() { + return org.jooq.test.ase.generatedclasses.Keys.pk_t_725_lob_test; + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getKeys() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.pk_t_725_lob_test); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_785.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_785.java new file mode 100644 index 0000000000..fddf2a8bc3 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/T_785.java @@ -0,0 +1,54 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class T_785 extends org.jooq.impl.TableImpl { + + private static final long serialVersionUID = -798565756; + + /** + * The singleton instance of t_785 + */ + public static final org.jooq.test.ase.generatedclasses.tables.T_785 T_785 = new org.jooq.test.ase.generatedclasses.tables.T_785(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.T_785Record.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("ID", org.jooq.impl.SQLDataType.INTEGER, T_785); + + /** + * An uncommented item + */ + public static final org.jooq.TableField NAME = new org.jooq.impl.TableFieldImpl("NAME", org.jooq.impl.SQLDataType.VARCHAR, T_785); + + /** + * An uncommented item + */ + public static final org.jooq.TableField VALUE = new org.jooq.impl.TableFieldImpl("VALUE", org.jooq.impl.SQLDataType.VARCHAR, T_785); + + /** + * No further instances allowed + */ + private T_785() { + super("t_785", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VAuthor.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VAuthor.java new file mode 100644 index 0000000000..5dcad7fece --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VAuthor.java @@ -0,0 +1,69 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class VAuthor extends org.jooq.impl.TableImpl { + + private static final long serialVersionUID = -368130505; + + /** + * The singleton instance of v_author + */ + public static final org.jooq.test.ase.generatedclasses.tables.VAuthor V_AUTHOR = new org.jooq.test.ase.generatedclasses.tables.VAuthor(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.VAuthorRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("id", org.jooq.impl.SQLDataType.INTEGER, V_AUTHOR); + + /** + * An uncommented item + */ + public static final org.jooq.TableField FIRST_NAME = new org.jooq.impl.TableFieldImpl("first_name", org.jooq.impl.SQLDataType.VARCHAR, V_AUTHOR); + + /** + * An uncommented item + */ + public static final org.jooq.TableField LAST_NAME = new org.jooq.impl.TableFieldImpl("last_name", org.jooq.impl.SQLDataType.VARCHAR, V_AUTHOR); + + /** + * An uncommented item + */ + public static final org.jooq.TableField DATE_OF_BIRTH = new org.jooq.impl.TableFieldImpl("date_of_birth", org.jooq.impl.SQLDataType.DATE, V_AUTHOR); + + /** + * An uncommented item + */ + public static final org.jooq.TableField YEAR_OF_BIRTH = new org.jooq.impl.TableFieldImpl("year_of_birth", org.jooq.impl.SQLDataType.INTEGER, V_AUTHOR); + + /** + * An uncommented item + */ + public static final org.jooq.TableField ADDRESS = new org.jooq.impl.TableFieldImpl("address", org.jooq.impl.SQLDataType.VARCHAR, V_AUTHOR); + + /** + * No further instances allowed + */ + private VAuthor() { + super("v_author", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VBook.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VBook.java new file mode 100644 index 0000000000..1b527795a9 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VBook.java @@ -0,0 +1,84 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class VBook extends org.jooq.impl.TableImpl { + + private static final long serialVersionUID = -950712335; + + /** + * The singleton instance of v_book + */ + public static final org.jooq.test.ase.generatedclasses.tables.VBook V_BOOK = new org.jooq.test.ase.generatedclasses.tables.VBook(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.VBookRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("id", org.jooq.impl.SQLDataType.INTEGER, V_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField AUTHOR_ID = new org.jooq.impl.TableFieldImpl("author_id", org.jooq.impl.SQLDataType.INTEGER, V_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField CO_AUTHOR_ID = new org.jooq.impl.TableFieldImpl("co_author_id", org.jooq.impl.SQLDataType.INTEGER, V_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField DETAILS_ID = new org.jooq.impl.TableFieldImpl("details_id", org.jooq.impl.SQLDataType.INTEGER, V_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField TITLE = new org.jooq.impl.TableFieldImpl("title", org.jooq.impl.SQLDataType.VARCHAR, V_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField PUBLISHED_IN = new org.jooq.impl.TableFieldImpl("published_in", org.jooq.impl.SQLDataType.INTEGER, V_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField LANGUAGE_ID = new org.jooq.impl.TableFieldImpl("language_id", org.jooq.impl.SQLDataType.INTEGER, V_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField CONTENT_TEXT = new org.jooq.impl.TableFieldImpl("content_text", org.jooq.impl.SQLDataType.LONGVARCHAR, V_BOOK); + + /** + * An uncommented item + */ + public static final org.jooq.TableField CONTENT_PDF = new org.jooq.impl.TableFieldImpl("content_pdf", org.jooq.impl.SQLDataType.BINARY, V_BOOK); + + /** + * No further instances allowed + */ + private VBook() { + super("v_book", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VLibrary.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VLibrary.java new file mode 100644 index 0000000000..6441239d4c --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/VLibrary.java @@ -0,0 +1,49 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class VLibrary extends org.jooq.impl.TableImpl { + + private static final long serialVersionUID = 1969863024; + + /** + * The singleton instance of v_library + */ + public static final org.jooq.test.ase.generatedclasses.tables.VLibrary V_LIBRARY = new org.jooq.test.ase.generatedclasses.tables.VLibrary(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.VLibraryRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + */ + public static final org.jooq.TableField AUTHOR = new org.jooq.impl.TableFieldImpl("author", org.jooq.impl.SQLDataType.VARCHAR, V_LIBRARY); + + /** + * An uncommented item + */ + public static final org.jooq.TableField TITLE = new org.jooq.impl.TableFieldImpl("title", org.jooq.impl.SQLDataType.VARCHAR, V_LIBRARY); + + /** + * No further instances allowed + */ + private VLibrary() { + super("v_library", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_64_69.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_64_69.java new file mode 100644 index 0000000000..5a319f5eed --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_64_69.java @@ -0,0 +1,73 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class XTestCase_64_69 extends org.jooq.impl.UpdatableTableImpl { + + private static final long serialVersionUID = -210626245; + + /** + * The singleton instance of x_test_case_64_69 + */ + public static final org.jooq.test.ase.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = new org.jooq.test.ase.generatedclasses.tables.XTestCase_64_69(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.XTestCase_64_69Record.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + * + * PRIMARY KEY + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("ID", org.jooq.impl.SQLDataType.INTEGER, X_TEST_CASE_64_69); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.x_test_case_64_69.UNUSED_ID]
+	 * REFERENCES x_unused [dbo.x_unused.ID]
+	 * 
+ */ + public static final org.jooq.TableField UNUSED_ID = new org.jooq.impl.TableFieldImpl("UNUSED_ID", org.jooq.impl.SQLDataType.INTEGER, X_TEST_CASE_64_69); + + /** + * No further instances allowed + */ + private XTestCase_64_69() { + super("x_test_case_64_69", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + public org.jooq.UniqueKey getMainKey() { + return org.jooq.test.ase.generatedclasses.Keys.pk_x_test_case_64_69; + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getKeys() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.pk_x_test_case_64_69); + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getReferences() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.fk_x_test_case_64_69); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_71.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_71.java new file mode 100644 index 0000000000..00d6026bad --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_71.java @@ -0,0 +1,73 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class XTestCase_71 extends org.jooq.impl.UpdatableTableImpl { + + private static final long serialVersionUID = 306544817; + + /** + * The singleton instance of x_test_case_71 + */ + public static final org.jooq.test.ase.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = new org.jooq.test.ase.generatedclasses.tables.XTestCase_71(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.XTestCase_71Record.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + * + * PRIMARY KEY + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("ID", org.jooq.impl.SQLDataType.INTEGER, X_TEST_CASE_71); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.x_test_case_71.TEST_CASE_64_69_ID]
+	 * REFERENCES x_test_case_64_69 [dbo.x_test_case_64_69.ID]
+	 * 
+ */ + public static final org.jooq.TableField TEST_CASE_64_69_ID = new org.jooq.impl.TableFieldImpl("TEST_CASE_64_69_ID", org.jooq.impl.SQLDataType.INTEGER, X_TEST_CASE_71); + + /** + * No further instances allowed + */ + private XTestCase_71() { + super("x_test_case_71", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + public org.jooq.UniqueKey getMainKey() { + return org.jooq.test.ase.generatedclasses.Keys.pk_x_test_case_71; + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getKeys() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.pk_x_test_case_71); + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getReferences() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.fk_x_test_case_71); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_85.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_85.java new file mode 100644 index 0000000000..998b14e256 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XTestCase_85.java @@ -0,0 +1,83 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class XTestCase_85 extends org.jooq.impl.UpdatableTableImpl { + + private static final long serialVersionUID = -1982854411; + + /** + * The singleton instance of x_test_case_85 + */ + public static final org.jooq.test.ase.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = new org.jooq.test.ase.generatedclasses.tables.XTestCase_85(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.XTestCase_85Record.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + * + * PRIMARY KEY + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("id", org.jooq.impl.SQLDataType.INTEGER, X_TEST_CASE_85); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.x_test_case_85.x_unused_id, dbo.x_test_case_85.x_unused_name]
+	 * REFERENCES x_unused [dbo.x_unused.ID, dbo.x_unused.NAME]
+	 * 
+ */ + public static final org.jooq.TableField X_UNUSED_ID = new org.jooq.impl.TableFieldImpl("x_unused_id", org.jooq.impl.SQLDataType.INTEGER, X_TEST_CASE_85); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.x_test_case_85.x_unused_id, dbo.x_test_case_85.x_unused_name]
+	 * REFERENCES x_unused [dbo.x_unused.ID, dbo.x_unused.NAME]
+	 * 
+ */ + public static final org.jooq.TableField X_UNUSED_NAME = new org.jooq.impl.TableFieldImpl("x_unused_name", org.jooq.impl.SQLDataType.VARCHAR, X_TEST_CASE_85); + + /** + * No further instances allowed + */ + private XTestCase_85() { + super("x_test_case_85", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + public org.jooq.UniqueKey getMainKey() { + return org.jooq.test.ase.generatedclasses.Keys.pk_x_test_case_85; + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getKeys() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.pk_x_test_case_85); + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getReferences() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.fk_x_test_case_85); + } +} diff --git a/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XUnused.java b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XUnused.java new file mode 100644 index 0000000000..8e373b8bc9 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/XUnused.java @@ -0,0 +1,140 @@ +/** + * This class is generated by jOOQ + */ +package org.jooq.test.ase.generatedclasses.tables; + +/** + * This class is generated by jOOQ. + */ +@javax.annotation.Generated(value = "http://jooq.sourceforge.net", + comments = "This class is generated by jOOQ") +public class XUnused extends org.jooq.impl.UpdatableTableImpl { + + private static final long serialVersionUID = 1327592093; + + /** + * The singleton instance of x_unused + */ + public static final org.jooq.test.ase.generatedclasses.tables.XUnused X_UNUSED = new org.jooq.test.ase.generatedclasses.tables.XUnused(); + + /** + * The class holding records for this type + */ + private static final java.lang.Class __RECORD_TYPE = org.jooq.test.ase.generatedclasses.tables.records.XUnusedRecord.class; + + /** + * The class holding records for this type + */ + @Override + public java.lang.Class getRecordType() { + return __RECORD_TYPE; + } + + /** + * An uncommented item + * + * PRIMARY KEY + */ + public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("ID", org.jooq.impl.SQLDataType.INTEGER, X_UNUSED); + + /** + * An uncommented item + * + * PRIMARY KEY + */ + public static final org.jooq.TableField NAME = new org.jooq.impl.TableFieldImpl("NAME", org.jooq.impl.SQLDataType.VARCHAR, X_UNUSED); + + /** + * An uncommented item + */ + public static final org.jooq.TableField BIG_INTEGER = new org.jooq.impl.TableFieldImpl("BIG_INTEGER", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, X_UNUSED); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.x_unused.ID_REF, dbo.x_unused.NAME_REF]
+	 * REFERENCES x_unused [dbo.x_unused.ID, dbo.x_unused.NAME]
+	 * 
+ */ + public static final org.jooq.TableField ID_REF = new org.jooq.impl.TableFieldImpl("ID_REF", org.jooq.impl.SQLDataType.INTEGER, X_UNUSED); + + /** + * An uncommented item + *

+ *

+	 * FOREIGN KEY [dbo.x_unused.ID_REF, dbo.x_unused.NAME_REF]
+	 * REFERENCES x_unused [dbo.x_unused.ID, dbo.x_unused.NAME]
+	 * 
+ */ + public static final org.jooq.TableField NAME_REF = new org.jooq.impl.TableFieldImpl("NAME_REF", org.jooq.impl.SQLDataType.VARCHAR, X_UNUSED); + + /** + * An uncommented item + */ + public static final org.jooq.TableField CLASS = new org.jooq.impl.TableFieldImpl("CLASS", org.jooq.impl.SQLDataType.INTEGER, X_UNUSED); + + /** + * An uncommented item + */ + public static final org.jooq.TableField FIELDS = new org.jooq.impl.TableFieldImpl("FIELDS", org.jooq.impl.SQLDataType.INTEGER, X_UNUSED); + + /** + * An uncommented item + */ + public static final org.jooq.TableField CONFIGURATION = new org.jooq.impl.TableFieldImpl("CONFIGURATION", org.jooq.impl.SQLDataType.INTEGER, X_UNUSED); + + /** + * An uncommented item + */ + public static final org.jooq.TableField U_D_T = new org.jooq.impl.TableFieldImpl("U_D_T", org.jooq.impl.SQLDataType.INTEGER, X_UNUSED); + + /** + * An uncommented item + */ + public static final org.jooq.TableField META_DATA = new org.jooq.impl.TableFieldImpl("META_DATA", org.jooq.impl.SQLDataType.INTEGER, X_UNUSED); + + /** + * An uncommented item + */ + public static final org.jooq.TableField TYPE0 = new org.jooq.impl.TableFieldImpl("TYPE0", org.jooq.impl.SQLDataType.INTEGER, X_UNUSED); + + /** + * An uncommented item + */ + public static final org.jooq.TableField PRIMARY_KEY = new org.jooq.impl.TableFieldImpl("PRIMARY_KEY", org.jooq.impl.SQLDataType.INTEGER, X_UNUSED); + + /** + * An uncommented item + */ + public static final org.jooq.TableField PRIMARYKEY = new org.jooq.impl.TableFieldImpl("PRIMARYKEY", org.jooq.impl.SQLDataType.INTEGER, X_UNUSED); + + /** + * An uncommented item + */ + public static final org.jooq.TableField FIELD_737 = new org.jooq.impl.TableFieldImpl("FIELD 737", org.jooq.impl.SQLDataType.DECIMAL, X_UNUSED); + + /** + * No further instances allowed + */ + private XUnused() { + super("x_unused", org.jooq.test.ase.generatedclasses.Dbo.DBO); + } + + @Override + public org.jooq.UniqueKey getMainKey() { + return org.jooq.test.ase.generatedclasses.Keys.pk_x_unused; + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getKeys() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.pk_x_unused, org.jooq.test.ase.generatedclasses.Keys.uk_x_unused_id); + } + + @Override + @SuppressWarnings("unchecked") + public java.util.List> getReferences() { + return java.util.Arrays.>asList(org.jooq.test.ase.generatedclasses.Keys.fk_x_unused_self); + } +}