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

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

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

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

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

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type T_986_1Record
static org.jooq.TableField<T_986_1Record,Integer> T_986_1.REF
          An uncommented item CONSTRAINT t_986_1__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_1Record
 Class<T_986_1Record> T_986_1.getRecordType()
          The class holding records for this type
 List<org.jooq.ForeignKey<T_986_1Record,?>> T_986_1.getReferences()
           
 



Copyright © 2012. All Rights Reserved.