| Interface | Description |
|---|---|
| BatchExecution |
Interface to represent batch execution.
|
| BatchExecutionEntry |
Represent each batch entry.
|
| BatchParameterHolder |
Represent execution that hold batched batch parameters.
|
| OutParameterHolder |
Represent an execution that hold out parameter.
|
| ParameterByIndexHolder |
Represent an execution that hold parameter by index.
|
| ParameterByNameHolder |
Represent an execution that hold parameter by name.
|
| ParameterHolder |
Represent execution that hold parameters.
|
| QueriesHolder |
Represent an execution that hold multiple queries.
|
| QueryExecution |
Represent single query execution.
|
| QueryExtractor |
Retrieve queries from
QueryExecution. |
| QueryHolder |
Interface to represent an execution that hold a single query.
|
| Class | Description |
|---|---|
| BaseQueryExecution |
Base implementation class for
QueryExecution. |
| CallableBatchExecution |
Represent a single batch execution of
CallableStatement. |
| CallableBatchExecutionEntry |
Represent a single batch execution of
CallableStatement. |
| CallableExecution |
Represent a single execution of
CallableStatement. |
| DefaultQueryExtractor | |
| ParameterKeyValue | |
| ParameterKeyValueUtils | |
| PreparedBatchExecution |
Represent a single batch execution of
PreparedStatement. |
| PreparedBatchExecutionEntry |
Represent batch entry of
PreparedStatement. |
| PreparedExecution |
Represent a single execution of
PreparedStatement. |
| ProxyTestDataSource | |
| QueryExecutionFactoryListener | |
| StatementBatchExecution |
Represent single batch execution of
Statement. |
| StatementExecution |
Represent single execution of
Statement. |
| Enum | Description |
|---|---|
| ParameterKeyValue.OperationType |
| Exception | Description |
|---|---|
| DataSourceAssertException |
Framework exception from datasource-assert.
|
Copyright © 2017. All rights reserved.