public class Tables extends Object
| Modifier and Type | Field and Description |
|---|---|
static PgAttrdef |
PG_ATTRDEF
The table
pg_catalog.pg_attrdef. |
static PgAttribute |
PG_ATTRIBUTE
The table
pg_catalog.pg_attribute. |
static PgClass |
PG_CLASS
The table
pg_catalog.pg_class. |
static PgCollation |
PG_COLLATION
The table
pg_catalog.pg_collation. |
static PgConstraint |
PG_CONSTRAINT
The table
pg_catalog.pg_constraint. |
static PgDescription |
PG_DESCRIPTION
The table
pg_catalog.pg_description. |
static PgEnum |
PG_ENUM
The table
pg_catalog.pg_enum. |
static PgIndex |
PG_INDEX
The table
pg_catalog.pg_index. |
static PgInherits |
PG_INHERITS
The table
pg_catalog.pg_inherits. |
static PgNamespace |
PG_NAMESPACE
The table
pg_catalog.pg_namespace. |
static PgProc |
PG_PROC
The table
pg_catalog.pg_proc. |
static PgSequence |
PG_SEQUENCE
The table
pg_catalog.pg_sequence. |
static PgType |
PG_TYPE
The table
pg_catalog.pg_type. |
| Constructor and Description |
|---|
Tables() |
public static final PgAttrdef PG_ATTRDEF
pg_catalog.pg_attrdef.public static final PgAttribute PG_ATTRIBUTE
pg_catalog.pg_attribute.public static final PgClass PG_CLASS
pg_catalog.pg_class.public static final PgCollation PG_COLLATION
pg_catalog.pg_collation.public static final PgConstraint PG_CONSTRAINT
pg_catalog.pg_constraint.public static final PgDescription PG_DESCRIPTION
pg_catalog.pg_description.public static final PgEnum PG_ENUM
pg_catalog.pg_enum.public static final PgIndex PG_INDEX
pg_catalog.pg_index.public static final PgInherits PG_INHERITS
pg_catalog.pg_inherits.public static final PgNamespace PG_NAMESPACE
pg_catalog.pg_namespace.public static final PgProc PG_PROC
pg_catalog.pg_proc.public static final PgSequence PG_SEQUENCE
pg_catalog.pg_sequence.public static final PgType PG_TYPE
pg_catalog.pg_type.Copyright © 2021. All rights reserved.