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

Packages that use T_658_22Record
org.jooq.util.maven.example.postgres   
org.jooq.util.maven.example.postgres.tables   
org.jooq.util.maven.example.postgres.tables.records   
 

Uses of T_658_22Record in org.jooq.util.maven.example.postgres
 

Fields in org.jooq.util.maven.example.postgres with type parameters of type T_658_22Record
static org.jooq.UniqueKey<T_658_22Record> Keys.PK_T_658_22
           
static org.jooq.ForeignKey<T_658RefRecord,T_658_22Record> Keys.T_658_REF__FK_T_658_22
           
 

Uses of T_658_22Record in org.jooq.util.maven.example.postgres.tables
 

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type T_658_22Record
static org.jooq.TableField<T_658_22Record,Integer> T_658_22.CD
          An uncommented item
static org.jooq.TableField<T_658_22Record,Integer> T_658_22.ID
          An uncommented item PRIMARY KEY
 

Methods in org.jooq.util.maven.example.postgres.tables that return types with arguments of type T_658_22Record
 List<org.jooq.UniqueKey<T_658_22Record>> T_658_22.getKeys()
           
 org.jooq.UniqueKey<T_658_22Record> T_658_22.getMainKey()
           
 Class<T_658_22Record> T_658_22.getRecordType()
          The class holding records for this type
 

Uses of T_658_22Record in org.jooq.util.maven.example.postgres.tables.records
 

Methods in org.jooq.util.maven.example.postgres.tables.records that return T_658_22Record
 T_658_22Record T_658RefRecord.fetchT_658_22()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_22 FOREIGN KEY (ref_22) REFERENCES public.t_658_22 (id)
 



Copyright © 2012. All Rights Reserved.