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
        The table information_schema.CHECK_CONSTRAINTS.
      • COLUMNS

        public static final Columns COLUMNS
        The table information_schema.COLUMNS.
      • 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.
      • STATISTICS

        public static final Statistics STATISTICS
        The table information_schema.STATISTICS.
      • TABLE_CONSTRAINTS

        public static final TableConstraints TABLE_CONSTRAINTS
        The table information_schema.TABLE_CONSTRAINTS.
      • 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()