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

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

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

Fields in org.jooq.util.maven.example.ase declared as TBookStore
static TBookStore Tables.T_BOOK_STORE
          The table dbo.t_book_store
 

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

Fields in org.jooq.util.maven.example.ase.tables declared as TBookStore
static TBookStore TBookStore.T_BOOK_STORE
          The singleton instance of dbo.t_book_store
 

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



Copyright © 2012. All Rights Reserved.