org.jooq.util.oracle.sys
Class Tables

java.lang.Object
  extended by org.jooq.util.oracle.sys.Tables

@Generated(value={"http://www.jooq.org","2.0.6"},
           comments="This class is generated by jOOQ")
public final class Tables
extends Object

This class is generated by jOOQ. Convenience access to all tables in SYS


Field Summary
static AllArguments ALL_ARGUMENTS
          Arguments in object accessible to the user
static AllColComments ALL_COL_COMMENTS
          Comments on columns of accessible tables and views
static AllCollTypes ALL_COLL_TYPES
          Description of named collection types accessible to the user
static AllConsColumns ALL_CONS_COLUMNS
          Information about accessible columns in constraint definitions
static AllConstraints ALL_CONSTRAINTS
          Constraint definitions on accessible tables
static AllObjects ALL_OBJECTS
          Objects accessible to the user
static AllProcedures ALL_PROCEDURES
          Functions/procedures/packages/types/triggers available to the user
static AllSequences ALL_SEQUENCES
          Description of SEQUENCEs accessible to the user
static AllTabCols ALL_TAB_COLS
          Columns of user's tables, views and clusters
static AllTabComments ALL_TAB_COMMENTS
          Comments on tables and views accessible to the user
static AllTypeAttrs ALL_TYPE_ATTRS
          Description of attributes of types accessible to the user
static AllTypes ALL_TYPES
          Description of types accessible to the user
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_ARGUMENTS

public static AllArguments ALL_ARGUMENTS
Arguments in object accessible to the user


ALL_COL_COMMENTS

public static AllColComments ALL_COL_COMMENTS
Comments on columns of accessible tables and views


ALL_COLL_TYPES

public static AllCollTypes ALL_COLL_TYPES
Description of named collection types accessible to the user


ALL_CONS_COLUMNS

public static AllConsColumns ALL_CONS_COLUMNS
Information about accessible columns in constraint definitions


ALL_CONSTRAINTS

public static AllConstraints ALL_CONSTRAINTS
Constraint definitions on accessible tables


ALL_OBJECTS

public static AllObjects ALL_OBJECTS
Objects accessible to the user


ALL_PROCEDURES

public static AllProcedures ALL_PROCEDURES
Functions/procedures/packages/types/triggers available to the user


ALL_SEQUENCES

public static AllSequences ALL_SEQUENCES
Description of SEQUENCEs accessible to the user


ALL_TAB_COLS

public static AllTabCols ALL_TAB_COLS
Columns of user's tables, views and clusters


ALL_TAB_COMMENTS

public static AllTabComments ALL_TAB_COMMENTS
Comments on tables and views accessible to the user


ALL_TYPE_ATTRS

public static AllTypeAttrs ALL_TYPE_ATTRS
Description of attributes of types accessible to the user


ALL_TYPES

public static AllTypes ALL_TYPES
Description of types accessible to the user



Copyright © 2012. All Rights Reserved.