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

Packages that use T_986_2Record
org.jooq.util.maven.example.postgres   
org.jooq.util.maven.example.postgres.tables   
 

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

Fields in org.jooq.util.maven.example.postgres with type parameters of type T_986_2Record
static org.jooq.ForeignKey<T_986_2Record,XUnusedRecord> Keys.T_986_2__FK_986
           
 

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

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type T_986_2Record
static org.jooq.TableField<T_986_2Record,Integer> T_986_2.REF
          An uncommented item CONSTRAINT t_986_2__fk_986 FOREIGN KEY (ref, ref) REFERENCES public.x_unused (id)
 

Methods in org.jooq.util.maven.example.postgres.tables that return types with arguments of type T_986_2Record
 Class<T_986_2Record> T_986_2.getRecordType()
          The class holding records for this type
 List<org.jooq.ForeignKey<T_986_2Record,?>> T_986_2.getReferences()
           
 



Copyright © 2012. All Rights Reserved.