@Generated(value={"http://www.jooq.org","2.6.1"}, comments="This class is generated by jOOQ") public class TBook extends org.jooq.impl.UpdatableTableImpl<TBookRecord>
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<TBookRecord,Integer> |
AUTHOR_ID
The author ID in entity 'author'
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<TBookRecord,Integer> |
CO_AUTHOR_ID
The table column
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<TBookRecord,byte[]> |
CONTENT_PDF
Some binary content of the book
|
org.jooq.TableField<TBookRecord,String> |
CONTENT_TEXT
Some textual content of the book
|
org.jooq.TableField<TBookRecord,Integer> |
DETAILS_ID
The table column
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<TBookRecord,Integer> |
ID
The book ID
This column is part of the table's PRIMARY KEY
|
org.jooq.TableField<TBookRecord,Integer> |
LANGUAGE_ID
The language of the book
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<TBookRecord,Integer> |
PUBLISHED_IN
The year the book was published in
|
org.jooq.TableField<TBookRecord,Timestamp> |
REC_TIMESTAMP
The table column
PUBLIC.T_BOOK.REC_TIMESTAMP |
org.jooq.TableField<TBookRecord,Integer> |
REC_VERSION
The table column
PUBLIC.T_BOOK.REC_VERSION |
static TBook |
T_BOOK
The singleton instance of PUBLIC.T_BOOK
|
org.jooq.TableField<TBookRecord,String> |
TITLE
The book's title
|
| Modifier and Type | Method and Description |
|---|---|
TBook |
as(String alias) |
org.jooq.Table<R> |
asTable() |
org.jooq.Table<R> |
asTable(String arg0) |
int |
compareTo(org.jooq.NamedQueryPart arg0) |
protected org.jooq.impl.Factory |
create() |
protected org.jooq.impl.Factory |
create(org.jooq.Configuration arg0) |
protected static <R extends org.jooq.Record,T> |
createField(String arg0,
org.jooq.DataType<T> arg1,
org.jooq.Table<R> arg2) |
org.jooq.Table<org.jooq.Record> |
crossJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
crossJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
crossJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
crossJoin(org.jooq.TableLike<?> arg0) |
org.jooq.DivideByOnStep |
divideBy(org.jooq.Table<?> arg0) |
org.jooq.TableOnStep |
fullOuterJoin(String arg0) |
org.jooq.TableOnStep |
fullOuterJoin(String arg0,
Object... arg1) |
org.jooq.TableOnStep |
fullOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TableOnStep |
fullOuterJoin(org.jooq.TableLike<?> arg0) |
List<Object> |
getBindValues() |
org.jooq.SQLDialect |
getDialect()
Deprecated.
|
<T> org.jooq.Field<T> |
getField(org.jooq.Field<T> arg0) |
org.jooq.Field<?> |
getField(int arg0) |
org.jooq.Field<?> |
getField(String arg0) |
List<org.jooq.Field<?>> |
getFields() |
int |
getIndex(org.jooq.Field<?> arg0) |
List<org.jooq.UniqueKey<TBookRecord>> |
getKeys() |
org.jooq.UniqueKey<TBookRecord> |
getMainKey() |
String |
getName() |
org.jooq.Param<?> |
getParam(String arg0) |
Map<String,org.jooq.Param<?>> |
getParams() |
Class<TBookRecord> |
getRecordType()
The class holding records for this type
|
List<org.jooq.ForeignKey<TBookRecord,?>> |
getReferences() |
<O extends org.jooq.Record> |
getReferencesTo(org.jooq.Table<O> arg0) |
org.jooq.Schema |
getSchema() |
String |
getSQL() |
String |
getSQL(boolean arg0) |
<I> I |
internalAPI(Class<I> arg0) |
org.jooq.TableOnStep |
join(String arg0) |
org.jooq.TableOnStep |
join(String arg0,
Object... arg1) |
org.jooq.TableOnStep |
join(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TableOnStep |
join(org.jooq.TableLike<?> arg0) |
org.jooq.TablePartitionByStep |
leftOuterJoin(String arg0) |
org.jooq.TablePartitionByStep |
leftOuterJoin(String arg0,
Object... arg1) |
org.jooq.TablePartitionByStep |
leftOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TablePartitionByStep |
leftOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.PivotForStep |
pivot(Collection<? extends org.jooq.Field<?>> arg0) |
org.jooq.PivotForStep |
pivot(org.jooq.Field<?>... arg0) |
org.jooq.TablePartitionByStep |
rightOuterJoin(String arg0) |
org.jooq.TablePartitionByStep |
rightOuterJoin(String arg0,
Object... arg1) |
org.jooq.TablePartitionByStep |
rightOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TablePartitionByStep |
rightOuterJoin(org.jooq.TableLike<?> arg0) |
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
protected org.jooq.exception.DataAccessException |
translate(String arg0,
String arg1,
SQLException arg2)
Deprecated.
|
getRecordTimestamp, getRecordVersion, getReferencesFromclone, finalize, getClass, notify, notifyAll, wait, wait, waitcrossJoin, crossJoin, crossJoin, crossJoin, divideBy, fullOuterJoin, fullOuterJoin, fullOuterJoin, fullOuterJoin, getIdentity, getName, getReferencesTo, getSchema, join, join, join, join, join, leftOuterJoin, leftOuterJoin, leftOuterJoin, leftOuterJoin, naturalJoin, naturalJoin, naturalJoin, naturalJoin, naturalLeftOuterJoin, naturalLeftOuterJoin, naturalLeftOuterJoin, naturalLeftOuterJoin, naturalRightOuterJoin, naturalRightOuterJoin, naturalRightOuterJoin, naturalRightOuterJoin, pivot, pivot, rightOuterJoin, rightOuterJoin, rightOuterJoin, rightOuterJoincompareTopublic static final TBook T_BOOK
public final org.jooq.TableField<TBookRecord,Integer> ID
This column is part of the table's PRIMARY KEY
public final org.jooq.TableField<TBookRecord,Integer> 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)
public final org.jooq.TableField<TBookRecord,Integer> 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)
public final org.jooq.TableField<TBookRecord,Integer> 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)
public final org.jooq.TableField<TBookRecord,String> TITLE
public final org.jooq.TableField<TBookRecord,Integer> PUBLISHED_IN
public final org.jooq.TableField<TBookRecord,Integer> 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)
public final org.jooq.TableField<TBookRecord,String> CONTENT_TEXT
public final org.jooq.TableField<TBookRecord,byte[]> CONTENT_PDF
public final org.jooq.TableField<TBookRecord,Integer> REC_VERSION
PUBLIC.T_BOOK.REC_VERSIONpublic final org.jooq.TableField<TBookRecord,Timestamp> REC_TIMESTAMP
PUBLIC.T_BOOK.REC_TIMESTAMPpublic TBook()
public TBook(String alias)
public Class<TBookRecord> getRecordType()
getRecordType in interface org.jooq.Table<TBookRecord>getRecordType in interface org.jooq.Type<TBookRecord>getRecordType in class org.jooq.impl.TableImpl<TBookRecord>public org.jooq.UniqueKey<TBookRecord> getMainKey()
getMainKey in interface org.jooq.UpdatableTable<TBookRecord>getMainKey in class org.jooq.impl.UpdatableTableImpl<TBookRecord>public List<org.jooq.UniqueKey<TBookRecord>> getKeys()
getKeys in interface org.jooq.UpdatableTable<TBookRecord>getKeys in class org.jooq.impl.UpdatableTableImpl<TBookRecord>public List<org.jooq.ForeignKey<TBookRecord,?>> getReferences()
getReferences in interface org.jooq.Table<TBookRecord>getReferences in class org.jooq.impl.TableImpl<TBookRecord>public TBook as(String alias)
as in interface org.jooq.AliasProvider<org.jooq.Table<TBookRecord>>as in interface org.jooq.Table<TBookRecord>as in class org.jooq.impl.TableImpl<TBookRecord>public final org.jooq.Table<R> asTable()
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Table<R> asTable(String arg0)
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<R,O>> getReferencesTo(org.jooq.Table<O> arg0)
getReferencesTo in interface org.jooq.Table<R extends org.jooq.Record>protected static final <R extends org.jooq.Record,T> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2)
public final org.jooq.PivotForStep pivot(org.jooq.Field<?>... arg0)
pivot in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.PivotForStep pivot(Collection<? extends org.jooq.Field<?>> arg0)
pivot in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.DivideByOnStep divideBy(org.jooq.Table<?> arg0)
divideBy in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep join(org.jooq.TableLike<?> arg0)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep join(String arg0)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep join(String arg0, Object... arg1)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep join(String arg0, org.jooq.QueryPart... arg1)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep leftOuterJoin(org.jooq.TableLike<?> arg0)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep leftOuterJoin(String arg0)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep leftOuterJoin(String arg0, Object... arg1)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep leftOuterJoin(String arg0, org.jooq.QueryPart... arg1)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep rightOuterJoin(org.jooq.TableLike<?> arg0)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep rightOuterJoin(String arg0)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep rightOuterJoin(String arg0, Object... arg1)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep rightOuterJoin(String arg0, org.jooq.QueryPart... arg1)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep fullOuterJoin(org.jooq.TableLike<?> arg0)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep fullOuterJoin(String arg0)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep fullOuterJoin(String arg0, Object... arg1)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep fullOuterJoin(String arg0, org.jooq.QueryPart... arg1)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.TableLike<?> arg0)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0, Object... arg1)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0, org.jooq.QueryPart... arg1)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.TableLike<?> arg0)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0, Object... arg1)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0, org.jooq.QueryPart... arg1)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.TableLike<?> arg0)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, Object... arg1)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, org.jooq.QueryPart... arg1)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.TableLike<?> arg0)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, Object... arg1)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, org.jooq.QueryPart... arg1)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final List<org.jooq.Field<?>> getFields()
getFields in interface org.jooq.FieldProviderpublic final <T> org.jooq.Field<T> getField(org.jooq.Field<T> arg0)
getField in interface org.jooq.FieldProviderpublic final org.jooq.Field<?> getField(String arg0)
getField in interface org.jooq.FieldProviderpublic final org.jooq.Field<?> getField(int arg0)
getField in interface org.jooq.FieldProviderpublic final int getIndex(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getIndex in interface org.jooq.FieldProviderIllegalArgumentExceptionpublic final org.jooq.Schema getSchema()
getSchema in interface org.jooq.SchemaProviderpublic final String getName()
getName in interface org.jooq.NamedQueryPartpublic final int compareTo(org.jooq.NamedQueryPart arg0)
compareTo in interface Comparable<org.jooq.NamedQueryPart>public final <I> I internalAPI(Class<I> arg0)
internalAPI in interface org.jooq.Adapter@Deprecated public final org.jooq.SQLDialect getDialect()
getDialect in interface org.jooq.QueryPartInternalpublic final String getSQL()
getSQL in interface org.jooq.QueryPartInternalpublic final String getSQL(boolean arg0)
getSQL in interface org.jooq.QueryPartInternalpublic final List<Object> getBindValues()
getBindValues in interface org.jooq.QueryPartInternalpublic final Map<String,org.jooq.Param<?>> getParams()
getParams in interface org.jooq.QueryPartInternalpublic final org.jooq.Param<?> getParam(String arg0)
getParam in interface org.jooq.QueryPartInternalprotected final org.jooq.impl.Factory create()
protected final org.jooq.impl.Factory create(org.jooq.Configuration arg0)
@Deprecated protected final org.jooq.exception.DataAccessException translate(String arg0, String arg1, SQLException arg2)
protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2012. All Rights Reserved.