| Package | Description |
|---|---|
| org.mule.db.commons.internal.domain.executor | |
| org.mule.db.commons.internal.domain.statement |
| Modifier and Type | Field and Description |
|---|---|
protected StatementFactory |
AbstractExecutor.statementFactory |
| Constructor and Description |
|---|
AbstractExecutor(StatementFactory statementFactory) |
AbstractSingleQueryExecutor(StatementFactory statementFactory) |
BulkUpdateExecutor(StatementFactory statementFactory) |
SelectExecutor(StatementFactory statementFactory,
ResultSetHandler resultHandler) |
StoredProcedureExecutor(StatementFactory statementFactory,
StatementResultHandler statementResultHandler) |
UpdateExecutor(StatementFactory statementFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableStatementFactory
Provides extra customization to a
StatementFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryStatementFactory
Creates
Statement based on the type and parameters of a given query:
_CallableStatement for stored p rocedure queries _PreparedStatement for queries with input parameters _Standard Statement
otherwise |
Copyright © 2021. All rights reserved.