public class InformationSchema extends SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
Columns |
COLUMNS
The table
INFORMATION_SCHEMA.COLUMNS. |
Constraints |
CONSTRAINTS
The table
INFORMATION_SCHEMA.CONSTRAINTS. |
CrossReferences |
CROSS_REFERENCES
The table
INFORMATION_SCHEMA.CROSS_REFERENCES. |
Domains |
DOMAINS
The table
INFORMATION_SCHEMA.DOMAINS. |
FunctionAliases |
FUNCTION_ALIASES
The table
INFORMATION_SCHEMA.FUNCTION_ALIASES. |
FunctionColumns |
FUNCTION_COLUMNS
The table
INFORMATION_SCHEMA.FUNCTION_COLUMNS. |
Indexes |
INDEXES
The table
INFORMATION_SCHEMA.INDEXES. |
static InformationSchema |
INFORMATION_SCHEMA
The reference instance of
INFORMATION_SCHEMA |
Schemata |
SCHEMATA
The table
INFORMATION_SCHEMA.SCHEMATA. |
Sequences |
SEQUENCES
The table
INFORMATION_SCHEMA.SEQUENCES. |
Tables |
TABLES
The table
INFORMATION_SCHEMA.TABLES. |
TypeInfo |
TYPE_INFO
The table
INFORMATION_SCHEMA.TYPE_INFO. |
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 Columns COLUMNS
INFORMATION_SCHEMA.COLUMNS.public final Constraints CONSTRAINTS
INFORMATION_SCHEMA.CONSTRAINTS.public final CrossReferences CROSS_REFERENCES
INFORMATION_SCHEMA.CROSS_REFERENCES.public final Domains DOMAINS
INFORMATION_SCHEMA.DOMAINS.public final FunctionAliases FUNCTION_ALIASES
INFORMATION_SCHEMA.FUNCTION_ALIASES.public final FunctionColumns FUNCTION_COLUMNS
INFORMATION_SCHEMA.FUNCTION_COLUMNS.public final Indexes INDEXES
INFORMATION_SCHEMA.INDEXES.public final Schemata SCHEMATA
INFORMATION_SCHEMA.SCHEMATA.public final Sequences SEQUENCES
INFORMATION_SCHEMA.SEQUENCES.public final Tables TABLES
INFORMATION_SCHEMA.TABLES.public final TypeInfo TYPE_INFO
INFORMATION_SCHEMA.TYPE_INFO.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.