Class Tables


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

      • COLUMNS

        public static final Columns COLUMNS
        The table INFORMATION_SCHEMA.COLUMNS.
      • CONSTRAINTS

        public static final Constraints CONSTRAINTS
        The table INFORMATION_SCHEMA.CONSTRAINTS.
      • CROSS_REFERENCES

        public static final CrossReferences CROSS_REFERENCES
        The table INFORMATION_SCHEMA.CROSS_REFERENCES.
      • DOMAINS

        public static final Domains DOMAINS
        The table INFORMATION_SCHEMA.DOMAINS.
      • FUNCTION_ALIASES

        public static final FunctionAliases FUNCTION_ALIASES
        The table INFORMATION_SCHEMA.FUNCTION_ALIASES.
      • FUNCTION_COLUMNS

        public static final FunctionColumns FUNCTION_COLUMNS
        The table INFORMATION_SCHEMA.FUNCTION_COLUMNS.
      • INDEXES

        public static final Indexes INDEXES
        The table INFORMATION_SCHEMA.INDEXES.
      • 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.
      • TYPE_INFO

        public static final TypeInfo TYPE_INFO
        The table INFORMATION_SCHEMA.TYPE_INFO.
      • VIEWS

        public static final Views VIEWS
        The table INFORMATION_SCHEMA.VIEWS.
    • Constructor Detail

      • Tables

        public Tables()