|
|||||||||
| 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
FOREIGN KEY [public.t_book.details_id]
REFERENCES t_book_details [public.t_book_details.id]
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||