Class Tables


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

      • PG_ATTRDEF

        public static final PgAttrdef PG_ATTRDEF
        The table pg_catalog.pg_attrdef.
      • PG_ATTRIBUTE

        public static final PgAttribute PG_ATTRIBUTE
        The table pg_catalog.pg_attribute.
      • PG_CLASS

        public static final PgClass PG_CLASS
        The table pg_catalog.pg_class.
      • PG_COLLATION

        public static final PgCollation PG_COLLATION
        The table pg_catalog.pg_collation.
      • PG_CONSTRAINT

        public static final PgConstraint PG_CONSTRAINT
        The table pg_catalog.pg_constraint.
      • PG_DEPEND

        public static final PgDepend PG_DEPEND
        The table pg_catalog.pg_depend.
      • PG_DESCRIPTION

        public static final PgDescription PG_DESCRIPTION
        The table pg_catalog.pg_description.
      • PG_ENUM

        public static final PgEnum PG_ENUM
        The table pg_catalog.pg_enum.
      • PG_INDEX

        public static final PgIndex PG_INDEX
        The table pg_catalog.pg_index.
      • PG_INHERITS

        public static final PgInherits PG_INHERITS
        The table pg_catalog.pg_inherits.
      • PG_NAMESPACE

        public static final PgNamespace PG_NAMESPACE
        The table pg_catalog.pg_namespace.
      • PG_PROC

        public static final PgProc PG_PROC
        The table pg_catalog.pg_proc.
      • PG_SEQUENCE

        public static final PgSequence PG_SEQUENCE
        The table pg_catalog.pg_sequence.
      • PG_TYPE

        public static final PgType PG_TYPE
        The table pg_catalog.pg_type.
    • Constructor Detail

      • Tables

        public Tables()