Uses of Class
org.apache.camel.component.jooq.db.tables.BookStore
Packages that use BookStore
-
Uses of BookStore in org.apache.camel.component.jooq.db
Fields in org.apache.camel.component.jooq.db declared as BookStoreModifier and TypeFieldDescriptionfinal BookStorePublic.BOOK_STOREThe tablePUBLIC.BOOK_STORE.static final BookStoreTables.BOOK_STOREThe tablePUBLIC.BOOK_STORE. -
Uses of BookStore in org.apache.camel.component.jooq.db.tables
Fields in org.apache.camel.component.jooq.db.tables declared as BookStoreModifier and TypeFieldDescriptionstatic final BookStoreBookStore.BOOK_STOREThe reference instance ofPUBLIC.BOOK_STOREMethods in org.apache.camel.component.jooq.db.tables that return BookStoreModifier and TypeMethodDescriptionBookStore.as(org.jooq.Name alias) BookStore.as(org.jooq.Table<?> alias) BookToBookStore.bookStore()Get the implicit join path to thePUBLIC.BOOK_STOREtable.Rename this tableBookStore.rename(org.jooq.Name name) Rename this tableBookStore.rename(org.jooq.Table<?> name) Rename this table