|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use XTestCase_85Record | |
|---|---|
| org.jooq.util.maven.example.postgres | |
| org.jooq.util.maven.example.postgres.tables | |
| org.jooq.util.maven.example.postgres.tables.records | |
| Uses of XTestCase_85Record in org.jooq.util.maven.example.postgres |
|---|
| Fields in org.jooq.util.maven.example.postgres with type parameters of type XTestCase_85Record | |
|---|---|
static org.jooq.UniqueKey<XTestCase_85Record> |
Keys.pk_x_test_case_85
|
static org.jooq.ForeignKey<XTestCase_85Record,XUnusedRecord> |
Keys.x_test_case_85__fk_x_test_case_85
|
| Uses of XTestCase_85Record in org.jooq.util.maven.example.postgres.tables |
|---|
| Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type XTestCase_85Record | |
|---|---|
static org.jooq.TableField<XTestCase_85Record,Integer> |
XTestCase_85.ID
An uncommented item PRIMARY KEY |
static org.jooq.TableField<XTestCase_85Record,Integer> |
XTestCase_85.X_UNUSED_ID
An uncommented item
FOREIGN KEY [public.x_test_case_85.x_unused_id, public.x_test_case_85.x_unused_name]
REFERENCES x_unused [public.x_unused.id, public.x_unused.name]
|
static org.jooq.TableField<XTestCase_85Record,String> |
XTestCase_85.X_UNUSED_NAME
An uncommented item
FOREIGN KEY [public.x_test_case_85.x_unused_id, public.x_test_case_85.x_unused_name]
REFERENCES x_unused [public.x_unused.id, public.x_unused.name]
|
| Methods in org.jooq.util.maven.example.postgres.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.postgres.tables.records |
|---|
| Methods in org.jooq.util.maven.example.postgres.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 | ||||||||