[#2594] Regenerated Access database
This commit is contained in:
parent
07f35be833
commit
b5a00d70f7
@ -21,6 +21,18 @@ public class Keys {
|
||||
// UNIQUE and PRIMARY KEY definitions
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.T_639NumbersTableRecord> PK_T_639_NUMBERS_TABLE = UniqueKeys0.PK_T_639_NUMBERS_TABLE;
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.T_725LobTestRecord> PK_T_725_LOB_TEST = UniqueKeys0.PK_T_725_LOB_TEST;
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TAuthorRecord> PK_T_AUTHOR = UniqueKeys0.PK_T_AUTHOR;
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBookRecord> PK_T_BOOK = UniqueKeys0.PK_T_BOOK;
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBookStoreRecord> PK_T_BOOK_STORE = UniqueKeys0.PK_T_BOOK_STORE;
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBooleansRecord> PK_T_BOOLEANS = UniqueKeys0.PK_T_BOOLEANS;
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TDatesRecord> PK_T_DATES = UniqueKeys0.PK_T_DATES;
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TExoticTypesRecord> PK_T_EXOTIC_TYPES = UniqueKeys0.PK_T_EXOTIC_TYPES;
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TIdentityRecord> PK_T_IDENTITY = UniqueKeys0.PK_T_IDENTITY;
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TIdentityPkRecord> PK_T_IDENTITY_PK = UniqueKeys0.PK_T_IDENTITY_PK;
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TLanguageRecord> PK_T_LANGUAGE = UniqueKeys0.PK_T_LANGUAGE;
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TTriggersRecord> PK_T_TRIGGERS = UniqueKeys0.PK_T_TRIGGERS;
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// FOREIGN KEY definitions
|
||||
@ -30,4 +42,19 @@ public class Keys {
|
||||
// -------------------------------------------------------------------------
|
||||
// [#1459] distribute members to avoid static initialisers > 64kb
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
private static class UniqueKeys0 extends org.jooq.impl.AbstractKeys {
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.T_639NumbersTableRecord> PK_T_639_NUMBERS_TABLE = createUniqueKey(org.jooq.test.access.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE, org.jooq.test.access.generatedclasses.tables.T_639NumbersTable.ID);
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.T_725LobTestRecord> PK_T_725_LOB_TEST = createUniqueKey(org.jooq.test.access.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST, org.jooq.test.access.generatedclasses.tables.T_725LobTest.ID);
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TAuthorRecord> PK_T_AUTHOR = createUniqueKey(org.jooq.test.access.generatedclasses.tables.TAuthor.T_AUTHOR, org.jooq.test.access.generatedclasses.tables.TAuthor.ID);
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBookRecord> PK_T_BOOK = createUniqueKey(org.jooq.test.access.generatedclasses.tables.TBook.T_BOOK, org.jooq.test.access.generatedclasses.tables.TBook.ID);
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBookStoreRecord> PK_T_BOOK_STORE = createUniqueKey(org.jooq.test.access.generatedclasses.tables.TBookStore.T_BOOK_STORE, org.jooq.test.access.generatedclasses.tables.TBookStore.XNAME);
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBooleansRecord> PK_T_BOOLEANS = createUniqueKey(org.jooq.test.access.generatedclasses.tables.TBooleans.T_BOOLEANS, org.jooq.test.access.generatedclasses.tables.TBooleans.ID);
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TDatesRecord> PK_T_DATES = createUniqueKey(org.jooq.test.access.generatedclasses.tables.TDates.T_DATES, org.jooq.test.access.generatedclasses.tables.TDates.ID);
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TExoticTypesRecord> PK_T_EXOTIC_TYPES = createUniqueKey(org.jooq.test.access.generatedclasses.tables.TExoticTypes.T_EXOTIC_TYPES, org.jooq.test.access.generatedclasses.tables.TExoticTypes.ID);
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TIdentityRecord> PK_T_IDENTITY = createUniqueKey(org.jooq.test.access.generatedclasses.tables.TIdentity.T_IDENTITY, org.jooq.test.access.generatedclasses.tables.TIdentity.ID);
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TIdentityPkRecord> PK_T_IDENTITY_PK = createUniqueKey(org.jooq.test.access.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK, org.jooq.test.access.generatedclasses.tables.TIdentityPk.ID);
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TLanguageRecord> PK_T_LANGUAGE = createUniqueKey(org.jooq.test.access.generatedclasses.tables.TLanguage.T_LANGUAGE, org.jooq.test.access.generatedclasses.tables.TLanguage.ID);
|
||||
public static final org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TTriggersRecord> PK_T_TRIGGERS = createUniqueKey(org.jooq.test.access.generatedclasses.tables.TTriggers.T_TRIGGERS, org.jooq.test.access.generatedclasses.tables.TTriggers.ID_GENERATED);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TAuthor extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.TAuthorRecord> {
|
||||
|
||||
private static final long serialVersionUID = -2093061946;
|
||||
private static final long serialVersionUID = 60169958;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_AUTHOR</code>
|
||||
@ -60,4 +60,20 @@ public class TAuthor extends org.jooq.impl.TableImpl<org.jooq.test.access.genera
|
||||
private TAuthor() {
|
||||
super("T_AUTHOR", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TAuthorRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_AUTHOR;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TAuthorRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TAuthorRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_AUTHOR);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBook extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.TBookRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1928997220;
|
||||
private static final long serialVersionUID = 272376038;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_BOOK</code>
|
||||
@ -75,4 +75,20 @@ public class TBook extends org.jooq.impl.TableImpl<org.jooq.test.access.generate
|
||||
private TBook() {
|
||||
super("T_BOOK", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBookRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_BOOK;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBookRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBookRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_BOOK);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBookStore extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.TBookStoreRecord> {
|
||||
|
||||
private static final long serialVersionUID = -796676579;
|
||||
private static final long serialVersionUID = -2137699300;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_BOOK_STORE</code>
|
||||
@ -35,4 +35,20 @@ public class TBookStore extends org.jooq.impl.TableImpl<org.jooq.test.access.gen
|
||||
private TBookStore() {
|
||||
super("T_BOOK_STORE", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBookStoreRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_BOOK_STORE;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBookStoreRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBookStoreRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_BOOK_STORE);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBookToBookStore extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.TBookToBookStoreRecord> {
|
||||
|
||||
private static final long serialVersionUID = 911489800;
|
||||
private static final long serialVersionUID = -1435852740;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_BOOK_TO_BOOK_STORE</code>
|
||||
@ -32,12 +32,12 @@ public class TBookToBookStore extends org.jooq.impl.TableImpl<org.jooq.test.acce
|
||||
/**
|
||||
* The column <code>T_BOOK_TO_BOOK_STORE.BOOK_ID</code>.
|
||||
*/
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TBookToBookStoreRecord, java.lang.Short> BOOK_ID = createField("BOOK_ID", org.jooq.impl.SQLDataType.SMALLINT, T_BOOK_TO_BOOK_STORE);
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TBookToBookStoreRecord, java.lang.Integer> BOOK_ID = createField("BOOK_ID", org.jooq.impl.SQLDataType.INTEGER, T_BOOK_TO_BOOK_STORE);
|
||||
|
||||
/**
|
||||
* The column <code>T_BOOK_TO_BOOK_STORE.STOCK</code>.
|
||||
*/
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TBookToBookStoreRecord, java.lang.Short> STOCK = createField("STOCK", org.jooq.impl.SQLDataType.SMALLINT, T_BOOK_TO_BOOK_STORE);
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TBookToBookStoreRecord, java.lang.Integer> STOCK = createField("STOCK", org.jooq.impl.SQLDataType.INTEGER, T_BOOK_TO_BOOK_STORE);
|
||||
|
||||
/**
|
||||
* No further instances allowed
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBooleans extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.TBooleansRecord> {
|
||||
|
||||
private static final long serialVersionUID = -1776897196;
|
||||
private static final long serialVersionUID = -612429480;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_BOOLEANS</code>
|
||||
@ -85,4 +85,20 @@ public class TBooleans extends org.jooq.impl.TableImpl<org.jooq.test.access.gene
|
||||
private TBooleans() {
|
||||
super("T_BOOLEANS", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBooleansRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_BOOLEANS;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBooleansRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TBooleansRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_BOOLEANS);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TDates extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.TDatesRecord> {
|
||||
|
||||
private static final long serialVersionUID = -2113391740;
|
||||
private static final long serialVersionUID = -1602249302;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_DATES</code>
|
||||
@ -60,4 +60,20 @@ public class TDates extends org.jooq.impl.TableImpl<org.jooq.test.access.generat
|
||||
private TDates() {
|
||||
super("T_DATES", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TDatesRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_DATES;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TDatesRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TDatesRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_DATES);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TExoticTypes extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.TExoticTypesRecord> {
|
||||
|
||||
private static final long serialVersionUID = -1966045239;
|
||||
private static final long serialVersionUID = -2099800759;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_EXOTIC_TYPES</code>
|
||||
@ -32,7 +32,7 @@ public class TExoticTypes extends org.jooq.impl.TableImpl<org.jooq.test.access.g
|
||||
/**
|
||||
* The column <code>T_EXOTIC_TYPES.UU</code>.
|
||||
*/
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TExoticTypesRecord, java.lang.String> UU = createField("UU", org.jooq.impl.SQLDataType.VARCHAR.length(36), T_EXOTIC_TYPES);
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TExoticTypesRecord, java.util.UUID> UU = createField("UU", org.jooq.impl.SQLDataType.UUID, T_EXOTIC_TYPES);
|
||||
|
||||
/**
|
||||
* No further instances allowed
|
||||
@ -40,4 +40,20 @@ public class TExoticTypes extends org.jooq.impl.TableImpl<org.jooq.test.access.g
|
||||
private TExoticTypes() {
|
||||
super("T_EXOTIC_TYPES", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TExoticTypesRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_EXOTIC_TYPES;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TExoticTypesRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TExoticTypesRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_EXOTIC_TYPES);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TIdentity extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.TIdentityRecord> {
|
||||
|
||||
private static final long serialVersionUID = -144428503;
|
||||
private static final long serialVersionUID = -1523211008;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_IDENTITY</code>
|
||||
@ -27,7 +27,7 @@ public class TIdentity extends org.jooq.impl.TableImpl<org.jooq.test.access.gene
|
||||
/**
|
||||
* The column <code>T_IDENTITY.ID</code>.
|
||||
*/
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TIdentityRecord, java.lang.Short> ID = createField("ID", org.jooq.impl.SQLDataType.SMALLINT, T_IDENTITY);
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TIdentityRecord, java.lang.Integer> ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER, T_IDENTITY);
|
||||
|
||||
/**
|
||||
* The column <code>T_IDENTITY.VAL</code>.
|
||||
@ -40,4 +40,20 @@ public class TIdentity extends org.jooq.impl.TableImpl<org.jooq.test.access.gene
|
||||
private TIdentity() {
|
||||
super("T_IDENTITY", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TIdentityRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_IDENTITY;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TIdentityRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TIdentityRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_IDENTITY);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TIdentityPk extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.TIdentityPkRecord> {
|
||||
|
||||
private static final long serialVersionUID = 735494338;
|
||||
private static final long serialVersionUID = 2083515486;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_IDENTITY_PK</code>
|
||||
@ -27,7 +27,7 @@ public class TIdentityPk extends org.jooq.impl.TableImpl<org.jooq.test.access.ge
|
||||
/**
|
||||
* The column <code>T_IDENTITY_PK.ID</code>.
|
||||
*/
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TIdentityPkRecord, java.lang.Short> ID = createField("ID", org.jooq.impl.SQLDataType.SMALLINT, T_IDENTITY_PK);
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TIdentityPkRecord, java.lang.Integer> ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER, T_IDENTITY_PK);
|
||||
|
||||
/**
|
||||
* The column <code>T_IDENTITY_PK.VAL</code>.
|
||||
@ -40,4 +40,20 @@ public class TIdentityPk extends org.jooq.impl.TableImpl<org.jooq.test.access.ge
|
||||
private TIdentityPk() {
|
||||
super("T_IDENTITY_PK", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TIdentityPkRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_IDENTITY_PK;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TIdentityPkRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TIdentityPkRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_IDENTITY_PK);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TLanguage extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.TLanguageRecord> {
|
||||
|
||||
private static final long serialVersionUID = -1153000191;
|
||||
private static final long serialVersionUID = -1441045232;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_LANGUAGE</code>
|
||||
@ -42,7 +42,7 @@ public class TLanguage extends org.jooq.impl.TableImpl<org.jooq.test.access.gene
|
||||
/**
|
||||
* The column <code>T_LANGUAGE.ID</code>.
|
||||
*/
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TLanguageRecord, java.lang.Short> ID = createField("ID", org.jooq.impl.SQLDataType.SMALLINT, T_LANGUAGE);
|
||||
public static final org.jooq.TableField<org.jooq.test.access.generatedclasses.tables.records.TLanguageRecord, java.lang.Integer> ID = createField("ID", org.jooq.impl.SQLDataType.INTEGER, T_LANGUAGE);
|
||||
|
||||
/**
|
||||
* No further instances allowed
|
||||
@ -50,4 +50,20 @@ public class TLanguage extends org.jooq.impl.TableImpl<org.jooq.test.access.gene
|
||||
private TLanguage() {
|
||||
super("T_LANGUAGE", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TLanguageRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_LANGUAGE;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TLanguageRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TLanguageRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_LANGUAGE);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TTriggers extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.TTriggersRecord> {
|
||||
|
||||
private static final long serialVersionUID = 556522284;
|
||||
private static final long serialVersionUID = 1757208304;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_TRIGGERS</code>
|
||||
@ -45,4 +45,20 @@ public class TTriggers extends org.jooq.impl.TableImpl<org.jooq.test.access.gene
|
||||
private TTriggers() {
|
||||
super("T_TRIGGERS", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TTriggersRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_TRIGGERS;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TTriggersRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.TTriggersRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_TRIGGERS);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class T_639NumbersTable extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.T_639NumbersTableRecord> {
|
||||
|
||||
private static final long serialVersionUID = 921721274;
|
||||
private static final long serialVersionUID = 1574932462;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_639_NUMBERS_TABLE</code>
|
||||
@ -95,4 +95,20 @@ public class T_639NumbersTable extends org.jooq.impl.TableImpl<org.jooq.test.acc
|
||||
private T_639NumbersTable() {
|
||||
super("T_639_NUMBERS_TABLE", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.T_639NumbersTableRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_639_NUMBERS_TABLE;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.T_639NumbersTableRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.T_639NumbersTableRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_639_NUMBERS_TABLE);
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ package org.jooq.test.access.generatedclasses.tables;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class T_725LobTest extends org.jooq.impl.TableImpl<org.jooq.test.access.generatedclasses.tables.records.T_725LobTestRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1335199767;
|
||||
private static final long serialVersionUID = 1089417720;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>T_725_LOB_TEST</code>
|
||||
@ -40,4 +40,20 @@ public class T_725LobTest extends org.jooq.impl.TableImpl<org.jooq.test.access.g
|
||||
private T_725LobTest() {
|
||||
super("T_725_LOB_TEST", org.jooq.test.access.generatedclasses.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.T_725LobTestRecord> getPrimaryKey() {
|
||||
return org.jooq.test.access.generatedclasses.Keys.PK_T_725_LOB_TEST;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.T_725LobTestRecord>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.test.access.generatedclasses.tables.records.T_725LobTestRecord>>asList(org.jooq.test.access.generatedclasses.Keys.PK_T_725_LOB_TEST);
|
||||
}
|
||||
}
|
||||
|
||||
@ -7,9 +7,9 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TAuthorRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TAuthorRecord> implements org.jooq.Record6<java.lang.Integer, java.lang.String, java.lang.String, java.sql.Timestamp, java.lang.Integer, java.lang.String> {
|
||||
public class TAuthorRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TAuthorRecord> implements org.jooq.Record6<java.lang.Integer, java.lang.String, java.lang.String, java.sql.Timestamp, java.lang.Integer, java.lang.String> {
|
||||
|
||||
private static final long serialVersionUID = -1914961979;
|
||||
private static final long serialVersionUID = -2003192962;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_AUTHOR.ID</code>.
|
||||
@ -95,6 +95,18 @@ public class TAuthorRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.a
|
||||
return (java.lang.String) getValue(5);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.Integer> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record6 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -7,9 +7,9 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBookRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TBookRecord> implements org.jooq.Record9<java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String, byte[]> {
|
||||
public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TBookRecord> implements org.jooq.Record9<java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String, byte[]> {
|
||||
|
||||
private static final long serialVersionUID = -1997419681;
|
||||
private static final long serialVersionUID = -296795116;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_BOOK.ID</code>.
|
||||
@ -137,6 +137,18 @@ public class TBookRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.acc
|
||||
return (byte[]) getValue(8);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.Integer> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record9 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -7,9 +7,9 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBookStoreRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TBookStoreRecord> implements org.jooq.Record1<java.lang.String> {
|
||||
public class TBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TBookStoreRecord> implements org.jooq.Record1<java.lang.String> {
|
||||
|
||||
private static final long serialVersionUID = -1873574791;
|
||||
private static final long serialVersionUID = -568829543;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_BOOK_STORE.XNAME</code>.
|
||||
@ -25,6 +25,18 @@ public class TBookStoreRecord extends org.jooq.impl.TableRecordImpl<org.jooq.tes
|
||||
return (java.lang.String) getValue(0);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.String> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record1 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -7,9 +7,9 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBookToBookStoreRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TBookToBookStoreRecord> implements org.jooq.Record3<java.lang.String, java.lang.Short, java.lang.Short> {
|
||||
public class TBookToBookStoreRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TBookToBookStoreRecord> implements org.jooq.Record3<java.lang.String, java.lang.Integer, java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = -1948084442;
|
||||
private static final long serialVersionUID = 1416739370;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_BOOK_TO_BOOK_STORE.BOOK_STORE_NAME</code>.
|
||||
@ -28,29 +28,29 @@ public class TBookToBookStoreRecord extends org.jooq.impl.TableRecordImpl<org.jo
|
||||
/**
|
||||
* Setter for <code>T_BOOK_TO_BOOK_STORE.BOOK_ID</code>.
|
||||
*/
|
||||
public void setBookId(java.lang.Short value) {
|
||||
public void setBookId(java.lang.Integer value) {
|
||||
setValue(1, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>T_BOOK_TO_BOOK_STORE.BOOK_ID</code>.
|
||||
*/
|
||||
public java.lang.Short getBookId() {
|
||||
return (java.lang.Short) getValue(1);
|
||||
public java.lang.Integer getBookId() {
|
||||
return (java.lang.Integer) getValue(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>T_BOOK_TO_BOOK_STORE.STOCK</code>.
|
||||
*/
|
||||
public void setStock(java.lang.Short value) {
|
||||
public void setStock(java.lang.Integer value) {
|
||||
setValue(2, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>T_BOOK_TO_BOOK_STORE.STOCK</code>.
|
||||
*/
|
||||
public java.lang.Short getStock() {
|
||||
return (java.lang.Short) getValue(2);
|
||||
public java.lang.Integer getStock() {
|
||||
return (java.lang.Integer) getValue(2);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
@ -61,7 +61,7 @@ public class TBookToBookStoreRecord extends org.jooq.impl.TableRecordImpl<org.jo
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row3<java.lang.String, java.lang.Short, java.lang.Short> fieldsRow() {
|
||||
public org.jooq.Row3<java.lang.String, java.lang.Integer, java.lang.Integer> fieldsRow() {
|
||||
return (org.jooq.Row3) super.fieldsRow();
|
||||
}
|
||||
|
||||
@ -69,7 +69,7 @@ public class TBookToBookStoreRecord extends org.jooq.impl.TableRecordImpl<org.jo
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row3<java.lang.String, java.lang.Short, java.lang.Short> valuesRow() {
|
||||
public org.jooq.Row3<java.lang.String, java.lang.Integer, java.lang.Integer> valuesRow() {
|
||||
return (org.jooq.Row3) super.valuesRow();
|
||||
}
|
||||
|
||||
@ -85,7 +85,7 @@ public class TBookToBookStoreRecord extends org.jooq.impl.TableRecordImpl<org.jo
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.Short> field2() {
|
||||
public org.jooq.Field<java.lang.Integer> field2() {
|
||||
return org.jooq.test.access.generatedclasses.tables.TBookToBookStore.BOOK_ID;
|
||||
}
|
||||
|
||||
@ -93,7 +93,7 @@ public class TBookToBookStoreRecord extends org.jooq.impl.TableRecordImpl<org.jo
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.Short> field3() {
|
||||
public org.jooq.Field<java.lang.Integer> field3() {
|
||||
return org.jooq.test.access.generatedclasses.tables.TBookToBookStore.STOCK;
|
||||
}
|
||||
|
||||
@ -109,7 +109,7 @@ public class TBookToBookStoreRecord extends org.jooq.impl.TableRecordImpl<org.jo
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Short value2() {
|
||||
public java.lang.Integer value2() {
|
||||
return getBookId();
|
||||
}
|
||||
|
||||
@ -117,7 +117,7 @@ public class TBookToBookStoreRecord extends org.jooq.impl.TableRecordImpl<org.jo
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Short value3() {
|
||||
public java.lang.Integer value3() {
|
||||
return getStock();
|
||||
}
|
||||
|
||||
|
||||
@ -7,9 +7,9 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBooleansRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TBooleansRecord> implements org.jooq.Record11<java.lang.Integer, org.jooq.test._.converters.Boolean_10, org.jooq.test._.converters.Boolean_TF_LC, org.jooq.test._.converters.Boolean_TF_UC, org.jooq.test._.converters.Boolean_YES_NO_LC, org.jooq.test._.converters.Boolean_YES_NO_UC, org.jooq.test._.converters.Boolean_YN_LC, org.jooq.test._.converters.Boolean_YN_UC, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean> {
|
||||
public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TBooleansRecord> implements org.jooq.Record11<java.lang.Integer, org.jooq.test._.converters.Boolean_10, org.jooq.test._.converters.Boolean_TF_LC, org.jooq.test._.converters.Boolean_TF_UC, org.jooq.test._.converters.Boolean_YES_NO_LC, org.jooq.test._.converters.Boolean_YES_NO_UC, org.jooq.test._.converters.Boolean_YN_LC, org.jooq.test._.converters.Boolean_YN_UC, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean> {
|
||||
|
||||
private static final long serialVersionUID = 1229872179;
|
||||
private static final long serialVersionUID = -410789732;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_BOOLEANS.ID</code>.
|
||||
@ -165,6 +165,18 @@ public class TBooleansRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
return (java.lang.Boolean) getValue(10);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.Integer> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record11 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -7,9 +7,9 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TDatesRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TDatesRecord> implements org.jooq.Record6<java.lang.Integer, java.sql.Timestamp, java.sql.Timestamp, java.sql.Timestamp, java.lang.Integer, java.lang.Integer> {
|
||||
public class TDatesRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TDatesRecord> implements org.jooq.Record6<java.lang.Integer, java.sql.Timestamp, java.sql.Timestamp, java.sql.Timestamp, java.lang.Integer, java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = -1013549795;
|
||||
private static final long serialVersionUID = 1041923866;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_DATES.ID</code>.
|
||||
@ -95,6 +95,18 @@ public class TDatesRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.ac
|
||||
return (java.lang.Integer) getValue(5);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.Integer> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record6 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -7,9 +7,9 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TExoticTypesRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TExoticTypesRecord> implements org.jooq.Record2<java.lang.Integer, java.lang.String> {
|
||||
public class TExoticTypesRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TExoticTypesRecord> implements org.jooq.Record2<java.lang.Integer, java.util.UUID> {
|
||||
|
||||
private static final long serialVersionUID = -1234854016;
|
||||
private static final long serialVersionUID = -1276202901;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_EXOTIC_TYPES.ID</code>.
|
||||
@ -28,15 +28,27 @@ public class TExoticTypesRecord extends org.jooq.impl.TableRecordImpl<org.jooq.t
|
||||
/**
|
||||
* Setter for <code>T_EXOTIC_TYPES.UU</code>.
|
||||
*/
|
||||
public void setUu(java.lang.String value) {
|
||||
public void setUu(java.util.UUID value) {
|
||||
setValue(1, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>T_EXOTIC_TYPES.UU</code>.
|
||||
*/
|
||||
public java.lang.String getUu() {
|
||||
return (java.lang.String) getValue(1);
|
||||
public java.util.UUID getUu() {
|
||||
return (java.util.UUID) getValue(1);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.Integer> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
@ -47,7 +59,7 @@ public class TExoticTypesRecord extends org.jooq.impl.TableRecordImpl<org.jooq.t
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row2<java.lang.Integer, java.lang.String> fieldsRow() {
|
||||
public org.jooq.Row2<java.lang.Integer, java.util.UUID> fieldsRow() {
|
||||
return (org.jooq.Row2) super.fieldsRow();
|
||||
}
|
||||
|
||||
@ -55,7 +67,7 @@ public class TExoticTypesRecord extends org.jooq.impl.TableRecordImpl<org.jooq.t
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row2<java.lang.Integer, java.lang.String> valuesRow() {
|
||||
public org.jooq.Row2<java.lang.Integer, java.util.UUID> valuesRow() {
|
||||
return (org.jooq.Row2) super.valuesRow();
|
||||
}
|
||||
|
||||
@ -71,7 +83,7 @@ public class TExoticTypesRecord extends org.jooq.impl.TableRecordImpl<org.jooq.t
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.String> field2() {
|
||||
public org.jooq.Field<java.util.UUID> field2() {
|
||||
return org.jooq.test.access.generatedclasses.tables.TExoticTypes.UU;
|
||||
}
|
||||
|
||||
@ -87,7 +99,7 @@ public class TExoticTypesRecord extends org.jooq.impl.TableRecordImpl<org.jooq.t
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.String value2() {
|
||||
public java.util.UUID value2() {
|
||||
return getUu();
|
||||
}
|
||||
|
||||
|
||||
@ -7,22 +7,22 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TIdentityPkRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TIdentityPkRecord> implements org.jooq.Record2<java.lang.Short, java.lang.Integer> {
|
||||
public class TIdentityPkRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TIdentityPkRecord> implements org.jooq.Record2<java.lang.Integer, java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = -1076217438;
|
||||
private static final long serialVersionUID = 1104657257;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_IDENTITY_PK.ID</code>.
|
||||
*/
|
||||
public void setId(java.lang.Short value) {
|
||||
public void setId(java.lang.Integer value) {
|
||||
setValue(0, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>T_IDENTITY_PK.ID</code>.
|
||||
*/
|
||||
public java.lang.Short getId() {
|
||||
return (java.lang.Short) getValue(0);
|
||||
public java.lang.Integer getId() {
|
||||
return (java.lang.Integer) getValue(0);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -39,6 +39,18 @@ public class TIdentityPkRecord extends org.jooq.impl.TableRecordImpl<org.jooq.te
|
||||
return (java.lang.Integer) getValue(1);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.Integer> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record2 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
@ -47,7 +59,7 @@ public class TIdentityPkRecord extends org.jooq.impl.TableRecordImpl<org.jooq.te
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row2<java.lang.Short, java.lang.Integer> fieldsRow() {
|
||||
public org.jooq.Row2<java.lang.Integer, java.lang.Integer> fieldsRow() {
|
||||
return (org.jooq.Row2) super.fieldsRow();
|
||||
}
|
||||
|
||||
@ -55,7 +67,7 @@ public class TIdentityPkRecord extends org.jooq.impl.TableRecordImpl<org.jooq.te
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row2<java.lang.Short, java.lang.Integer> valuesRow() {
|
||||
public org.jooq.Row2<java.lang.Integer, java.lang.Integer> valuesRow() {
|
||||
return (org.jooq.Row2) super.valuesRow();
|
||||
}
|
||||
|
||||
@ -63,7 +75,7 @@ public class TIdentityPkRecord extends org.jooq.impl.TableRecordImpl<org.jooq.te
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.Short> field1() {
|
||||
public org.jooq.Field<java.lang.Integer> field1() {
|
||||
return org.jooq.test.access.generatedclasses.tables.TIdentityPk.ID;
|
||||
}
|
||||
|
||||
@ -79,7 +91,7 @@ public class TIdentityPkRecord extends org.jooq.impl.TableRecordImpl<org.jooq.te
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Short value1() {
|
||||
public java.lang.Integer value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
|
||||
@ -7,22 +7,22 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TIdentityRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TIdentityRecord> implements org.jooq.Record2<java.lang.Short, java.lang.Integer> {
|
||||
public class TIdentityRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TIdentityRecord> implements org.jooq.Record2<java.lang.Integer, java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = -1279079491;
|
||||
private static final long serialVersionUID = 1655871934;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_IDENTITY.ID</code>.
|
||||
*/
|
||||
public void setId(java.lang.Short value) {
|
||||
public void setId(java.lang.Integer value) {
|
||||
setValue(0, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>T_IDENTITY.ID</code>.
|
||||
*/
|
||||
public java.lang.Short getId() {
|
||||
return (java.lang.Short) getValue(0);
|
||||
public java.lang.Integer getId() {
|
||||
return (java.lang.Integer) getValue(0);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -39,6 +39,18 @@ public class TIdentityRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
return (java.lang.Integer) getValue(1);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.Integer> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record2 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
@ -47,7 +59,7 @@ public class TIdentityRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row2<java.lang.Short, java.lang.Integer> fieldsRow() {
|
||||
public org.jooq.Row2<java.lang.Integer, java.lang.Integer> fieldsRow() {
|
||||
return (org.jooq.Row2) super.fieldsRow();
|
||||
}
|
||||
|
||||
@ -55,7 +67,7 @@ public class TIdentityRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row2<java.lang.Short, java.lang.Integer> valuesRow() {
|
||||
public org.jooq.Row2<java.lang.Integer, java.lang.Integer> valuesRow() {
|
||||
return (org.jooq.Row2) super.valuesRow();
|
||||
}
|
||||
|
||||
@ -63,7 +75,7 @@ public class TIdentityRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.Short> field1() {
|
||||
public org.jooq.Field<java.lang.Integer> field1() {
|
||||
return org.jooq.test.access.generatedclasses.tables.TIdentity.ID;
|
||||
}
|
||||
|
||||
@ -79,7 +91,7 @@ public class TIdentityRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Short value1() {
|
||||
public java.lang.Integer value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
|
||||
@ -7,9 +7,9 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TLanguageRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TLanguageRecord> implements org.jooq.Record4<java.lang.String, java.lang.String, java.lang.String, java.lang.Short> {
|
||||
public class TLanguageRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TLanguageRecord> implements org.jooq.Record4<java.lang.String, java.lang.String, java.lang.String, java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = -1601746862;
|
||||
private static final long serialVersionUID = 402008525;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_LANGUAGE.CD</code>.
|
||||
@ -56,15 +56,27 @@ public class TLanguageRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
/**
|
||||
* Setter for <code>T_LANGUAGE.ID</code>.
|
||||
*/
|
||||
public void setId(java.lang.Short value) {
|
||||
public void setId(java.lang.Integer value) {
|
||||
setValue(3, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>T_LANGUAGE.ID</code>.
|
||||
*/
|
||||
public java.lang.Short getId() {
|
||||
return (java.lang.Short) getValue(3);
|
||||
public java.lang.Integer getId() {
|
||||
return (java.lang.Integer) getValue(3);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.Integer> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
@ -75,7 +87,7 @@ public class TLanguageRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row4<java.lang.String, java.lang.String, java.lang.String, java.lang.Short> fieldsRow() {
|
||||
public org.jooq.Row4<java.lang.String, java.lang.String, java.lang.String, java.lang.Integer> fieldsRow() {
|
||||
return (org.jooq.Row4) super.fieldsRow();
|
||||
}
|
||||
|
||||
@ -83,7 +95,7 @@ public class TLanguageRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row4<java.lang.String, java.lang.String, java.lang.String, java.lang.Short> valuesRow() {
|
||||
public org.jooq.Row4<java.lang.String, java.lang.String, java.lang.String, java.lang.Integer> valuesRow() {
|
||||
return (org.jooq.Row4) super.valuesRow();
|
||||
}
|
||||
|
||||
@ -115,7 +127,7 @@ public class TLanguageRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.Short> field4() {
|
||||
public org.jooq.Field<java.lang.Integer> field4() {
|
||||
return org.jooq.test.access.generatedclasses.tables.TLanguage.ID;
|
||||
}
|
||||
|
||||
@ -147,7 +159,7 @@ public class TLanguageRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Short value4() {
|
||||
public java.lang.Integer value4() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
|
||||
@ -7,9 +7,9 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TTriggersRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TTriggersRecord> implements org.jooq.Record3<java.lang.Integer, java.lang.Integer, java.lang.Integer> {
|
||||
public class TTriggersRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.TTriggersRecord> implements org.jooq.Record3<java.lang.Integer, java.lang.Integer, java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = 2146832704;
|
||||
private static final long serialVersionUID = -974726197;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_TRIGGERS.ID_GENERATED</code>.
|
||||
@ -53,6 +53,18 @@ public class TTriggersRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test
|
||||
return (java.lang.Integer) getValue(2);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.Integer> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record3 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -7,9 +7,9 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class T_639NumbersTableRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.T_639NumbersTableRecord> implements org.jooq.Record13<java.lang.Integer, java.lang.Byte, java.lang.Short, java.lang.Integer, java.lang.Integer, java.math.BigDecimal, java.math.BigDecimal, java.math.BigDecimal, java.math.BigDecimal, java.math.BigDecimal, java.math.BigDecimal, java.lang.Double, java.lang.Double> {
|
||||
public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.T_639NumbersTableRecord> implements org.jooq.Record13<java.lang.Integer, java.lang.Byte, java.lang.Short, java.lang.Integer, java.lang.Integer, java.math.BigDecimal, java.math.BigDecimal, java.math.BigDecimal, java.math.BigDecimal, java.math.BigDecimal, java.math.BigDecimal, java.lang.Double, java.lang.Double> {
|
||||
|
||||
private static final long serialVersionUID = -27084806;
|
||||
private static final long serialVersionUID = 853159645;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_639_NUMBERS_TABLE.ID</code>.
|
||||
@ -193,6 +193,18 @@ public class T_639NumbersTableRecord extends org.jooq.impl.TableRecordImpl<org.j
|
||||
return (java.lang.Double) getValue(12);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.Integer> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record13 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -7,9 +7,9 @@ package org.jooq.test.access.generatedclasses.tables.records;
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class T_725LobTestRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.T_725LobTestRecord> implements org.jooq.Record2<java.lang.Integer, byte[]> {
|
||||
public class T_725LobTestRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedclasses.tables.records.T_725LobTestRecord> implements org.jooq.Record2<java.lang.Integer, byte[]> {
|
||||
|
||||
private static final long serialVersionUID = -1680722886;
|
||||
private static final long serialVersionUID = -586465183;
|
||||
|
||||
/**
|
||||
* Setter for <code>T_725_LOB_TEST.ID</code>.
|
||||
@ -39,6 +39,18 @@ public class T_725LobTestRecord extends org.jooq.impl.TableRecordImpl<org.jooq.t
|
||||
return (byte[]) getValue(1);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Record1<java.lang.Integer> key() {
|
||||
return (org.jooq.Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record2 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user