Uses of Class
org.jooq.util.maven.example.mysql.tables.records.T_658_21Record

Packages that use T_658_21Record
org.jooq.util.maven.example.mysql   
org.jooq.util.maven.example.mysql.tables   
org.jooq.util.maven.example.mysql.tables.records   
 

Uses of T_658_21Record in org.jooq.util.maven.example.mysql
 

Fields in org.jooq.util.maven.example.mysql with type parameters of type T_658_21Record
static org.jooq.ForeignKey<T_658RefRecord,T_658_21Record> Keys.FK_T_658_21
           
static org.jooq.UniqueKey<T_658_21Record> Keys.KEY_T_658_21_PRIMARY
           
 

Uses of T_658_21Record in org.jooq.util.maven.example.mysql.tables
 

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type T_658_21Record
 org.jooq.TableField<T_658_21Record,Integer> T_658_21.ID
          An uncommented item PRIMARY KEY
 

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

Uses of T_658_21Record in org.jooq.util.maven.example.mysql.tables.records
 

Methods in org.jooq.util.maven.example.mysql.tables.records that return T_658_21Record
 T_658_21Record T_658RefRecord.fetchT_658_21()
          An uncommented item CONSTRAINT fk_t_658_21 FOREIGN KEY (ref_21) REFERENCES test2.t_658_21 (id)
 



Copyright © 2012. All Rights Reserved.