- java.lang.Object
-
- org.jooq.meta.postgres.information_schema.Tables
-
public class Tables extends Object
Convenience access to all tables in information_schema.
-
-
Field Summary
Fields Modifier and Type Field Description static AttributesATTRIBUTESThe tableinformation_schema.attributes.static CheckConstraintsCHECK_CONSTRAINTSThe tableinformation_schema.check_constraints.static ColumnsCOLUMNSThe tableinformation_schema.columns.static ConstraintColumnUsageCONSTRAINT_COLUMN_USAGEThe tableinformation_schema.constraint_column_usage.static DomainsDOMAINSThe tableinformation_schema.domains.static KeyColumnUsageKEY_COLUMN_USAGEThe tableinformation_schema.key_column_usage.static ParametersPARAMETERSThe tableinformation_schema.parameters.static ReferentialConstraintsREFERENTIAL_CONSTRAINTSThe tableinformation_schema.referential_constraints.static RoutinesROUTINESThe tableinformation_schema.routines.static SchemataSCHEMATAThe tableinformation_schema.schemata.static SequencesSEQUENCESThe tableinformation_schema.sequences.static TablesTABLESThe tableinformation_schema.tables.static ViewsVIEWSThe tableinformation_schema.views.
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
ATTRIBUTES
public static final Attributes ATTRIBUTES
The tableinformation_schema.attributes.
-
CHECK_CONSTRAINTS
public static final CheckConstraints CHECK_CONSTRAINTS
The tableinformation_schema.check_constraints.
-
COLUMNS
public static final Columns COLUMNS
The tableinformation_schema.columns.
-
CONSTRAINT_COLUMN_USAGE
public static final ConstraintColumnUsage CONSTRAINT_COLUMN_USAGE
The tableinformation_schema.constraint_column_usage.
-
DOMAINS
public static final Domains DOMAINS
The tableinformation_schema.domains.
-
KEY_COLUMN_USAGE
public static final KeyColumnUsage KEY_COLUMN_USAGE
The tableinformation_schema.key_column_usage.
-
PARAMETERS
public static final Parameters PARAMETERS
The tableinformation_schema.parameters.
-
REFERENTIAL_CONSTRAINTS
public static final ReferentialConstraints REFERENTIAL_CONSTRAINTS
The tableinformation_schema.referential_constraints.
-
ROUTINES
public static final Routines ROUTINES
The tableinformation_schema.routines.
-
SCHEMATA
public static final Schemata SCHEMATA
The tableinformation_schema.schemata.
-
SEQUENCES
public static final Sequences SEQUENCES
The tableinformation_schema.sequences.
-
TABLES
public static final Tables TABLES
The tableinformation_schema.tables.
-
VIEWS
public static final Views VIEWS
The tableinformation_schema.views.
-
-