|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use XTestCase_64_69Record | |
|---|---|
| org.jooq.util.maven.example.mysql | |
| org.jooq.util.maven.example.mysql.tables | |
| org.jooq.util.maven.example.mysql.tables.records | |
| Uses of XTestCase_64_69Record in org.jooq.util.maven.example.mysql |
|---|
| Fields in org.jooq.util.maven.example.mysql with type parameters of type XTestCase_64_69Record | |
|---|---|
static org.jooq.ForeignKey<XTestCase_64_69Record,XUnusedRecord> |
Keys.fk_x_test_case_64_69
|
static org.jooq.ForeignKey<XTestCase_71Record,XTestCase_64_69Record> |
Keys.fk_x_test_case_71
|
static org.jooq.UniqueKey<XTestCase_64_69Record> |
Keys.KEY_x_test_case_64_69_PRIMARY
|
| Uses of XTestCase_64_69Record in org.jooq.util.maven.example.mysql.tables |
|---|
| Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type XTestCase_64_69Record | |
|---|---|
org.jooq.TableField<XTestCase_64_69Record,Integer> |
XTestCase_64_69.ID
An uncommented item PRIMARY KEY |
org.jooq.TableField<XTestCase_64_69Record,Integer> |
XTestCase_64_69.UNUSED_ID
An uncommented item
FOREIGN KEY [test.x_test_case_64_69.UNUSED_ID]
REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
|
| Methods in org.jooq.util.maven.example.mysql.tables that return types with arguments of type XTestCase_64_69Record | |
|---|---|
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()
|
| Uses of XTestCase_64_69Record in org.jooq.util.maven.example.mysql.tables.records |
|---|
| Methods in org.jooq.util.maven.example.mysql.tables.records that return XTestCase_64_69Record | |
|---|---|
XTestCase_64_69Record |
XTestCase_71Record.fetchXTestCase_64_69()
An uncommented item
FOREIGN KEY [test.x_test_case_71.TEST_CASE_64_69_ID]
REFERENCES x_test_case_64_69 [test.x_test_case_64_69.ID]
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||