- java.lang.Object
-
- org.jooq.meta.mysql.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 CheckConstraintsCHECK_CONSTRAINTSThe tableinformation_schema.CHECK_CONSTRAINTS.static ColumnsCOLUMNSThe tableinformation_schema.COLUMNS.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 StatisticsSTATISTICSThe tableinformation_schema.STATISTICS.static TableConstraintsTABLE_CONSTRAINTSThe tableinformation_schema.TABLE_CONSTRAINTS.static TablesTABLESThe tableinformation_schema.TABLES.static ViewsVIEWSThe tableinformation_schema.VIEWS.
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
CHECK_CONSTRAINTS
public static final CheckConstraints CHECK_CONSTRAINTS
The tableinformation_schema.CHECK_CONSTRAINTS.
-
COLUMNS
public static final Columns COLUMNS
The tableinformation_schema.COLUMNS.
-
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.
-
STATISTICS
public static final Statistics STATISTICS
The tableinformation_schema.STATISTICS.
-
TABLE_CONSTRAINTS
public static final TableConstraints TABLE_CONSTRAINTS
The tableinformation_schema.TABLE_CONSTRAINTS.
-
TABLES
public static final Tables TABLES
The tableinformation_schema.TABLES.
-
VIEWS
public static final Views VIEWS
The tableinformation_schema.VIEWS.
-
-