Class Tables


  • public class Tables
    extends Object
    Convenience access to all tables in the default schema.
    • Field Detail

      • RDB$CHECK_CONSTRAINTS

        public static final Rdb$checkConstraints RDB$CHECK_CONSTRAINTS
        The table RDB$CHECK_CONSTRAINTS.
      • RDB$FIELDS

        public static final Rdb$fields RDB$FIELDS
        The table RDB$FIELDS.
      • RDB$FUNCTION_ARGUMENTS

        public static final Rdb$functionArguments RDB$FUNCTION_ARGUMENTS
        The table RDB$FUNCTION_ARGUMENTS.
      • RDB$FUNCTIONS

        public static final Rdb$functions RDB$FUNCTIONS
        The table RDB$FUNCTIONS.
      • RDB$GENERATORS

        public static final Rdb$generators RDB$GENERATORS
        The table RDB$GENERATORS.
      • RDB$INDEX_SEGMENTS

        public static final Rdb$indexSegments RDB$INDEX_SEGMENTS
        The table RDB$INDEX_SEGMENTS.
      • RDB$INDICES

        public static final Rdb$indices RDB$INDICES
        The table RDB$INDICES.
      • RDB$PROCEDURE_PARAMETERS

        public static final Rdb$procedureParameters RDB$PROCEDURE_PARAMETERS
        The table RDB$PROCEDURE_PARAMETERS.
      • RDB$PROCEDURES

        public static final Rdb$procedures RDB$PROCEDURES
        The table RDB$PROCEDURES.
      • RDB$REF_CONSTRAINTS

        public static final Rdb$refConstraints RDB$REF_CONSTRAINTS
        The table RDB$REF_CONSTRAINTS.
      • RDB$RELATION_CONSTRAINTS

        public static final Rdb$relationConstraints RDB$RELATION_CONSTRAINTS
        The table RDB$RELATION_CONSTRAINTS.
      • RDB$RELATION_FIELDS

        public static final Rdb$relationFields RDB$RELATION_FIELDS
        The table RDB$RELATION_FIELDS.
      • RDB$RELATIONS

        public static final Rdb$relations RDB$RELATIONS
        The table RDB$RELATIONS.
      • RDB$TRIGGERS

        public static final Rdb$triggers RDB$TRIGGERS
        The table RDB$TRIGGERS.
    • Constructor Detail

      • Tables

        public Tables()