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.0.0"},
comments = "This class is generated by jOOQ")
public final class Tables {
/**
* The table SYS.ALL_ARGUMENTS
*/
public static org.jooq.util.oracle.sys.tables.AllArguments ALL_ARGUMENTS = org.jooq.util.oracle.sys.tables.AllArguments.ALL_ARGUMENTS;
/**
* The table SYS.ALL_COL_COMMENTS
*/
public static org.jooq.util.oracle.sys.tables.AllColComments ALL_COL_COMMENTS = org.jooq.util.oracle.sys.tables.AllColComments.ALL_COL_COMMENTS;
/**
* The table SYS.ALL_COLL_TYPES
*/
public static org.jooq.util.oracle.sys.tables.AllCollTypes ALL_COLL_TYPES = org.jooq.util.oracle.sys.tables.AllCollTypes.ALL_COLL_TYPES;
/**
* The table SYS.ALL_CONS_COLUMNS
*/
public static org.jooq.util.oracle.sys.tables.AllConsColumns ALL_CONS_COLUMNS = org.jooq.util.oracle.sys.tables.AllConsColumns.ALL_CONS_COLUMNS;
/**
* The table SYS.ALL_CONSTRAINTS
*/
public static org.jooq.util.oracle.sys.tables.AllConstraints ALL_CONSTRAINTS = org.jooq.util.oracle.sys.tables.AllConstraints.ALL_CONSTRAINTS;
/**
* The table SYS.ALL_OBJECTS
*/
public static org.jooq.util.oracle.sys.tables.AllObjects ALL_OBJECTS = org.jooq.util.oracle.sys.tables.AllObjects.ALL_OBJECTS;
/**
* The table SYS.ALL_PROCEDURES
*/
public static org.jooq.util.oracle.sys.tables.AllProcedures ALL_PROCEDURES = org.jooq.util.oracle.sys.tables.AllProcedures.ALL_PROCEDURES;
/**
* The table SYS.ALL_SEQUENCES
*/
public static org.jooq.util.oracle.sys.tables.AllSequences ALL_SEQUENCES = org.jooq.util.oracle.sys.tables.AllSequences.ALL_SEQUENCES;
/**
* The table SYS.ALL_TAB_COLS
*/
public static org.jooq.util.oracle.sys.tables.AllTabCols ALL_TAB_COLS = org.jooq.util.oracle.sys.tables.AllTabCols.ALL_TAB_COLS;
/**
* The table SYS.ALL_TAB_COMMENTS
*/
public static org.jooq.util.oracle.sys.tables.AllTabComments ALL_TAB_COMMENTS = org.jooq.util.oracle.sys.tables.AllTabComments.ALL_TAB_COMMENTS;
/**
* The table SYS.ALL_TYPE_ATTRS
*/
public static org.jooq.util.oracle.sys.tables.AllTypeAttrs ALL_TYPE_ATTRS = org.jooq.util.oracle.sys.tables.AllTypeAttrs.ALL_TYPE_ATTRS;
/**
* The table SYS.ALL_TYPES
*/
public static org.jooq.util.oracle.sys.tables.AllTypes ALL_TYPES = org.jooq.util.oracle.sys.tables.AllTypes.ALL_TYPES;
/**
* No instances
*/
private Tables() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy