| 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<XTestCase_64_69Record,XUnusedRecord> |
Keys.FK_X_TEST_CASE_64_69A |
static org.jooq.ForeignKey<XTestCase_71Record,XTestCase_64_69Record> |
Keys.FK_X_TEST_CASE_71 |
static org.jooq.UniqueKey<XTestCase_64_69Record> |
Keys.PK_X_TEST_CASE_64_69 |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<XTestCase_64_69Record,Integer> |
XTestCase_64_69.ID
The table column
PUBLIC.X_TEST_CASE_64_69.ID
This column is part of the table's PRIMARY KEY |
org.jooq.TableField<XTestCase_64_69Record,Integer> |
XTestCase_64_69.UNUSED_ID
The table column
PUBLIC.X_TEST_CASE_64_69.UNUSED_ID
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_TEST_CASE_64_69A
FOREIGN KEY (UNUSED_ID)
REFERENCES PUBLIC.X_UNUSED (ID)
|
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<XTestCase_64_69Record>> |
XTestCase_64_69.getKeys() |
org.jooq.UniqueKey<XTestCase_64_69Record> |
XTestCase_64_69.getMainKey() |
Class<XTestCase_64_69Record> |
XTestCase_64_69.getRecordType()
The class holding records for this type
|
List<org.jooq.ForeignKey<XTestCase_64_69Record,?>> |
XTestCase_64_69.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
XTestCase_64_69Record |
XTestCase_71Record.fetchXTestCase_64_69()
The table column
PUBLIC.X_TEST_CASE_71.TEST_CASE_64_69_ID
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_TEST_CASE_71
FOREIGN KEY (TEST_CASE_64_69_ID)
REFERENCES PUBLIC.X_TEST_CASE_64_69 (ID)
|
| Modifier and Type | Method and Description |
|---|---|
List<XTestCase_64_69Record> |
XUnusedRecord.fetchXTestCase_64_69List()
The table column
PUBLIC.X_UNUSED.ID
This column is part of the table's PRIMARY KEY |
| Modifier and Type | Method and Description |
|---|---|
void |
XTestCase_71Record.setTestCase_64_69Id(XTestCase_64_69Record value)
Link this record to a given
XTestCase_64_69Record |
Copyright © 2012. All Rights Reserved.