| Package | Description |
|---|---|
| org.jooq.scala.example.h2 | |
| org.jooq.scala.example.h2.tables |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.ForeignKey<XTestCase_85Record,XUnusedRecord> |
Keys.FK_X_TEST_CASE_85 |
static org.jooq.UniqueKey<XTestCase_85Record> |
Keys.PK_X_TEST_CASE_85 |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<XTestCase_85Record,Integer> |
XTestCase_85.ID
The table column
PUBLIC.X_TEST_CASE_85.ID
This column is part of the table's PRIMARY KEY |
org.jooq.TableField<XTestCase_85Record,Integer> |
XTestCase_85.X_UNUSED_ID
The table column
PUBLIC.X_TEST_CASE_85.X_UNUSED_ID
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_TEST_CASE_85
FOREIGN KEY (X_UNUSED_ID, X_UNUSED_ID, X_UNUSED_NAME, X_UNUSED_NAME)
REFERENCES PUBLIC.X_UNUSED (ID, NAME)
|
org.jooq.TableField<XTestCase_85Record,String> |
XTestCase_85.X_UNUSED_NAME
The table column
PUBLIC.X_TEST_CASE_85.X_UNUSED_NAME
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_TEST_CASE_85
FOREIGN KEY (X_UNUSED_ID, X_UNUSED_ID, X_UNUSED_NAME, X_UNUSED_NAME)
REFERENCES PUBLIC.X_UNUSED (ID, NAME)
|
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<XTestCase_85Record>> |
XTestCase_85.getKeys() |
org.jooq.UniqueKey<XTestCase_85Record> |
XTestCase_85.getMainKey() |
Class<XTestCase_85Record> |
XTestCase_85.getRecordType()
The class holding records for this type
|
List<org.jooq.ForeignKey<XTestCase_85Record,?>> |
XTestCase_85.getReferences() |
Copyright © 2012. All Rights Reserved.