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

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

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

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type VLibraryRecord
static org.jooq.TableField<VLibraryRecord,String> VLibrary.AUTHOR
          An uncommented item
static org.jooq.TableField<VLibraryRecord,String> VLibrary.TITLE
          An uncommented item
 

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



Copyright © 2012. All Rights Reserved.