Class Tables


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

      • ATTRIBUTES

        public static final Attributes ATTRIBUTES
        The table information_schema.attributes.
      • CHECK_CONSTRAINTS

        public static final CheckConstraints CHECK_CONSTRAINTS
        The table information_schema.check_constraints.
      • COLUMNS

        public static final Columns COLUMNS
        The table information_schema.columns.
      • CONSTRAINT_COLUMN_USAGE

        public static final ConstraintColumnUsage CONSTRAINT_COLUMN_USAGE
        The table information_schema.constraint_column_usage.
      • DOMAINS

        public static final Domains DOMAINS
        The table information_schema.domains.
      • KEY_COLUMN_USAGE

        public static final KeyColumnUsage KEY_COLUMN_USAGE
        The table information_schema.key_column_usage.
      • PARAMETERS

        public static final Parameters PARAMETERS
        The table information_schema.parameters.
      • REFERENTIAL_CONSTRAINTS

        public static final ReferentialConstraints REFERENTIAL_CONSTRAINTS
        The table information_schema.referential_constraints.
      • ROUTINES

        public static final Routines ROUTINES
        The table information_schema.routines.
      • SCHEMATA

        public static final Schemata SCHEMATA
        The table information_schema.schemata.
      • SEQUENCES

        public static final Sequences SEQUENCES
        The table information_schema.sequences.
      • TABLES

        public static final Tables TABLES
        The table information_schema.tables.
      • VIEWS

        public static final Views VIEWS
        The table information_schema.views.
    • Constructor Detail

      • Tables

        public Tables()