Uses of Class
org.apache.camel.component.jooq.db.tables.records.BookRecord
Packages that use BookRecord
Package
Description
-
Uses of BookRecord in org.apache.camel.component.jooq.db
Fields in org.apache.camel.component.jooq.db with type parameters of type BookRecordModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<BookToBookStoreRecord,BookRecord> Keys.FK_B2BS_B_IDstatic final org.jooq.ForeignKey<BookRecord,AuthorRecord> Keys.FK_T_BOOK_AUTHOR_IDstatic final org.jooq.ForeignKey<BookRecord,AuthorRecord> static final 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 BookRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<BookRecord,Integer> Book.AUTHOR_IDThe columnPUBLIC.BOOK.AUTHOR_ID.final org.jooq.TableField<BookRecord,Integer> Book.CO_AUTHOR_IDThe columnPUBLIC.BOOK.CO_AUTHOR_ID.final org.jooq.TableField<BookRecord,byte[]> Book.CONTENT_PDFThe columnPUBLIC.BOOK.CONTENT_PDF.final org.jooq.TableField<BookRecord,String> Book.CONTENT_TEXTThe columnPUBLIC.BOOK.CONTENT_TEXT.final org.jooq.TableField<BookRecord,Integer> Book.DETAILS_IDThe columnPUBLIC.BOOK.DETAILS_ID.final org.jooq.TableField<BookRecord,Integer> Book.IDThe columnPUBLIC.BOOK.ID.final org.jooq.TableField<BookRecord,Integer> Book.LANGUAGE_IDThe columnPUBLIC.BOOK.LANGUAGE_ID.final org.jooq.TableField<BookRecord,Integer> Book.PUBLISHED_INThe columnPUBLIC.BOOK.PUBLISHED_IN.final org.jooq.TableField<BookRecord,LocalDateTime> Book.REC_TIMESTAMPThe columnPUBLIC.BOOK.REC_TIMESTAMP.final org.jooq.TableField<BookRecord,Integer> Book.REC_VERSIONThe columnPUBLIC.BOOK.REC_VERSION.final 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 BookRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<BookRecord>Book.getPrimaryKey()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 BookRecordModifierConstructorDescriptionBook(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 BookRecordModifier and TypeMethodDescriptionBookRecord.value11(LocalDateTime value) BookRecord.value9(byte[] value) BookRecord.values(Integer value1, Integer value2, Integer value3, Integer value4, String value5, Integer value6, Integer value7, String value8, byte[] value9, Integer value10, LocalDateTime value11)