See: Description
Interface | Description |
---|---|
ConnectionObserver |
An observer of logical connection events.
|
InvalidatableWrapper<T> |
Specialized
JdbcWrapper contract for wrapped objects that can additioanlly be invalidated |
JdbcCoordinator |
Coordinates JDBC-related activities.
|
JdbcServices |
Contract for services around JDBC operations.
|
JdbcWrapper<T> |
Generic contract for wrapped JDBC objects.
|
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 |
---|---|
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 © 2017 JBoss by Red Hat. All rights reserved.