Uses of Class
org.jooq.util.maven.example.ase.tables.VAuthor

Packages that use VAuthor
org.jooq.util.maven.example.ase   
org.jooq.util.maven.example.ase.tables   
 

Uses of VAuthor in org.jooq.util.maven.example.ase
 

Fields in org.jooq.util.maven.example.ase declared as VAuthor
static VAuthor Tables.V_AUTHOR
          The table dbo.v_author
 

Uses of VAuthor in org.jooq.util.maven.example.ase.tables
 

Fields in org.jooq.util.maven.example.ase.tables declared as VAuthor
static VAuthor VAuthor.V_AUTHOR
          The singleton instance of dbo.v_author
 

Methods in org.jooq.util.maven.example.ase.tables that return VAuthor
 VAuthor VAuthor.as(String alias)
           
 



Copyright © 2012. All Rights Reserved.