Interface | Description |
---|---|
ExtractedDatabaseMetaData |
Information extracted from
DatabaseMetaData regarding what the JDBC driver reports as
being supported or not. |
IdentifierHelper |
Helper for handling
Identifier instances. |
JdbcEnvironment |
Initial look at this concept we keep talking about with merging information from
DatabaseMetaData
and Dialect |
LobCreatorBuilder | |
QualifiedObjectNameFormatter |
Contract for rendering qualified object names for use in queries, etc.
|
SchemaNameResolver |
Contract for resolving the schema of a
Connection . |
Class | Description |
---|---|
AnsiSqlKeywords |
Maintains the set of ANSI SQL keywords
|
IdentifierHelperBuilder |
Builder for IdentifierHelper instances.
|
Enum | Description |
---|---|
IdentifierCaseStrategy |
An enumeration of the way DatabaseMetaData might store and return identifiers
|
NameQualifierSupport |
Enumerated values representing the level of support for catalog and schema.
|
SQLStateType |
Enum interpretation of the valid values from
DatabaseMetaData.getSQLStateType() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.