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

Packages that use T_725LobTestRecord
org.jooq.util.maven.example.mysql   
org.jooq.util.maven.example.mysql.tables   
 

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

Fields in org.jooq.util.maven.example.mysql with type parameters of type T_725LobTestRecord
static org.jooq.UniqueKey<T_725LobTestRecord> Keys.KEY_T_725_LOB_TEST_PRIMARY
           
 

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

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type T_725LobTestRecord
 org.jooq.TableField<T_725LobTestRecord,Integer> T_725LobTest.ID
          An uncommented item PRIMARY KEY
 org.jooq.TableField<T_725LobTestRecord,byte[]> T_725LobTest.LOB
          An uncommented item
 

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



Copyright © 2012. All Rights Reserved.