| 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_71Record,XTestCase_64_69Record> |
Keys.FK_X_TEST_CASE_71 |
static org.jooq.UniqueKey<XTestCase_71Record> |
Keys.PK_X_TEST_CASE_71 |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<XTestCase_71Record,Integer> |
XTestCase_71.ID
The table column
PUBLIC.X_TEST_CASE_71.ID
This column is part of the table's PRIMARY KEY |
org.jooq.TableField<XTestCase_71Record,Short> |
XTestCase_71.TEST_CASE_64_69_ID
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<org.jooq.UniqueKey<XTestCase_71Record>> |
XTestCase_71.getKeys() |
org.jooq.UniqueKey<XTestCase_71Record> |
XTestCase_71.getMainKey() |
Class<XTestCase_71Record> |
XTestCase_71.getRecordType()
The class holding records for this type
|
List<org.jooq.ForeignKey<XTestCase_71Record,?>> |
XTestCase_71.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
List<XTestCase_71Record> |
XTestCase_64_69Record.fetchXTestCase_71List()
The table column
PUBLIC.X_TEST_CASE_64_69.ID
This column is part of the table's PRIMARY KEY |
Copyright © 2012. All Rights Reserved.