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

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

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

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type VBookRecord
static org.jooq.TableField<VBookRecord,Integer> VBook.AUTHOR_ID
          An uncommented item
static org.jooq.TableField<VBookRecord,Integer> VBook.CO_AUTHOR_ID
          An uncommented item
static org.jooq.TableField<VBookRecord,byte[]> VBook.CONTENT_PDF
          An uncommented item
static org.jooq.TableField<VBookRecord,String> VBook.CONTENT_TEXT
          An uncommented item
static org.jooq.TableField<VBookRecord,Integer> VBook.DETAILS_ID
          An uncommented item
static org.jooq.TableField<VBookRecord,Integer> VBook.ID
          An uncommented item
static org.jooq.TableField<VBookRecord,Integer> VBook.LANGUAGE_ID
          An uncommented item
static org.jooq.TableField<VBookRecord,Integer> VBook.PUBLISHED_IN
          An uncommented item
static org.jooq.TableField<VBookRecord,UBookStatus> VBook.STATUS
          An uncommented item
static org.jooq.TableField<VBookRecord,String> VBook.TITLE
          An uncommented item
 

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



Copyright © 2012. All Rights Reserved.