public class InformationSchema extends SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
Attributes |
ATTRIBUTES
The table
information_schema.attributes. |
CheckConstraints |
CHECK_CONSTRAINTS
The table
information_schema.check_constraints. |
Columns |
COLUMNS
The table
information_schema.columns. |
ConstraintColumnUsage |
CONSTRAINT_COLUMN_USAGE
The table
information_schema.constraint_column_usage. |
Domains |
DOMAINS
The table
information_schema.domains. |
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. |
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 Attributes ATTRIBUTES
information_schema.attributes.public final CheckConstraints CHECK_CONSTRAINTS
information_schema.check_constraints.public final Columns COLUMNS
information_schema.columns.public final ConstraintColumnUsage CONSTRAINT_COLUMN_USAGE
information_schema.constraint_column_usage.public final Domains DOMAINS
information_schema.domains.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 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.