Uses of Class
org.apache.camel.component.jooq.db.tables.records.BookRecord
-
Packages that use BookRecord 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 BookRecord in org.apache.camel.component.jooq.db
Fields in org.apache.camel.component.jooq.db with type parameters of type BookRecord Modifier and Type Field Description static org.jooq.ForeignKey<BookToBookStoreRecord,BookRecord>Keys. FK_B2BS_B_IDstatic 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<BookRecord>Keys. PK_T_BOOK -
Uses of BookRecord in org.apache.camel.component.jooq.db.tables
Fields in org.apache.camel.component.jooq.db.tables with type parameters of type BookRecord Modifier and Type Field Description org.jooq.TableField<BookRecord,Integer>Book. AUTHOR_IDThe columnPUBLIC.BOOK.AUTHOR_ID.org.jooq.TableField<BookRecord,Integer>Book. CO_AUTHOR_IDThe columnPUBLIC.BOOK.CO_AUTHOR_ID.org.jooq.TableField<BookRecord,byte[]>Book. CONTENT_PDFThe columnPUBLIC.BOOK.CONTENT_PDF.org.jooq.TableField<BookRecord,String>Book. CONTENT_TEXTThe columnPUBLIC.BOOK.CONTENT_TEXT.org.jooq.TableField<BookRecord,Integer>Book. DETAILS_IDThe columnPUBLIC.BOOK.DETAILS_ID.org.jooq.TableField<BookRecord,Integer>Book. IDThe columnPUBLIC.BOOK.ID.org.jooq.TableField<BookRecord,Integer>Book. LANGUAGE_IDThe columnPUBLIC.BOOK.LANGUAGE_ID.org.jooq.TableField<BookRecord,Integer>Book. PUBLISHED_INThe columnPUBLIC.BOOK.PUBLISHED_IN.org.jooq.TableField<BookRecord,LocalDateTime>Book. REC_TIMESTAMPThe columnPUBLIC.BOOK.REC_TIMESTAMP.org.jooq.TableField<BookRecord,Integer>Book. REC_VERSIONThe columnPUBLIC.BOOK.REC_VERSION.org.jooq.TableField<BookRecord,String>Book. TITLEThe columnPUBLIC.BOOK.TITLE.Methods in org.apache.camel.component.jooq.db.tables that return types with arguments of type BookRecord Modifier and Type Method Description org.jooq.UniqueKey<BookRecord>Book. getPrimaryKey()Class<BookRecord>Book. getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<BookRecord,?>>Book. getReferences()Constructor parameters in org.apache.camel.component.jooq.db.tables with type arguments of type BookRecord Constructor Description Book(org.jooq.Table<O> child, org.jooq.ForeignKey<O,BookRecord> key) -
Uses of BookRecord in org.apache.camel.component.jooq.db.tables.records
Methods in org.apache.camel.component.jooq.db.tables.records that return BookRecord Modifier and Type Method Description BookRecordBookRecord. value1(Integer value)BookRecordBookRecord. value10(Integer value)BookRecordBookRecord. value11(LocalDateTime value)BookRecordBookRecord. value2(Integer value)BookRecordBookRecord. value3(Integer value)BookRecordBookRecord. value4(Integer value)BookRecordBookRecord. value5(String value)BookRecordBookRecord. value6(Integer value)BookRecordBookRecord. value7(Integer value)BookRecordBookRecord. value8(String value)BookRecordBookRecord. value9(byte[] value)BookRecordBookRecord. values(Integer value1, Integer value2, Integer value3, Integer value4, String value5, Integer value6, Integer value7, String value8, byte[] value9, Integer value10, LocalDateTime value11)
-