public class Tables extends Object
| Modifier and Type | Field and Description |
|---|---|
static CheckConstraints |
CHECK_CONSTRAINTS
The table
information_schema.CHECK_CONSTRAINTS. |
static Columns |
COLUMNS
The table
information_schema.COLUMNS. |
static KeyColumnUsage |
KEY_COLUMN_USAGE
The table
information_schema.KEY_COLUMN_USAGE. |
static Parameters |
PARAMETERS
The table
information_schema.PARAMETERS. |
static ReferentialConstraints |
REFERENTIAL_CONSTRAINTS
The table
information_schema.REFERENTIAL_CONSTRAINTS. |
static Routines |
ROUTINES
The table
information_schema.ROUTINES. |
static Schemata |
SCHEMATA
The table
information_schema.SCHEMATA. |
static Statistics |
STATISTICS
The table
information_schema.STATISTICS. |
static TableConstraints |
TABLE_CONSTRAINTS
The table
information_schema.TABLE_CONSTRAINTS. |
static Tables |
TABLES
The table
information_schema.TABLES. |
static Views |
VIEWS
The table
information_schema.VIEWS. |
| Constructor and Description |
|---|
Tables() |
public static final CheckConstraints CHECK_CONSTRAINTS
information_schema.CHECK_CONSTRAINTS.public static final Columns COLUMNS
information_schema.COLUMNS.public static final KeyColumnUsage KEY_COLUMN_USAGE
information_schema.KEY_COLUMN_USAGE.public static final Parameters PARAMETERS
information_schema.PARAMETERS.public static final ReferentialConstraints REFERENTIAL_CONSTRAINTS
information_schema.REFERENTIAL_CONSTRAINTS.public static final Routines ROUTINES
information_schema.ROUTINES.public static final Schemata SCHEMATA
information_schema.SCHEMATA.public static final Statistics STATISTICS
information_schema.STATISTICS.public static final TableConstraints TABLE_CONSTRAINTS
information_schema.TABLE_CONSTRAINTS.public static final Tables TABLES
information_schema.TABLES.public static final Views VIEWS
information_schema.VIEWS.Copyright © 2021. All rights reserved.