org.jooq.util.oracle.sys.Tables Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.oracle.sys;
/**
* This class is generated by jOOQ.
*
* Convenience access to all tables in SYS
*/
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.5.0"},
comments = "This class is generated by jOOQ")
public final class Tables {
/**
* Arguments in object accessible to the user
*/
public static final org.jooq.util.oracle.sys.tables.AllArguments ALL_ARGUMENTS = org.jooq.util.oracle.sys.tables.AllArguments.ALL_ARGUMENTS;
/**
* Comments on columns of accessible tables and views
*/
public static final org.jooq.util.oracle.sys.tables.AllColComments ALL_COL_COMMENTS = org.jooq.util.oracle.sys.tables.AllColComments.ALL_COL_COMMENTS;
/**
* Description of named collection types accessible to the user
*/
public static final org.jooq.util.oracle.sys.tables.AllCollTypes ALL_COLL_TYPES = org.jooq.util.oracle.sys.tables.AllCollTypes.ALL_COLL_TYPES;
/**
* Information about accessible columns in constraint definitions
*/
public static final org.jooq.util.oracle.sys.tables.AllConsColumns ALL_CONS_COLUMNS = org.jooq.util.oracle.sys.tables.AllConsColumns.ALL_CONS_COLUMNS;
/**
* Constraint definitions on accessible tables
*/
public static final org.jooq.util.oracle.sys.tables.AllConstraints ALL_CONSTRAINTS = org.jooq.util.oracle.sys.tables.AllConstraints.ALL_CONSTRAINTS;
/**
* Objects accessible to the user
*/
public static final org.jooq.util.oracle.sys.tables.AllObjects ALL_OBJECTS = org.jooq.util.oracle.sys.tables.AllObjects.ALL_OBJECTS;
/**
* Functions/procedures/packages/types/triggers available to the user
*/
public static final org.jooq.util.oracle.sys.tables.AllProcedures ALL_PROCEDURES = org.jooq.util.oracle.sys.tables.AllProcedures.ALL_PROCEDURES;
/**
* Description of SEQUENCEs accessible to the user
*/
public static final org.jooq.util.oracle.sys.tables.AllSequences ALL_SEQUENCES = org.jooq.util.oracle.sys.tables.AllSequences.ALL_SEQUENCES;
/**
* All synonyms for base objects accessible to the user and session
*/
public static final org.jooq.util.oracle.sys.tables.AllSynonyms ALL_SYNONYMS = org.jooq.util.oracle.sys.tables.AllSynonyms.ALL_SYNONYMS;
/**
* Columns of user's tables, views and clusters
*/
public static final org.jooq.util.oracle.sys.tables.AllTabCols ALL_TAB_COLS = org.jooq.util.oracle.sys.tables.AllTabCols.ALL_TAB_COLS;
/**
* Comments on tables and views accessible to the user
*/
public static final org.jooq.util.oracle.sys.tables.AllTabComments ALL_TAB_COMMENTS = org.jooq.util.oracle.sys.tables.AllTabComments.ALL_TAB_COMMENTS;
/**
* Description of attributes of types accessible to the user
*/
public static final org.jooq.util.oracle.sys.tables.AllTypeAttrs ALL_TYPE_ATTRS = org.jooq.util.oracle.sys.tables.AllTypeAttrs.ALL_TYPE_ATTRS;
/**
* Description of types accessible to the user
*/
public static final org.jooq.util.oracle.sys.tables.AllTypes ALL_TYPES = org.jooq.util.oracle.sys.tables.AllTypes.ALL_TYPES;
/**
* Information about all users of the database
*/
public static final org.jooq.util.oracle.sys.tables.AllUsers ALL_USERS = org.jooq.util.oracle.sys.tables.AllUsers.ALL_USERS;
/**
* No instances
*/
private Tables() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy