| Package | Description |
|---|---|
| org.mule.db.commons.internal.domain.executor | |
| org.mule.db.commons.internal.domain.query | |
| org.mule.db.commons.internal.resolver.query |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExecutor.doProcessParameters(PreparedStatement statement,
QueryTemplate queryTemplate,
List<QueryParamValue> paramValues,
SingleQueryLogger queryLogger,
DbConnection connection) |
Object |
BulkUpdateExecutor.execute(DbConnection connection,
Query query,
List<List<QueryParamValue>> paramValues) |
Object |
BulkExecutor.execute(DbConnection connection,
Query query,
List<List<QueryParamValue>> paramValues)
Executes a parameterized query using a bulk of parameter sets
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryParamValue> |
Query.getParamValues() |
| Constructor and Description |
|---|
Query(QueryTemplate queryTemplate,
List<QueryParamValue> paramValues)
Creates a query from a template and a set of parameter values
|
| Modifier and Type | Method and Description |
|---|---|
protected List<QueryParamValue> |
BulkQueryResolver.resolveParams(BulkQueryDefinition statementDefinition,
QueryTemplate template,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper) |
protected List<QueryParamValue> |
ParameterizedQueryResolver.resolveParams(T statementDefinition,
QueryTemplate template,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper) |
protected abstract List<QueryParamValue> |
AbstractQueryResolver.resolveParams(T statementDefinition,
QueryTemplate template,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper) |
Copyright © 2021. All rights reserved.