| Package | Description |
|---|---|
| org.mule.db.commons.internal.domain.executor | |
| org.mule.db.commons.internal.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSingleQueryExecutor
Base class for executors that execute a single query
|
class |
SelectExecutor
Executes queries that return a resultSet
|
class |
StoredProcedureExecutor
Executes stored procedure queries
|
class |
UpdateExecutor
Executes queries that return an update count or an update count and auto generated keys
|
| Modifier and Type | Field and Description |
|---|---|
protected BiFunction<ConfigurableStatementFactory,ResultSetHandler,QueryExecutor> |
DmlOperations.querySingleQueryExecutorSupplier |
protected BiFunction<ConfigurableStatementFactory,ResultSetHandler,QueryExecutor> |
DmlOperations.selectQueryExecutorSupplier |
protected Function<ConfigurableStatementFactory,QueryExecutor> |
BaseDbOperations.updateExecutor |
| Modifier and Type | Method and Description |
|---|---|
protected static BiFunction<ConfigurableStatementFactory,ResultSetHandler,QueryExecutor> |
DmlOperations.getDefaultSelectExecutor() |
protected static Function<ConfigurableStatementFactory,QueryExecutor> |
BaseDbOperations.getDefaultUpdateExecutor() |
| 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) |
DmlOperations.Builder |
DmlOperations.Builder.withUpdateExecutor(Function<ConfigurableStatementFactory,QueryExecutor> updateExecutor) |
BulkOperations.Builder |
BulkOperations.Builder.withUpdateExecutor(Function<ConfigurableStatementFactory,QueryExecutor> updateExecutor) |
DdlOperations.Builder |
DdlOperations.Builder.withUpdateExecutor(Function<ConfigurableStatementFactory,QueryExecutor> updateExecutor) |
| Constructor and Description |
|---|
BaseDbOperations(QueryResolver<ParameterizedStatementDefinition> queryResolver,
ConfigurableStatementFactory statementFactory,
Function<ConfigurableStatementFactory,QueryExecutor> updateExecutor) |
Copyright © 2022. All rights reserved.