All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jooq.util.oracle.sys.Tables Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * 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.5"},
                            comments = "This class is generated by jOOQ")
public final class Tables {

	/**
	 * Arguments in object accessible to the user
	 */
	public static 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 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 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 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 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 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 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 org.jooq.util.oracle.sys.tables.AllSequences ALL_SEQUENCES = org.jooq.util.oracle.sys.tables.AllSequences.ALL_SEQUENCES;

	/**
	 * Columns of user's tables, views and clusters
	 */
	public static 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 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 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 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