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

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

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

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

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

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

Methods in org.jooq.util.maven.example.postgres.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.