- java.lang.Object
-
- org.jooq.meta.hsqldb.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_CONSTRAINTSone row for each domain constraint, table check constraint, and assertion.static ColumnsCOLUMNSone row for each column of table of viewstatic DomainConstraintsDOMAIN_CONSTRAINTSone row for each check constraint included in a domain definitionstatic DomainsDOMAINSone row for each domain identifiedstatic ElementTypesELEMENT_TYPESThe tableINFORMATION_SCHEMA.ELEMENT_TYPES.static KeyColumnUsageKEY_COLUMN_USAGEone row for each column used in s primary key or unique constraintstatic ParametersPARAMETERSone row for each routine parameterstatic ReferentialConstraintsREFERENTIAL_CONSTRAINTSone row for each foreign key constraintstatic RoutinesROUTINESone row for each routinestatic SchemataSCHEMATAone row for each schemastatic SequencesSEQUENCESone row for each external sequence generatorstatic SystemColumnsSYSTEM_COLUMNSthe visible columns of each accessible table defined within this databasestatic SystemIndexinfoSYSTEM_INDEXINFOinformation about the indices of each accessible table defined within this databasestatic SystemTablesSYSTEM_TABLESthe accessible tables defined within this databasestatic TableConstraintsTABLE_CONSTRAINTSone row for each table constraint associated with a tablestatic TablesTABLESone row for each table or viewstatic ViewsVIEWSthe view descriptors of the accessible views defined within this database
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
CHECK_CONSTRAINTS
public static final CheckConstraints CHECK_CONSTRAINTS
one row for each domain constraint, table check constraint, and assertion.
-
COLUMNS
public static final Columns COLUMNS
one row for each column of table of view
-
DOMAIN_CONSTRAINTS
public static final DomainConstraints DOMAIN_CONSTRAINTS
one row for each check constraint included in a domain definition
-
DOMAINS
public static final Domains DOMAINS
one row for each domain identified
-
ELEMENT_TYPES
public static final ElementTypes ELEMENT_TYPES
The tableINFORMATION_SCHEMA.ELEMENT_TYPES.
-
KEY_COLUMN_USAGE
public static final KeyColumnUsage KEY_COLUMN_USAGE
one row for each column used in s primary key or unique constraint
-
PARAMETERS
public static final Parameters PARAMETERS
one row for each routine parameter
-
REFERENTIAL_CONSTRAINTS
public static final ReferentialConstraints REFERENTIAL_CONSTRAINTS
one row for each foreign key constraint
-
ROUTINES
public static final Routines ROUTINES
one row for each routine
-
SCHEMATA
public static final Schemata SCHEMATA
one row for each schema
-
SEQUENCES
public static final Sequences SEQUENCES
one row for each external sequence generator
-
SYSTEM_COLUMNS
public static final SystemColumns SYSTEM_COLUMNS
the visible columns of each accessible table defined within this database
-
SYSTEM_INDEXINFO
public static final SystemIndexinfo SYSTEM_INDEXINFO
information about the indices of each accessible table defined within this database
-
SYSTEM_TABLES
public static final SystemTables SYSTEM_TABLES
the accessible tables defined within this database
-
TABLE_CONSTRAINTS
public static final TableConstraints TABLE_CONSTRAINTS
one row for each table constraint associated with a table
-
TABLES
public static final Tables TABLES
one row for each table or view
-
VIEWS
public static final Views VIEWS
the view descriptors of the accessible views defined within this database
-
-