|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use XTestCase_85Record | |
|---|---|
| org.jooq.util.maven.example.ase | |
| org.jooq.util.maven.example.ase.tables | |
| org.jooq.util.maven.example.ase.tables.records | |
| Uses of XTestCase_85Record in org.jooq.util.maven.example.ase |
|---|
| Fields in org.jooq.util.maven.example.ase with type parameters of type XTestCase_85Record | |
|---|---|
static org.jooq.ForeignKey<XTestCase_85Record,XUnusedRecord> |
Keys.X_TEST_CASE_85__FK_X_TEST_CASE_85
|
static org.jooq.UniqueKey<XTestCase_85Record> |
Keys.X_TEST_CASE_85__PK_X_TEST_CASE_85
|
| Uses of XTestCase_85Record in org.jooq.util.maven.example.ase.tables |
|---|
| Fields in org.jooq.util.maven.example.ase.tables with type parameters of type XTestCase_85Record | |
|---|---|
org.jooq.TableField<XTestCase_85Record,Integer> |
XTestCase_85.ID
An uncommented item PRIMARY KEY |
org.jooq.TableField<XTestCase_85Record,Integer> |
XTestCase_85.X_UNUSED_ID
An uncommented item
CONSTRAINT x_test_case_85__fk_x_test_case_85
FOREIGN KEY (x_unused_id, x_unused_name)
REFERENCES dbo.x_unused (ID, NAME)
|
org.jooq.TableField<XTestCase_85Record,String> |
XTestCase_85.X_UNUSED_NAME
An uncommented item
CONSTRAINT x_test_case_85__fk_x_test_case_85
FOREIGN KEY (x_unused_id, x_unused_name)
REFERENCES dbo.x_unused (ID, NAME)
|
| Methods in org.jooq.util.maven.example.ase.tables that return types with arguments of type XTestCase_85Record | |
|---|---|
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()
|
| Uses of XTestCase_85Record in org.jooq.util.maven.example.ase.tables.records |
|---|
| Methods in org.jooq.util.maven.example.ase.tables.records that return types with arguments of type XTestCase_85Record | |
|---|---|
List<XTestCase_85Record> |
XUnusedRecord.fetchXTestCase_85List()
An uncommented item PRIMARY KEY |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||