Uses of Class
org.apache.camel.component.jooq.db.tables.records.AuthorRecord
-
Packages that use AuthorRecord Package Description org.apache.camel.component.jooq.db org.apache.camel.component.jooq.db.tables org.apache.camel.component.jooq.db.tables.records -
-
Uses of AuthorRecord in org.apache.camel.component.jooq.db
Fields in org.apache.camel.component.jooq.db with type parameters of type AuthorRecord Modifier and Type Field Description static org.jooq.ForeignKey<BookRecord,AuthorRecord>Keys. FK_T_BOOK_AUTHOR_IDstatic org.jooq.ForeignKey<BookRecord,AuthorRecord>Keys. FK_T_BOOK_CO_AUTHOR_IDstatic org.jooq.UniqueKey<AuthorRecord>Keys. PK_T_AUTHOR -
Uses of AuthorRecord in org.apache.camel.component.jooq.db.tables
Fields in org.apache.camel.component.jooq.db.tables with type parameters of type AuthorRecord Modifier and Type Field Description org.jooq.TableField<AuthorRecord,String>Author. ADDRESSThe columnPUBLIC.AUTHOR.ADDRESS.org.jooq.TableField<AuthorRecord,LocalDate>Author. DATE_OF_BIRTHThe columnPUBLIC.AUTHOR.DATE_OF_BIRTH.org.jooq.TableField<AuthorRecord,String>Author. FIRST_NAMEThe columnPUBLIC.AUTHOR.FIRST_NAME.org.jooq.TableField<AuthorRecord,Integer>Author. IDThe columnPUBLIC.AUTHOR.ID.org.jooq.TableField<AuthorRecord,String>Author. LAST_NAMEThe columnPUBLIC.AUTHOR.LAST_NAME.org.jooq.TableField<AuthorRecord,Integer>Author. YEAR_OF_BIRTHThe columnPUBLIC.AUTHOR.YEAR_OF_BIRTH.Methods in org.apache.camel.component.jooq.db.tables that return types with arguments of type AuthorRecord Modifier and Type Method Description org.jooq.UniqueKey<AuthorRecord>Author. getPrimaryKey()Class<AuthorRecord>Author. getRecordType()The class holding records for this typeConstructor parameters in org.apache.camel.component.jooq.db.tables with type arguments of type AuthorRecord Constructor Description Author(org.jooq.Table<O> child, org.jooq.ForeignKey<O,AuthorRecord> key) -
Uses of AuthorRecord in org.apache.camel.component.jooq.db.tables.records
Methods in org.apache.camel.component.jooq.db.tables.records that return AuthorRecord Modifier and Type Method Description AuthorRecordAuthorRecord. value1(Integer value)AuthorRecordAuthorRecord. value2(String value)AuthorRecordAuthorRecord. value3(String value)AuthorRecordAuthorRecord. value4(LocalDate value)AuthorRecordAuthorRecord. value5(Integer value)AuthorRecordAuthorRecord. value6(String value)AuthorRecordAuthorRecord. values(Integer value1, String value2, String value3, LocalDate value4, Integer value5, String value6)
-