| 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_11Record> |
Keys.FK_T_658_11 |
static org.jooq.ForeignKey<T_658RefRecord,T_658_12Record> |
Keys.FK_T_658_12 |
static org.jooq.ForeignKey<T_658RefRecord,T_658_21Record> |
Keys.FK_T_658_21 |
static org.jooq.ForeignKey<T_658RefRecord,T_658_22Record> |
Keys.FK_T_658_22 |
static org.jooq.ForeignKey<T_658RefRecord,T_658_31Record> |
Keys.FK_T_658_31 |
static org.jooq.ForeignKey<T_658RefRecord,T_658_32Record> |
Keys.FK_T_658_32 |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<T_658RefRecord,String> |
T_658Ref.REF_11
The table column
PUBLIC.T_658_REF.REF_11
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_11
FOREIGN KEY (REF_11)
REFERENCES PUBLIC.T_658_11 (ID)
|
org.jooq.TableField<T_658RefRecord,String> |
T_658Ref.REF_12
The table column
PUBLIC.T_658_REF.REF_12
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_12
FOREIGN KEY (REF_12)
REFERENCES PUBLIC.T_658_12 (ID)
|
org.jooq.TableField<T_658RefRecord,Integer> |
T_658Ref.REF_21
The table column
PUBLIC.T_658_REF.REF_21
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_21
FOREIGN KEY (REF_21)
REFERENCES PUBLIC.T_658_21 (ID)
|
org.jooq.TableField<T_658RefRecord,Integer> |
T_658Ref.REF_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)
|
org.jooq.TableField<T_658RefRecord,Long> |
T_658Ref.REF_31
The table column
PUBLIC.T_658_REF.REF_31
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_31
FOREIGN KEY (REF_31)
REFERENCES PUBLIC.T_658_31 (ID)
|
org.jooq.TableField<T_658RefRecord,Long> |
T_658Ref.REF_32
The table column
PUBLIC.T_658_REF.REF_32
This column is part of a FOREIGN KEY:
CONSTRAINT FK_T_658_32
FOREIGN KEY (REF_32)
REFERENCES PUBLIC.T_658_32 (ID)
|
| Modifier and Type | Method and Description |
|---|---|
Class<T_658RefRecord> |
T_658Ref.getRecordType()
The class holding records for this type
|
List<org.jooq.ForeignKey<T_658RefRecord,?>> |
T_658Ref.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
List<T_658RefRecord> |
T_658_32Record.fetchT_658RefList()
The table column
PUBLIC.T_658_32.ID
This column is part of the table's PRIMARY KEY |
List<T_658RefRecord> |
T_658_31Record.fetchT_658RefList()
The table column
PUBLIC.T_658_31.ID
This column is part of the table's PRIMARY KEY |
List<T_658RefRecord> |
T_658_22Record.fetchT_658RefList()
The table column
PUBLIC.T_658_22.ID
This column is part of the table's PRIMARY KEY |
List<T_658RefRecord> |
T_658_21Record.fetchT_658RefList()
The table column
PUBLIC.T_658_21.ID
This column is part of the table's PRIMARY KEY |
List<T_658RefRecord> |
T_658_12Record.fetchT_658RefList()
The table column
PUBLIC.T_658_12.ID
This column is part of the table's PRIMARY KEY |
List<T_658RefRecord> |
T_658_11Record.fetchT_658RefList()
The table column
PUBLIC.T_658_11.ID
This column is part of the table's PRIMARY KEY |
Copyright © 2012. All Rights Reserved.