Class | Description |
---|---|
CallableStatementWrapper |
A CallableStatementWrapper wraps a JDBC CallableStatement, so that execution
can be delegated to a ConnectionWrapper.
|
ConnectionWrapper |
An ConnectionWrapper represents a session with a specific
database.
|
DataDescriptor |
A DataDescriptor describes a data value.
|
DataValue |
A DataValue represents a scalar or array data value selected from the
database, or used to insert or update columns in the database.
|
DataValueLocalizer |
A DataValueLocalizer encapsulates formatting information used in
data type conversions of DataValue instances.
|
PreparedStatementWrapper |
A PreparedStatementWrapper wraps a JDBC PreparedStatement, so that execution
can be delegated to a ConnectionWrapper.
|
StatementWrapper |
A StatementWrapper object wraps a Statement instance, and delegates
to a ConnectionWrapper for execution.
|
Exception | Description |
---|---|
DataValueConversionException |
A DataValueConversionException is a RuntimeException reflecting an unsuccessful
attempt to convert a DataValue to a different data type.
|
Copyright © 2023. All rights reserved.