Uses of Class
org.jooq.util.maven.example.postgres.tables.records.TBookToBookStoreRecord

Packages that use TBookToBookStoreRecord
org.jooq.util.maven.example.postgres   
org.jooq.util.maven.example.postgres.tables   
org.jooq.util.maven.example.postgres.tables.records   
 

Uses of TBookToBookStoreRecord in org.jooq.util.maven.example.postgres
 

Fields in org.jooq.util.maven.example.postgres with type parameters of type TBookToBookStoreRecord
static org.jooq.UniqueKey<TBookToBookStoreRecord> Keys.PK_B2BS
           
static org.jooq.ForeignKey<TBookToBookStoreRecord,TBookRecord> Keys.T_BOOK_TO_BOOK_STORE__FK_B2BS_B_ID
           
static org.jooq.ForeignKey<TBookToBookStoreRecord,TBookStoreRecord> Keys.T_BOOK_TO_BOOK_STORE__FK_B2BS_BS_NAME
           
 

Uses of TBookToBookStoreRecord in org.jooq.util.maven.example.postgres.tables
 

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type TBookToBookStoreRecord
static org.jooq.TableField<TBookToBookStoreRecord,Integer> TBookToBookStore.BOOK_ID
          An uncommented item PRIMARY KEY CONSTRAINT t_book_to_book_store__fk_b2bs_b_id FOREIGN KEY (book_id) REFERENCES public.t_book (id)
static org.jooq.TableField<TBookToBookStoreRecord,String> TBookToBookStore.BOOK_STORE_NAME
          An uncommented item PRIMARY KEY CONSTRAINT t_book_to_book_store__fk_b2bs_bs_name FOREIGN KEY (book_store_name) REFERENCES public.t_book_store (name)
static org.jooq.TableField<TBookToBookStoreRecord,Integer> TBookToBookStore.STOCK
          An uncommented item
 

Methods in org.jooq.util.maven.example.postgres.tables that return types with arguments of type TBookToBookStoreRecord
 List<org.jooq.UniqueKey<TBookToBookStoreRecord>> TBookToBookStore.getKeys()
           
 org.jooq.UniqueKey<TBookToBookStoreRecord> TBookToBookStore.getMainKey()
           
 Class<TBookToBookStoreRecord> TBookToBookStore.getRecordType()
          The class holding records for this type
 List<org.jooq.ForeignKey<TBookToBookStoreRecord,?>> TBookToBookStore.getReferences()
           
 

Uses of TBookToBookStoreRecord in org.jooq.util.maven.example.postgres.tables.records
 

Methods in org.jooq.util.maven.example.postgres.tables.records that return types with arguments of type TBookToBookStoreRecord
 List<TBookToBookStoreRecord> TBookStoreRecord.fetchTBookToBookStoreList()
          An uncommented item
 List<TBookToBookStoreRecord> TBookRecord.fetchTBookToBookStoreList()
          An uncommented item PRIMARY KEY
 



Copyright © 2012. All Rights Reserved.