See: Description
Interface | Description |
---|---|
ConnectionObserver |
An observer of logical connection events.
|
ExtractedDatabaseMetaData |
Information extracted from
DatabaseMetaData regarding what the JDBC driver reports as
being supported or not. |
InvalidatableWrapper<T> |
Specialized
JdbcWrapper contract for wrapped objects that can additioanlly be invalidated |
JdbcConnectionAccess |
Provides centralized access to JDBC connections.
|
JdbcCoordinator |
Coordinates JDBC-related activities.
|
JdbcServices |
Contract for services around JDBC operations.
|
JdbcWrapper<T> |
Generic contract for wrapped JDBC objects.
|
LogicalConnection |
LogicalConnection contract
|
LogicalConnectionImplementor |
The "internal" contract for LogicalConnection
|
NonDurableConnectionObserver |
Additional optional contract for connection observers to indicate that they should be released when the physical
connection is released.
|
ResultSetReturn |
Contract for extracting ResultSets from Statements, executing Statements,
managing Statement/ResultSet resources, and logging statement calls.
|
ResultSetWrapper |
Contract for wrapping a
ResultSet in a "column name cache" wrapper. |
SchemaNameResolver |
Contract for resolving the schema of a
Connection . |
SqlExceptionHelper.WarningHandler |
Contract for handling
warnings |
StatementPreparer |
Contracting for preparing SQL statements
|
Class | Description |
---|---|
ConnectionObserverAdapter |
A no-op adapter for ConnectionObserver.
|
SqlExceptionHelper |
Helper for handling SQLExceptions in various manners.
|
SqlExceptionHelper.StandardWarningHandler |
Standard SQLWarning handler for logging warnings
|
SqlExceptionHelper.WarningHandlerLoggingSupport |
Basic support for
SqlExceptionHelper.WarningHandler implementations which handle warnings |
SqlStatementLogger |
Centralize logging for SQL statements.
|
TypeInfo |
Models type info extracted from
DatabaseMetaData.getTypeInfo() |
Enum | Description |
---|---|
ExtractedDatabaseMetaData.SQLStateType |
Which specification do the reported SQLState codes follow?
|
TypeNullability |
Describes the instrinsic nullability of a data type as reported by the JDBC driver.
|
TypeSearchability |
Describes the searchability of a data type as reported by the JDBC driver.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.