| 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_85Record,XUnusedRecord> |
Keys.FK_X_TEST_CASE_85 |
static org.jooq.ForeignKey<XUnusedRecord,XUnusedRecord> |
Keys.FK_X_UNUSED_SELF |
static org.jooq.ForeignKey<XUnusedRecord,XUnusedRecord> |
Keys.FK_X_UNUSED_SELF |
static org.jooq.UniqueKey<XUnusedRecord> |
Keys.PK_X_UNUSED |
static org.jooq.UniqueKey<XUnusedRecord> |
Keys.UK_X_UNUSED_ID |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<XUnusedRecord,BigInteger> |
XUnused.BIG_INTEGER
The table column
PUBLIC.X_UNUSED.BIG_INTEGER |
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.CLASS
The table column
PUBLIC.X_UNUSED.CLASS |
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.CONFIGURATION
The table column
PUBLIC.X_UNUSED.CONFIGURATION |
org.jooq.TableField<XUnusedRecord,BigDecimal> |
XUnused.FIELD_737
The table column
PUBLIC.X_UNUSED.FIELD 737 |
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.FIELDS
The table column
PUBLIC.X_UNUSED.FIELDS |
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.ID
The table column
PUBLIC.X_UNUSED.ID
This column is part of the table's PRIMARY KEY |
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.ID_REF
The table column
PUBLIC.X_UNUSED.ID_REF
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_UNUSED_SELF
FOREIGN KEY (ID_REF, ID_REF, NAME_REF, NAME_REF)
REFERENCES PUBLIC.X_UNUSED (ID, NAME)
|
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.META_DATA
The table column
PUBLIC.X_UNUSED.META_DATA |
org.jooq.TableField<XUnusedRecord,String> |
XUnused.NAME
The table column
PUBLIC.X_UNUSED.NAME
This column is part of the table's PRIMARY KEY |
org.jooq.TableField<XUnusedRecord,String> |
XUnused.NAME_REF
The table column
PUBLIC.X_UNUSED.NAME_REF
This column is part of a FOREIGN KEY:
CONSTRAINT FK_X_UNUSED_SELF
FOREIGN KEY (ID_REF, ID_REF, NAME_REF, NAME_REF)
REFERENCES PUBLIC.X_UNUSED (ID, NAME)
|
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.PRIMARY_KEY
The table column
PUBLIC.X_UNUSED.PRIMARY_KEY |
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.PRIMARYKEY
The table column
PUBLIC.X_UNUSED.PRIMARYKEY |
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.TABLE
The table column
PUBLIC.X_UNUSED.TABLE |
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.TYPE0
The table column
PUBLIC.X_UNUSED.TYPE0 |
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.U_D_T
The table column
PUBLIC.X_UNUSED.U_D_T |
org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.VALUES
The table column
PUBLIC.X_UNUSED.VALUES |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<XUnusedRecord>> |
XUnused.getKeys() |
org.jooq.UniqueKey<XUnusedRecord> |
XUnused.getMainKey() |
Class<XUnusedRecord> |
XUnused.getRecordType()
The class holding records for this type
|
List<org.jooq.ForeignKey<XUnusedRecord,?>> |
XUnused.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
XUnusedRecord |
XTestCase_64_69Record.fetchXUnused()
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 |
|---|---|
void |
XTestCase_64_69Record.setUnusedId(XUnusedRecord value)
Link this record to a given
XUnusedRecord |
Copyright © 2012. All Rights Reserved.