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

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

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

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

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

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type TArraysRecord
static org.jooq.TableField<TArraysRecord,Integer[]> TArrays.ARRAY_ARRAY
          An uncommented item
static org.jooq.TableField<TArraysRecord,Date[]> TArrays.DATE_ARRAY
          An uncommented item
static org.jooq.TableField<TArraysRecord,UCountry[]> TArrays.ENUM_ARRAY
          An uncommented item
static org.jooq.TableField<TArraysRecord,Integer> TArrays.ID
          An uncommented item PRIMARY KEY
static org.jooq.TableField<TArraysRecord,Integer[]> TArrays.NUMBER_ARRAY
          An uncommented item
static org.jooq.TableField<TArraysRecord,String[]> TArrays.STRING_ARRAY
          An uncommented item
static org.jooq.TableField<TArraysRecord,UStreetTypeRecord[]> TArrays.UDT_ARRAY
          An uncommented item
 

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



Copyright © 2012. All Rights Reserved.