Class Tables


  • public class Tables
    extends Object
    Convenience access to all tables in INFORMATION_SCHEMA.
    • Field Detail

      • CHECK_CONSTRAINTS

        public static final CheckConstraints CHECK_CONSTRAINTS
        one row for each domain constraint, table check constraint, and assertion.
      • COLUMNS

        public static final Columns COLUMNS
        one row for each column of table of view
      • DOMAIN_CONSTRAINTS

        public static final DomainConstraints DOMAIN_CONSTRAINTS
        one row for each check constraint included in a domain definition
      • DOMAINS

        public static final Domains DOMAINS
        one row for each domain identified
      • ELEMENT_TYPES

        public static final ElementTypes ELEMENT_TYPES
        The table INFORMATION_SCHEMA.ELEMENT_TYPES.
      • KEY_COLUMN_USAGE

        public static final KeyColumnUsage KEY_COLUMN_USAGE
        one row for each column used in s primary key or unique constraint
      • PARAMETERS

        public static final Parameters PARAMETERS
        one row for each routine parameter
      • REFERENTIAL_CONSTRAINTS

        public static final ReferentialConstraints REFERENTIAL_CONSTRAINTS
        one row for each foreign key constraint
      • ROUTINES

        public static final Routines ROUTINES
        one row for each routine
      • SCHEMATA

        public static final Schemata SCHEMATA
        one row for each schema
      • SEQUENCES

        public static final Sequences SEQUENCES
        one row for each external sequence generator
      • SYSTEM_COLUMNS

        public static final SystemColumns SYSTEM_COLUMNS
        the visible columns of each accessible table defined within this database
      • SYSTEM_INDEXINFO

        public static final SystemIndexinfo SYSTEM_INDEXINFO
        information about the indices of each accessible table defined within this database
      • SYSTEM_TABLES

        public static final SystemTables SYSTEM_TABLES
        the accessible tables defined within this database
      • TABLE_CONSTRAINTS

        public static final TableConstraints TABLE_CONSTRAINTS
        one row for each table constraint associated with a table
      • TABLES

        public static final Tables TABLES
        one row for each table or view
      • VIEWS

        public static final Views VIEWS
        the view descriptors of the accessible views defined within this database
    • Constructor Detail

      • Tables

        public Tables()