|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TBookDetailsRecord | |
|---|---|
| org.jooq.util.maven.example.postgres | |
| org.jooq.util.maven.example.postgres.tables | |
| org.jooq.util.maven.example.postgres.tables.records | |
| Uses of TBookDetailsRecord in org.jooq.util.maven.example.postgres |
|---|
| Fields in org.jooq.util.maven.example.postgres with type parameters of type TBookDetailsRecord | |
|---|---|
static org.jooq.UniqueKey<TBookDetailsRecord> |
Keys.PK_T_BOOK_DETAILS
|
static org.jooq.ForeignKey<TBookRecord,TBookDetailsRecord> |
Keys.T_BOOK__FK_T_BOOK_DETAILS_ID
|
| Uses of TBookDetailsRecord in org.jooq.util.maven.example.postgres.tables |
|---|
| Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type TBookDetailsRecord | |
|---|---|
static org.jooq.TableField<TBookDetailsRecord,Integer> |
TBookDetails.ID
An uncommented item PRIMARY KEY |
| Methods in org.jooq.util.maven.example.postgres.tables that return types with arguments of type TBookDetailsRecord | |
|---|---|
List<org.jooq.UniqueKey<TBookDetailsRecord>> |
TBookDetails.getKeys()
|
org.jooq.UniqueKey<TBookDetailsRecord> |
TBookDetails.getMainKey()
|
Class<TBookDetailsRecord> |
TBookDetails.getRecordType()
The class holding records for this type |
| Uses of TBookDetailsRecord in org.jooq.util.maven.example.postgres.tables.records |
|---|
| Methods in org.jooq.util.maven.example.postgres.tables.records that return TBookDetailsRecord | |
|---|---|
TBookDetailsRecord |
TBookRecord.fetchTBookDetails()
An uncommented item
CONSTRAINT t_book__fk_t_book_details_id
FOREIGN KEY (details_id)
REFERENCES public.t_book_details (id)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||