org.jooq.TableField<R extends org.jooq.Record,T> ID
PUBLIC.T_639_NUMBERS_TABLE.ID
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> BYTE
PUBLIC.T_639_NUMBERS_TABLE.BYTEorg.jooq.TableField<R extends org.jooq.Record,T> SHORT
PUBLIC.T_639_NUMBERS_TABLE.SHORTorg.jooq.TableField<R extends org.jooq.Record,T> INTEGER
PUBLIC.T_639_NUMBERS_TABLE.INTEGERorg.jooq.TableField<R extends org.jooq.Record,T> LONG
PUBLIC.T_639_NUMBERS_TABLE.LONGorg.jooq.TableField<R extends org.jooq.Record,T> BYTE_DECIMAL
PUBLIC.T_639_NUMBERS_TABLE.BYTE_DECIMALorg.jooq.TableField<R extends org.jooq.Record,T> SHORT_DECIMAL
PUBLIC.T_639_NUMBERS_TABLE.SHORT_DECIMALorg.jooq.TableField<R extends org.jooq.Record,T> INTEGER_DECIMAL
PUBLIC.T_639_NUMBERS_TABLE.INTEGER_DECIMALorg.jooq.TableField<R extends org.jooq.Record,T> LONG_DECIMAL
PUBLIC.T_639_NUMBERS_TABLE.LONG_DECIMALorg.jooq.TableField<R extends org.jooq.Record,T> BIG_INTEGER
PUBLIC.T_639_NUMBERS_TABLE.BIG_INTEGERorg.jooq.TableField<R extends org.jooq.Record,T> BIG_DECIMAL
PUBLIC.T_639_NUMBERS_TABLE.BIG_DECIMALorg.jooq.TableField<R extends org.jooq.Record,T> FLOAT
PUBLIC.T_639_NUMBERS_TABLE.FLOATorg.jooq.TableField<R extends org.jooq.Record,T> DOUBLE
PUBLIC.T_639_NUMBERS_TABLE.DOUBLEorg.jooq.TableField<R extends org.jooq.Record,T> REF_11
PUBLIC.T_658_REF.REF_11
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_11
FOREIGN KEY (REF_11)
REFERENCES PUBLIC.T_658_11 (ID)
org.jooq.TableField<R extends org.jooq.Record,T> REF_21
PUBLIC.T_658_REF.REF_21
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_21
FOREIGN KEY (REF_21)
REFERENCES PUBLIC.T_658_21 (ID)
org.jooq.TableField<R extends org.jooq.Record,T> REF_31
PUBLIC.T_658_REF.REF_31
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_31
FOREIGN KEY (REF_31)
REFERENCES PUBLIC.T_658_31 (ID)
org.jooq.TableField<R extends org.jooq.Record,T> REF_12
PUBLIC.T_658_REF.REF_12
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_12
FOREIGN KEY (REF_12)
REFERENCES PUBLIC.T_658_12 (ID)
org.jooq.TableField<R extends org.jooq.Record,T> REF_22
PUBLIC.T_658_REF.REF_22
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_22
FOREIGN KEY (REF_22)
REFERENCES PUBLIC.T_658_22 (ID)
org.jooq.TableField<R extends org.jooq.Record,T> REF_32
PUBLIC.T_658_REF.REF_32
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_32
FOREIGN KEY (REF_32)
REFERENCES PUBLIC.T_658_32 (ID)
org.jooq.TableField<R extends org.jooq.Record,T> ID
PUBLIC.T_ARRAYS.ID
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> STRING_ARRAY
PUBLIC.T_ARRAYS.STRING_ARRAY
The SQL type of this item (ARRAY) could not be mapped.
Deserialising this field might not work!
org.jooq.TableField<R extends org.jooq.Record,T> NUMBER_ARRAY
PUBLIC.T_ARRAYS.NUMBER_ARRAY
The SQL type of this item (ARRAY) could not be mapped.
Deserialising this field might not work!
org.jooq.TableField<R extends org.jooq.Record,T> DATE_ARRAY
PUBLIC.T_ARRAYS.DATE_ARRAY
The SQL type of this item (ARRAY) could not be mapped.
Deserialising this field might not work!
org.jooq.TableField<R extends org.jooq.Record,T> ID
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> FIRST_NAME
org.jooq.TableField<R extends org.jooq.Record,T> LAST_NAME
org.jooq.TableField<R extends org.jooq.Record,T> DATE_OF_BIRTH
org.jooq.TableField<R extends org.jooq.Record,T> YEAR_OF_BIRTH
org.jooq.TableField<R extends org.jooq.Record,T> ADDRESS
org.jooq.TableField<R extends org.jooq.Record,T> ID
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> AUTHOR_ID
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_BOOK_AUTHOR_ID
FOREIGN KEY (AUTHOR_ID)
REFERENCES PUBLIC.T_AUTHOR (ID)
org.jooq.TableField<R extends org.jooq.Record,T> CO_AUTHOR_ID
PUBLIC.T_BOOK.CO_AUTHOR_ID
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_BOOK_CO_AUTHOR_ID
FOREIGN KEY (CO_AUTHOR_ID)
REFERENCES PUBLIC.T_AUTHOR (ID)
org.jooq.TableField<R extends org.jooq.Record,T> DETAILS_ID
PUBLIC.T_BOOK.DETAILS_ID
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_BOOK_DETAILS_ID
FOREIGN KEY (DETAILS_ID)
REFERENCES PUBLIC.T_BOOK_DETAILS (ID)
org.jooq.TableField<R extends org.jooq.Record,T> TITLE
org.jooq.TableField<R extends org.jooq.Record,T> PUBLISHED_IN
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE_ID
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_BOOK_LANGUAGE_ID
FOREIGN KEY (LANGUAGE_ID)
REFERENCES PUBLIC.T_LANGUAGE (ID)
org.jooq.TableField<R extends org.jooq.Record,T> CONTENT_TEXT
org.jooq.TableField<R extends org.jooq.Record,T> CONTENT_PDF
org.jooq.TableField<R extends org.jooq.Record,T> REC_VERSION
PUBLIC.T_BOOK.REC_VERSIONorg.jooq.TableField<R extends org.jooq.Record,T> REC_TIMESTAMP
PUBLIC.T_BOOK.REC_TIMESTAMPorg.jooq.TableField<R extends org.jooq.Record,T> BOOK_STORE_NAME
This column is part of the table's PRIMARY KEY
This column is part of a FOREIGN KEY:
CONSTRAINT FK_B2BS_BS_NAME
FOREIGN KEY (BOOK_STORE_NAME)
REFERENCES PUBLIC.T_BOOK_STORE (NAME)
org.jooq.TableField<R extends org.jooq.Record,T> BOOK_ID
This column is part of the table's PRIMARY KEY
This column is part of a FOREIGN KEY:
CONSTRAINT FK_B2BS_B_ID
FOREIGN KEY (BOOK_ID)
REFERENCES PUBLIC.T_BOOK (ID)
org.jooq.TableField<R extends org.jooq.Record,T> STOCK
org.jooq.TableField<R extends org.jooq.Record,T> ID
PUBLIC.T_BOOLEANS.ID
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> ONE_ZERO
PUBLIC.T_BOOLEANS.ONE_ZEROorg.jooq.TableField<R extends org.jooq.Record,T> TRUE_FALSE_LC
PUBLIC.T_BOOLEANS.TRUE_FALSE_LCorg.jooq.TableField<R extends org.jooq.Record,T> TRUE_FALSE_UC
PUBLIC.T_BOOLEANS.TRUE_FALSE_UCorg.jooq.TableField<R extends org.jooq.Record,T> YES_NO_LC
PUBLIC.T_BOOLEANS.YES_NO_LCorg.jooq.TableField<R extends org.jooq.Record,T> YES_NO_UC
PUBLIC.T_BOOLEANS.YES_NO_UCorg.jooq.TableField<R extends org.jooq.Record,T> Y_N_LC
PUBLIC.T_BOOLEANS.Y_N_LCorg.jooq.TableField<R extends org.jooq.Record,T> Y_N_UC
PUBLIC.T_BOOLEANS.Y_N_UCorg.jooq.TableField<R extends org.jooq.Record,T> VC_BOOLEAN
PUBLIC.T_BOOLEANS.VC_BOOLEANorg.jooq.TableField<R extends org.jooq.Record,T> C_BOOLEAN
PUBLIC.T_BOOLEANS.C_BOOLEANorg.jooq.TableField<R extends org.jooq.Record,T> N_BOOLEAN
PUBLIC.T_BOOLEANS.N_BOOLEANorg.jooq.TableField<R extends org.jooq.Record,T> ID
PUBLIC.T_DATES.ID
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> D
PUBLIC.T_DATES.Dorg.jooq.TableField<R extends org.jooq.Record,T> T
PUBLIC.T_DATES.Torg.jooq.TableField<R extends org.jooq.Record,T> TS
PUBLIC.T_DATES.TSorg.jooq.TableField<R extends org.jooq.Record,T> D_INT
PUBLIC.T_DATES.D_INTorg.jooq.TableField<R extends org.jooq.Record,T> TS_BIGINT
PUBLIC.T_DATES.TS_BIGINTorg.jooq.TableField<R extends org.jooq.Record,T> CD
org.jooq.TableField<R extends org.jooq.Record,T> DESCRIPTION
org.jooq.TableField<R extends org.jooq.Record,T> DESCRIPTION_ENGLISH
PUBLIC.T_LANGUAGE.DESCRIPTION_ENGLISHorg.jooq.TableField<R extends org.jooq.Record,T> ID
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> ID_GENERATED
PUBLIC.T_TRIGGERS.ID_GENERATED
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> ID
PUBLIC.T_TRIGGERS.IDorg.jooq.TableField<R extends org.jooq.Record,T> COUNTER
PUBLIC.T_TRIGGERS.COUNTERorg.jooq.TableField<R extends org.jooq.Record,T> ID
PUBLIC.V_AUTHOR.IDorg.jooq.TableField<R extends org.jooq.Record,T> FIRST_NAME
PUBLIC.V_AUTHOR.FIRST_NAMEorg.jooq.TableField<R extends org.jooq.Record,T> LAST_NAME
PUBLIC.V_AUTHOR.LAST_NAMEorg.jooq.TableField<R extends org.jooq.Record,T> DATE_OF_BIRTH
PUBLIC.V_AUTHOR.DATE_OF_BIRTHorg.jooq.TableField<R extends org.jooq.Record,T> YEAR_OF_BIRTH
PUBLIC.V_AUTHOR.YEAR_OF_BIRTHorg.jooq.TableField<R extends org.jooq.Record,T> ADDRESS
PUBLIC.V_AUTHOR.ADDRESSorg.jooq.TableField<R extends org.jooq.Record,T> ID
PUBLIC.V_BOOK.IDorg.jooq.TableField<R extends org.jooq.Record,T> AUTHOR_ID
PUBLIC.V_BOOK.AUTHOR_IDorg.jooq.TableField<R extends org.jooq.Record,T> CO_AUTHOR_ID
PUBLIC.V_BOOK.CO_AUTHOR_IDorg.jooq.TableField<R extends org.jooq.Record,T> DETAILS_ID
PUBLIC.V_BOOK.DETAILS_IDorg.jooq.TableField<R extends org.jooq.Record,T> TITLE
PUBLIC.V_BOOK.TITLEorg.jooq.TableField<R extends org.jooq.Record,T> PUBLISHED_IN
PUBLIC.V_BOOK.PUBLISHED_INorg.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE_ID
PUBLIC.V_BOOK.LANGUAGE_IDorg.jooq.TableField<R extends org.jooq.Record,T> CONTENT_TEXT
PUBLIC.V_BOOK.CONTENT_TEXTorg.jooq.TableField<R extends org.jooq.Record,T> CONTENT_PDF
PUBLIC.V_BOOK.CONTENT_PDForg.jooq.TableField<R extends org.jooq.Record,T> REC_VERSION
PUBLIC.V_BOOK.REC_VERSIONorg.jooq.TableField<R extends org.jooq.Record,T> REC_TIMESTAMP
PUBLIC.V_BOOK.REC_TIMESTAMPorg.jooq.TableField<R extends org.jooq.Record,T> ID
PUBLIC.X_TEST_CASE_64_69.ID
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> UNUSED_ID
PUBLIC.X_TEST_CASE_64_69.UNUSED_ID
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_TEST_CASE_64_69A
FOREIGN KEY (UNUSED_ID)
REFERENCES PUBLIC.X_UNUSED (ID)
org.jooq.TableField<R extends org.jooq.Record,T> ID
PUBLIC.X_TEST_CASE_71.ID
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> TEST_CASE_64_69_ID
PUBLIC.X_TEST_CASE_71.TEST_CASE_64_69_ID
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_TEST_CASE_71
FOREIGN KEY (TEST_CASE_64_69_ID)
REFERENCES PUBLIC.X_TEST_CASE_64_69 (ID)
org.jooq.TableField<R extends org.jooq.Record,T> ID
PUBLIC.X_TEST_CASE_85.ID
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> X_UNUSED_ID
PUBLIC.X_TEST_CASE_85.X_UNUSED_ID
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_TEST_CASE_85
FOREIGN KEY (X_UNUSED_ID, X_UNUSED_ID, X_UNUSED_NAME, X_UNUSED_NAME)
REFERENCES PUBLIC.X_UNUSED (ID, NAME)
org.jooq.TableField<R extends org.jooq.Record,T> X_UNUSED_NAME
PUBLIC.X_TEST_CASE_85.X_UNUSED_NAME
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_TEST_CASE_85
FOREIGN KEY (X_UNUSED_ID, X_UNUSED_ID, X_UNUSED_NAME, X_UNUSED_NAME)
REFERENCES PUBLIC.X_UNUSED (ID, NAME)
org.jooq.TableField<R extends org.jooq.Record,T> ID
PUBLIC.X_UNUSED.ID
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> NAME
PUBLIC.X_UNUSED.NAME
This column is part of the table's PRIMARY KEY
org.jooq.TableField<R extends org.jooq.Record,T> BIG_INTEGER
PUBLIC.X_UNUSED.BIG_INTEGERorg.jooq.TableField<R extends org.jooq.Record,T> ID_REF
PUBLIC.X_UNUSED.ID_REF
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_UNUSED_SELF
FOREIGN KEY (ID_REF, ID_REF, NAME_REF, NAME_REF)
REFERENCES PUBLIC.X_UNUSED (ID, NAME)
org.jooq.TableField<R extends org.jooq.Record,T> NAME_REF
PUBLIC.X_UNUSED.NAME_REF
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_UNUSED_SELF
FOREIGN KEY (ID_REF, ID_REF, NAME_REF, NAME_REF)
REFERENCES PUBLIC.X_UNUSED (ID, NAME)
org.jooq.TableField<R extends org.jooq.Record,T> CLASS
PUBLIC.X_UNUSED.CLASSorg.jooq.TableField<R extends org.jooq.Record,T> FIELDS
PUBLIC.X_UNUSED.FIELDSorg.jooq.TableField<R extends org.jooq.Record,T> TABLE
PUBLIC.X_UNUSED.TABLEorg.jooq.TableField<R extends org.jooq.Record,T> CONFIGURATION
PUBLIC.X_UNUSED.CONFIGURATIONorg.jooq.TableField<R extends org.jooq.Record,T> U_D_T
PUBLIC.X_UNUSED.U_D_Torg.jooq.TableField<R extends org.jooq.Record,T> META_DATA
PUBLIC.X_UNUSED.META_DATAorg.jooq.TableField<R extends org.jooq.Record,T> VALUES
PUBLIC.X_UNUSED.VALUESorg.jooq.TableField<R extends org.jooq.Record,T> TYPE0
PUBLIC.X_UNUSED.TYPE0org.jooq.TableField<R extends org.jooq.Record,T> PRIMARY_KEY
PUBLIC.X_UNUSED.PRIMARY_KEYorg.jooq.TableField<R extends org.jooq.Record,T> PRIMARYKEY
PUBLIC.X_UNUSED.PRIMARYKEYorg.jooq.TableField<R extends org.jooq.Record,T> FIELD_737
PUBLIC.X_UNUSED.FIELD 737Integer id
Byte byte_
Short short_
Integer integer
Long long_
Byte byteDecimal
Short shortDecimal
Integer integerDecimal
Long longDecimal
BigInteger bigInteger
BigDecimal bigDecimal
Float float_
Double double_
String id
Integer id
Long id
Integer id
byte[] lob
Integer id
Integer id
Integer authorId
Integer coAuthorId
Integer detailsId
String title
Integer publishedIn
Integer languageId
String contentText
byte[] contentPdf
Integer recVersion
Timestamp recTimestamp
Integer id
String name
Integer id
Integer authorId
Integer coAuthorId
Integer detailsId
String title
Integer publishedIn
Integer languageId
String contentText
byte[] contentPdf
Integer recVersion
Timestamp recTimestamp
Integer id
String name
BigInteger bigInteger
Integer idRef
String nameRef
Integer class_
Integer fields
Integer table
Integer configuration
Integer uDT
Integer metaData
Integer values
Integer type0
Integer primaryKey
Integer primarykey
BigDecimal field_737
Copyright © 2012. All Rights Reserved.