|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TBookStoreRecord | |
|---|---|
| org.jooq.util.maven.example.postgres | |
| org.jooq.util.maven.example.postgres.tables | |
| org.jooq.util.maven.example.postgres.tables.records | |
| Uses of TBookStoreRecord in org.jooq.util.maven.example.postgres |
|---|
| Fields in org.jooq.util.maven.example.postgres with type parameters of type TBookStoreRecord | |
|---|---|
static org.jooq.ForeignKey<TBookToBookStoreRecord,TBookStoreRecord> |
Keys.t_book_to_book_store__fk_b2bs_bs_name
|
static org.jooq.UniqueKey<TBookStoreRecord> |
Keys.uk_t_book_store_name
|
| Uses of TBookStoreRecord in org.jooq.util.maven.example.postgres.tables |
|---|
| Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type TBookStoreRecord | |
|---|---|
static org.jooq.TableField<TBookStoreRecord,String> |
TBookStore.NAME
An uncommented item |
| Methods in org.jooq.util.maven.example.postgres.tables that return types with arguments of type TBookStoreRecord | |
|---|---|
List<org.jooq.UniqueKey<TBookStoreRecord>> |
TBookStore.getKeys()
|
org.jooq.UniqueKey<TBookStoreRecord> |
TBookStore.getMainKey()
|
Class<TBookStoreRecord> |
TBookStore.getRecordType()
The class holding records for this type |
| Uses of TBookStoreRecord in org.jooq.util.maven.example.postgres.tables.records |
|---|
| Methods in org.jooq.util.maven.example.postgres.tables.records that return TBookStoreRecord | |
|---|---|
TBookStoreRecord |
TBookToBookStoreRecord.fetchTBookStore()
An uncommented item PRIMARY KEY
FOREIGN KEY [public.t_book_to_book_store.book_store_name]
REFERENCES t_book_store [public.t_book_store.name]
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||