| Package | Description |
|---|---|
| org.jooq.scala.example.h2 | |
| org.jooq.scala.example.h2.tables | |
| org.jooq.scala.example.h2.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.ForeignKey<TBookToBookStoreRecord,TBookStoreRecord> |
Keys.FK_B2BS_BS_NAME |
static org.jooq.UniqueKey<TBookStoreRecord> |
Keys.UK_T_BOOK_STORE_NAME |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<TBookStoreRecord,String> |
TBookStore.NAME
The books store name
|
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<TBookStoreRecord>> |
TBookStore.getKeys() |
org.jooq.UniqueKey<TBookStoreRecord> |
TBookStore.getMainKey() |
Class<TBookStoreRecord> |
TBookStore.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
TBookStoreRecord |
TBookToBookStoreRecord.fetchTBookStore()
The book store name
This column is part of the table's PRIMARY KEY
This column is part of a FOREIGN KEY:
CONSTRAINT FK_B2BS_BS_NAME
FOREIGN KEY (BOOK_STORE_NAME)
REFERENCES PUBLIC.T_BOOK_STORE (NAME)
|
| Modifier and Type | Method and Description |
|---|---|
void |
TBookToBookStoreRecord.setBookStoreName(TBookStoreRecord value)
Link this record to a given
TBookStoreRecord |
Copyright © 2012. All Rights Reserved.