public class InformationSchema extends SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
CheckConstraints |
CHECK_CONSTRAINTS
one row for each domain constraint, table check constraint, and assertion.
|
Columns |
COLUMNS
one row for each column of table of view
|
DomainConstraints |
DOMAIN_CONSTRAINTS
one row for each check constraint included in a domain definition
|
Domains |
DOMAINS
one row for each domain identified
|
ElementTypes |
ELEMENT_TYPES
The table
INFORMATION_SCHEMA.ELEMENT_TYPES. |
static InformationSchema |
INFORMATION_SCHEMA
The reference instance of
INFORMATION_SCHEMA |
KeyColumnUsage |
KEY_COLUMN_USAGE
one row for each column used in s primary key or unique constraint
|
Parameters |
PARAMETERS
one row for each routine parameter
|
ReferentialConstraints |
REFERENTIAL_CONSTRAINTS
one row for each foreign key constraint
|
Routines |
ROUTINES
one row for each routine
|
Schemata |
SCHEMATA
one row for each schema
|
Sequences |
SEQUENCES
one row for each external sequence generator
|
SystemColumns |
SYSTEM_COLUMNS
the visible columns of each accessible table defined within this database
|
SystemIndexinfo |
SYSTEM_INDEXINFO
information about the indices of each accessible table defined within this database
|
SystemTables |
SYSTEM_TABLES
the accessible tables defined within this database
|
TableConstraints |
TABLE_CONSTRAINTS
one row for each table constraint associated with a table
|
Tables |
TABLES
one row for each table or view
|
Views |
VIEWS
the view descriptors of the accessible views defined within this database
|
| 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
public final Columns COLUMNS
public final DomainConstraints DOMAIN_CONSTRAINTS
public final Domains DOMAINS
public final ElementTypes ELEMENT_TYPES
INFORMATION_SCHEMA.ELEMENT_TYPES.public final KeyColumnUsage KEY_COLUMN_USAGE
public final Parameters PARAMETERS
public final ReferentialConstraints REFERENTIAL_CONSTRAINTS
public final Routines ROUTINES
public final Schemata SCHEMATA
public final Sequences SEQUENCES
public final SystemColumns SYSTEM_COLUMNS
public final SystemIndexinfo SYSTEM_INDEXINFO
public final SystemTables SYSTEM_TABLES
public final TableConstraints TABLE_CONSTRAINTS
public final Tables TABLES
public final Views 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.