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

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

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

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type VAuthorRecord
static org.jooq.TableField<VAuthorRecord,UAddressTypeRecord> VAuthor.ADDRESS
          An uncommented item
static org.jooq.TableField<VAuthorRecord,Timestamp> VAuthor.DATE_OF_BIRTH
          An uncommented item
static org.jooq.TableField<VAuthorRecord,String> VAuthor.FIRST_NAME
          An uncommented item
static org.jooq.TableField<VAuthorRecord,Integer> VAuthor.ID
          An uncommented item
static org.jooq.TableField<VAuthorRecord,String> VAuthor.LAST_NAME
          An uncommented item
static org.jooq.TableField<VAuthorRecord,Integer> VAuthor.YEAR_OF_BIRTH
          An uncommented item
 

Methods in org.jooq.util.maven.example.postgres.tables that return types with arguments of type VAuthorRecord
 Class<VAuthorRecord> VAuthor.getRecordType()
          The class holding records for this type
 



Copyright © 2012. All Rights Reserved.