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

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

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

Fields in org.jooq.util.maven.example.postgres with type parameters of type TTriggersRecord
static org.jooq.Identity<TTriggersRecord,Integer> Keys.IDENTITY_T_TRIGGERS
           
static org.jooq.UniqueKey<TTriggersRecord> Keys.PK_T_TRIGGERS
           
 

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

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type TTriggersRecord
static org.jooq.TableField<TTriggersRecord,Integer> TTriggers.COUNTER
          An uncommented item
static org.jooq.TableField<TTriggersRecord,Integer> TTriggers.ID
          An uncommented item
static org.jooq.TableField<TTriggersRecord,Integer> TTriggers.ID_GENERATED
          An uncommented item PRIMARY KEY
 

Methods in org.jooq.util.maven.example.postgres.tables that return types with arguments of type TTriggersRecord
 org.jooq.Identity<TTriggersRecord,Integer> TTriggers.getIdentity()
           
 List<org.jooq.UniqueKey<TTriggersRecord>> TTriggers.getKeys()
           
 org.jooq.UniqueKey<TTriggersRecord> TTriggers.getMainKey()
           
 Class<TTriggersRecord> TTriggers.getRecordType()
          The class holding records for this type
 



Copyright © 2012. All Rights Reserved.