Uses of Class
org.jooq.util.maven.example.ase.tables.records.XTestCase_64_69Record

Packages that use XTestCase_64_69Record
org.jooq.util.maven.example.ase   
org.jooq.util.maven.example.ase.tables   
org.jooq.util.maven.example.ase.tables.records   
 

Uses of XTestCase_64_69Record in org.jooq.util.maven.example.ase
 

Fields in org.jooq.util.maven.example.ase with type parameters of type XTestCase_64_69Record
static org.jooq.ForeignKey<XTestCase_64_69Record,XUnusedRecord> Keys.X_TEST_CASE_64_69__FK_X_TEST_CASE_64_69A
           
static org.jooq.UniqueKey<XTestCase_64_69Record> Keys.X_TEST_CASE_64_69__PK_X_TEST_CASE_64_69
           
static org.jooq.ForeignKey<XTestCase_71Record,XTestCase_64_69Record> Keys.X_TEST_CASE_71__FK_X_TEST_CASE_71
           
 

Uses of XTestCase_64_69Record in org.jooq.util.maven.example.ase.tables
 

Fields in org.jooq.util.maven.example.ase.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 CONSTRAINT x_test_case_64_69__fk_x_test_case_64_69a FOREIGN KEY (UNUSED_ID) REFERENCES dbo.x_unused (ID)
 

Methods in org.jooq.util.maven.example.ase.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.ase.tables.records
 

Methods in org.jooq.util.maven.example.ase.tables.records that return XTestCase_64_69Record
 XTestCase_64_69Record XTestCase_71Record.fetchXTestCase_64_69()
          An uncommented item CONSTRAINT x_test_case_71__fk_x_test_case_71 FOREIGN KEY (TEST_CASE_64_69_ID) REFERENCES dbo.x_test_case_64_69 (ID)
 

Methods in org.jooq.util.maven.example.ase.tables.records that return types with arguments of type XTestCase_64_69Record
 List<XTestCase_64_69Record> XUnusedRecord.fetchXTestCase_64_69List()
          An uncommented item PRIMARY KEY
 



Copyright © 2012. All Rights Reserved.