| 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<T_658RefRecord,T_658_22Record> |
Keys.FK_T_658_22 |
static org.jooq.UniqueKey<T_658_22Record> |
Keys.PK_T_658_22 |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<T_658_22Record,Integer> |
T_658_22.CD
The table column
PUBLIC.T_658_22.CD |
org.jooq.TableField<T_658_22Record,Integer> |
T_658_22.ID
The table column
PUBLIC.T_658_22.ID
This column is part of the table's PRIMARY KEY |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<T_658_22Record>> |
T_658_22.getKeys() |
org.jooq.UniqueKey<T_658_22Record> |
T_658_22.getMainKey() |
Class<T_658_22Record> |
T_658_22.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
T_658_22Record |
T_658RefRecord.fetchT_658_22()
The table column
PUBLIC.T_658_REF.REF_22
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_22
FOREIGN KEY (REF_22)
REFERENCES PUBLIC.T_658_22 (ID)
|
| Modifier and Type | Method and Description |
|---|---|
void |
T_658RefRecord.setRef_22(T_658_22Record value)
Link this record to a given
T_658_22Record |
Copyright © 2012. All Rights Reserved.