Uses of Class
org.jooq.util.oracle.sys.tables.AllTabCols

Packages that use AllTabCols
org.jooq.util.oracle.sys   
org.jooq.util.oracle.sys.tables   
 

Uses of AllTabCols in org.jooq.util.oracle.sys
 

Fields in org.jooq.util.oracle.sys declared as AllTabCols
static AllTabCols Tables.ALL_TAB_COLS
          Columns of user's tables, views and clusters
 

Uses of AllTabCols in org.jooq.util.oracle.sys.tables
 

Fields in org.jooq.util.oracle.sys.tables declared as AllTabCols
static AllTabCols AllTabCols.ALL_TAB_COLS
          The singleton instance of SYS.ALL_TAB_COLS
 

Methods in org.jooq.util.oracle.sys.tables that return AllTabCols
 AllTabCols AllTabCols.as(String alias)
           
 



Copyright © 2012. All Rights Reserved.