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

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

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

Fields in org.jooq.util.maven.example.mysql with type parameters of type TLanguageRecord
static org.jooq.ForeignKey<TBookRecord,TLanguageRecord> Keys.FK_T_BOOK_LANGUAGE_ID
           
static org.jooq.UniqueKey<TLanguageRecord> Keys.KEY_T_LANGUAGE_PRIMARY
           
 

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

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type TLanguageRecord
 org.jooq.TableField<TLanguageRecord,String> TLanguage.CD
          The language ISO code
 org.jooq.TableField<TLanguageRecord,String> TLanguage.DESCRIPTION
          The language description
 org.jooq.TableField<TLanguageRecord,String> TLanguage.DESCRIPTION_ENGLISH
          An uncommented item
 org.jooq.TableField<TLanguageRecord,Integer> TLanguage.ID
          The language ID PRIMARY KEY
 

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

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

Methods in org.jooq.util.maven.example.mysql.tables.records that return TLanguageRecord
 TLanguageRecord TBookRecord.fetchTLanguage()
          The language of the book CONSTRAINT fk_t_book_language_id FOREIGN KEY (LANGUAGE_ID) REFERENCES test2.t_language (ID)
 



Copyright © 2012. All Rights Reserved.