| Modifier and Type | Method and Description |
|---|---|
StatementResultIteratorFactory |
DbConnection.getStatementResultIteratorFactory(ResultSetHandler resultSetHandler)
Returns the
StatementResultIteratorFactory used to create the StatementResultIterator for this connection. |
StatementResultIteratorFactory |
DefaultDbConnection.getStatementResultIteratorFactory(ResultSetHandler resultSetHandler)
Returns the
StatementResultIteratorFactory used to create the StatementResultIterator for this connection. |
| Constructor and Description |
|---|
SelectExecutor(StatementFactory statementFactory,
ResultSetHandler resultHandler) |
| Modifier and Type | Method and Description |
|---|---|
StatementResultIteratorFactory |
XADbConnection.getStatementResultIteratorFactory(ResultSetHandler resultSetHandler) |
| Modifier and Type | Field and Description |
|---|---|
protected BiFunction<ConfigurableStatementFactory,ResultSetHandler,QueryExecutor> |
DmlOperations.querySingleQueryExecutorSupplier |
protected BiFunction<ConfigurableStatementFactory,ResultSetHandler,QueryExecutor> |
DmlOperations.selectQueryExecutorSupplier |
| Modifier and Type | Method and Description |
|---|---|
protected static BiFunction<ConfigurableStatementFactory,ResultSetHandler,QueryExecutor> |
DmlOperations.getDefaultSelectExecutor() |
| Modifier and Type | Method and Description |
|---|---|
DmlOperations.Builder |
DmlOperations.Builder.withQuerySingleQueryExecutor(BiFunction<ConfigurableStatementFactory,ResultSetHandler,QueryExecutor> querySingleQueryExecutor) |
DmlOperations.Builder |
DmlOperations.Builder.withSelectQueryExecutor(BiFunction<ConfigurableStatementFactory,ResultSetHandler,QueryExecutor> selectQueryExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
IteratorResultSetHandler
Processes a
ResultSet returning an iterator of maps. |
class |
ListResultSetHandler
Processes a
ResultSet returning a list of maps. |
class |
NullResultSetHandler
Returns an unprocessed
ResultSet. |
class |
SingleResultSetHandler
Processes the first element in a
ResultSet returning a map with the result. |
| Modifier and Type | Method and Description |
|---|---|
protected StatementResultIterator |
GenericStatementResultIteratorFactory.doCreateStatementResultIterator(DbConnection connection,
Statement statement,
QueryTemplate queryTemplate,
AutoGenerateKeysStrategy autoGenerateKeysStrategy,
ResultSetHandler resultSetHandler) |
| Constructor and Description |
|---|
AbstractMapStatementResultHandler(ResultSetHandler resultSetHandler) |
GenericStatementResultIteratorFactory(ResultSetHandler resultSetHandler) |
StatementResultIterator(DbConnection connection,
Statement statement,
QueryTemplate queryTemplate,
AutoGenerateKeysStrategy autoGenerateKeysStrategy,
ResultSetHandler resultSetHandler) |
StreamingStatementResultHandler(ResultSetHandler resultSetHandler) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResultSetCharsetEncodedHandler
Implementation of this Handler should make explicit which encoding use.
|
Copyright © 2022. All rights reserved.