- java.lang.Object
-
- org.jooq.meta.postgres.pg_catalog.Tables
-
public class Tables extends Object
Convenience access to all tables in pg_catalog.
-
-
Field Summary
Fields Modifier and Type Field Description static PgAttrdefPG_ATTRDEFThe tablepg_catalog.pg_attrdef.static PgAttributePG_ATTRIBUTEThe tablepg_catalog.pg_attribute.static PgClassPG_CLASSThe tablepg_catalog.pg_class.static PgCollationPG_COLLATIONThe tablepg_catalog.pg_collation.static PgConstraintPG_CONSTRAINTThe tablepg_catalog.pg_constraint.static PgDependPG_DEPENDThe tablepg_catalog.pg_depend.static PgDescriptionPG_DESCRIPTIONThe tablepg_catalog.pg_description.static PgEnumPG_ENUMThe tablepg_catalog.pg_enum.static PgIndexPG_INDEXThe tablepg_catalog.pg_index.static PgInheritsPG_INHERITSThe tablepg_catalog.pg_inherits.static PgNamespacePG_NAMESPACEThe tablepg_catalog.pg_namespace.static PgProcPG_PROCThe tablepg_catalog.pg_proc.static PgSequencePG_SEQUENCEThe tablepg_catalog.pg_sequence.static PgTypePG_TYPEThe tablepg_catalog.pg_type.
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
PG_ATTRDEF
public static final PgAttrdef PG_ATTRDEF
The tablepg_catalog.pg_attrdef.
-
PG_ATTRIBUTE
public static final PgAttribute PG_ATTRIBUTE
The tablepg_catalog.pg_attribute.
-
PG_CLASS
public static final PgClass PG_CLASS
The tablepg_catalog.pg_class.
-
PG_COLLATION
public static final PgCollation PG_COLLATION
The tablepg_catalog.pg_collation.
-
PG_CONSTRAINT
public static final PgConstraint PG_CONSTRAINT
The tablepg_catalog.pg_constraint.
-
PG_DEPEND
public static final PgDepend PG_DEPEND
The tablepg_catalog.pg_depend.
-
PG_DESCRIPTION
public static final PgDescription PG_DESCRIPTION
The tablepg_catalog.pg_description.
-
PG_ENUM
public static final PgEnum PG_ENUM
The tablepg_catalog.pg_enum.
-
PG_INDEX
public static final PgIndex PG_INDEX
The tablepg_catalog.pg_index.
-
PG_INHERITS
public static final PgInherits PG_INHERITS
The tablepg_catalog.pg_inherits.
-
PG_NAMESPACE
public static final PgNamespace PG_NAMESPACE
The tablepg_catalog.pg_namespace.
-
PG_PROC
public static final PgProc PG_PROC
The tablepg_catalog.pg_proc.
-
PG_SEQUENCE
public static final PgSequence PG_SEQUENCE
The tablepg_catalog.pg_sequence.
-
PG_TYPE
public static final PgType PG_TYPE
The tablepg_catalog.pg_type.
-
-