Uses of Class
org.jooq.util.maven.example.postgres.tables.records.XUnusedRecord

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_69
           
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 FOREIGN KEY [public.x_unused.id_ref, public.x_unused.name_ref] REFERENCES x_unused [public.x_unused.id, public.x_unused.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 FOREIGN KEY [public.x_unused.id_ref, public.x_unused.name_ref] REFERENCES x_unused [public.x_unused.id, public.x_unused.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 FOREIGN KEY [public.x_unused.id_ref, public.x_unused.name_ref] REFERENCES x_unused [public.x_unused.id, public.x_unused.name]
 XUnusedRecord XTestCase_85Record.fetchXUnused()
          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]
 XUnusedRecord XTestCase_64_69Record.fetchXUnused()
          An uncommented item FOREIGN KEY [public.x_test_case_64_69.unused_id] REFERENCES x_unused [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
 



Copyright © 2012. All Rights Reserved.