@Generated(value={"http://www.jooq.org","jOOQ version:3.10.0"}, comments="This class is generated by jOOQ") public class InformationSchema extends SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
CheckConstraints |
CHECK_CONSTRAINTS
The table
INFORMATION_SCHEMA.CHECK_CONSTRAINTS. |
Columns |
COLUMNS
The table
INFORMATION_SCHEMA.COLUMNS. |
ElementTypes |
ELEMENT_TYPES
The table
INFORMATION_SCHEMA.ELEMENT_TYPES. |
static InformationSchema |
INFORMATION_SCHEMA
The reference instance of
INFORMATION_SCHEMA |
KeyColumnUsage |
KEY_COLUMN_USAGE
The table
INFORMATION_SCHEMA.KEY_COLUMN_USAGE. |
Parameters |
PARAMETERS
The table
INFORMATION_SCHEMA.PARAMETERS. |
ReferentialConstraints |
REFERENTIAL_CONSTRAINTS
The table
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS. |
Routines |
ROUTINES
The table
INFORMATION_SCHEMA.ROUTINES. |
Schemata |
SCHEMATA
The table
INFORMATION_SCHEMA.SCHEMATA. |
Sequences |
SEQUENCES
The table
INFORMATION_SCHEMA.SEQUENCES. |
SystemIndexinfo |
SYSTEM_INDEXINFO
The table
INFORMATION_SCHEMA.SYSTEM_INDEXINFO. |
TableConstraints |
TABLE_CONSTRAINTS
The table
INFORMATION_SCHEMA.TABLE_CONSTRAINTS. |
Tables |
TABLES
The table
INFORMATION_SCHEMA.TABLES. |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(BindContext arg0)
Deprecated.
|
protected DSLContext |
create()
Deprecated.
|
protected DSLContext |
create(Configuration arg0)
Deprecated.
|
protected DSLContext |
create(Context<?> arg0)
Deprecated.
|
Catalog |
getCatalog() |
String |
getComment() |
String |
getName() |
Name |
getQualifiedName() |
List<Table<?>> |
getTables() |
Name |
getUnqualifiedName() |
void |
toSQL(RenderContext arg0)
Deprecated.
|
protected DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, clauses, getSequence, getSequences, getTable, getUDT, getUDTs, sequenceStream, tableStream, udtStreamclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCommentgetName, getQualifiedName, getUnqualifiedNamepublic static final InformationSchema INFORMATION_SCHEMA
INFORMATION_SCHEMApublic final CheckConstraints CHECK_CONSTRAINTS
INFORMATION_SCHEMA.CHECK_CONSTRAINTS.public final Columns COLUMNS
INFORMATION_SCHEMA.COLUMNS.public final ElementTypes ELEMENT_TYPES
INFORMATION_SCHEMA.ELEMENT_TYPES.public final KeyColumnUsage KEY_COLUMN_USAGE
INFORMATION_SCHEMA.KEY_COLUMN_USAGE.public final Parameters PARAMETERS
INFORMATION_SCHEMA.PARAMETERS.public final ReferentialConstraints REFERENTIAL_CONSTRAINTS
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.public final Routines ROUTINES
INFORMATION_SCHEMA.ROUTINES.public final Schemata SCHEMATA
INFORMATION_SCHEMA.SCHEMATA.public final Sequences SEQUENCES
INFORMATION_SCHEMA.SEQUENCES.public final SystemIndexinfo SYSTEM_INDEXINFO
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.public final Tables TABLES
INFORMATION_SCHEMA.TABLES.public final TableConstraints TABLE_CONSTRAINTS
INFORMATION_SCHEMA.TABLE_CONSTRAINTS.public Catalog getCatalog()
getCatalog in interface SchemagetCatalog in class SchemaImplpublic final List<Table<?>> getTables()
getTables in interface SchemagetTables in class SchemaImplpublic final Name getQualifiedName()
getQualifiedName in interface Namedpublic final Name getUnqualifiedName()
getUnqualifiedName in interface Namedpublic final String getComment()
getComment in interface Named@Deprecated public final void toSQL(RenderContext arg0)
toSQL in interface QueryPartInternal@Deprecated public final void bind(BindContext arg0) throws DataAccessException
bind in interface QueryPartInternalDataAccessException@Deprecated protected final DSLContext create()
@Deprecated protected final DSLContext create(Configuration arg0)
@Deprecated protected final DSLContext create(Context<?> arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2019. All rights reserved.