|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use XUnusedRecord | |
|---|---|
| org.jooq.util.maven.example.postgres | |
| org.jooq.util.maven.example.postgres.tables | |
| org.jooq.util.maven.example.postgres.tables.records | |
| Uses of XUnusedRecord in org.jooq.util.maven.example.postgres |
|---|
| Fields in org.jooq.util.maven.example.postgres with type parameters of type XUnusedRecord | |
|---|---|
static org.jooq.UniqueKey<XUnusedRecord> |
Keys.PK_X_UNUSED
|
static org.jooq.ForeignKey<T_986_1Record,XUnusedRecord> |
Keys.T_986_1__FK_986
|
static org.jooq.ForeignKey<T_986_2Record,XUnusedRecord> |
Keys.T_986_2__FK_986
|
static org.jooq.UniqueKey<XUnusedRecord> |
Keys.UK_X_UNUSED_ID
|
static org.jooq.ForeignKey<XTestCase_64_69Record,XUnusedRecord> |
Keys.X_TEST_CASE_64_69__FK_X_TEST_CASE_64_69A
|
static org.jooq.ForeignKey<XTestCase_85Record,XUnusedRecord> |
Keys.X_TEST_CASE_85__FK_X_TEST_CASE_85
|
static org.jooq.ForeignKey<XUnusedRecord,XUnusedRecord> |
Keys.X_UNUSED__FK_X_UNUSED_SELF
|
static org.jooq.ForeignKey<XUnusedRecord,XUnusedRecord> |
Keys.X_UNUSED__FK_X_UNUSED_SELF
|
| Uses of XUnusedRecord in org.jooq.util.maven.example.postgres.tables |
|---|
| Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type XUnusedRecord | |
|---|---|
static org.jooq.TableField<XUnusedRecord,BigInteger> |
XUnused.BIG_INTEGER
An uncommented item |
static org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.CLASS
An uncommented item |
static org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.CONFIGURATION
An uncommented item |
static org.jooq.TableField<XUnusedRecord,BigDecimal> |
XUnused.FIELD_737
An uncommented item |
static org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.FIELDS
An uncommented item |
static org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.ID
An uncommented item PRIMARY KEY |
static org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.ID_REF
An uncommented item
CONSTRAINT x_unused__fk_x_unused_self
FOREIGN KEY (id_ref, name_ref)
REFERENCES public.x_unused (id, name)
|
static org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.META_DATA
An uncommented item |
static org.jooq.TableField<XUnusedRecord,String> |
XUnused.NAME
An uncommented item PRIMARY KEY |
static org.jooq.TableField<XUnusedRecord,String> |
XUnused.NAME_REF
An uncommented item
CONSTRAINT x_unused__fk_x_unused_self
FOREIGN KEY (id_ref, name_ref)
REFERENCES public.x_unused (id, name)
|
static org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.PRIMARY_KEY
An uncommented item |
static org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.PRIMARYKEY
An uncommented item |
static org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.TYPE0
An uncommented item |
static org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.U_D_T
An uncommented item |
static org.jooq.TableField<XUnusedRecord,Integer> |
XUnused.VALUES
An uncommented item |
| Methods in org.jooq.util.maven.example.postgres.tables that return types with arguments of type XUnusedRecord | |
|---|---|
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()
|
| Uses of XUnusedRecord in org.jooq.util.maven.example.postgres.tables.records |
|---|
| Methods in org.jooq.util.maven.example.postgres.tables.records that return XUnusedRecord | |
|---|---|
XUnusedRecord |
XUnusedRecord.fetchXUnused()
An uncommented item
CONSTRAINT x_unused__fk_x_unused_self
FOREIGN KEY (id_ref, name_ref)
REFERENCES public.x_unused (id, name)
|
XUnusedRecord |
XTestCase_85Record.fetchXUnused()
An uncommented item
CONSTRAINT x_test_case_85__fk_x_test_case_85
FOREIGN KEY (x_unused_id, x_unused_name)
REFERENCES public.x_unused (id, name)
|
XUnusedRecord |
XTestCase_64_69Record.fetchXUnused()
An uncommented item
CONSTRAINT x_test_case_64_69__fk_x_test_case_64_69a
FOREIGN KEY (unused_id)
REFERENCES public.x_unused (id)
|
| Methods in org.jooq.util.maven.example.postgres.tables.records that return types with arguments of type XUnusedRecord | |
|---|---|
List<XUnusedRecord> |
XUnusedRecord.fetchXUnusedList()
An uncommented item PRIMARY KEY |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||