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. |
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. |
Statistics |
STATISTICS
The table
information_schema.STATISTICS. |
TableConstraints |
TABLE_CONSTRAINTS
The table
information_schema.TABLE_CONSTRAINTS. |
Tables |
TABLES
The table
information_schema.TABLES. |
Views |
VIEWS
The table
information_schema.VIEWS. |
| 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() |
Comment |
getCommentPart() |
String |
getName() |
List<Table<?>> |
getTables() |
Name |
getUnqualifiedName() |
void |
toSQL(RenderContext arg0)
Deprecated.
|
protected DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, clauses, domainStream, equals, getDomain, getDomain, getDomains, getSequence, getSequence, getSequences, getTable, getTable, getUDT, getUDT, getUDTs, sequenceStream, tableStream, udtStreamclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComment, getCommentPart, getName, 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 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 Statistics STATISTICS
information_schema.STATISTICS.public final TableConstraints TABLE_CONSTRAINTS
information_schema.TABLE_CONSTRAINTS.public final Tables TABLES
information_schema.TABLES.public final Views VIEWS
information_schema.VIEWS.public Catalog getCatalog()
getCatalog in interface SchemagetCatalog in class SchemaImplpublic final List<Table<?>> getTables()
getTables in interface SchemagetTables in class SchemaImplpublic final Name getUnqualifiedName()
getUnqualifiedName in interface Namedpublic final String getComment()
getComment in interface Namedpublic final Comment getCommentPart()
getCommentPart 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 © 2021. All rights reserved.