| Package | Description |
|---|---|
| org.mule.db.commons.api.param | |
| org.mule.db.commons.internal.operation | |
| org.mule.db.commons.internal.resolver.param |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputParameter
An output parameter to be used in the context of a stored procedure call
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterType> |
StoredProcedureCall.getOutputParameters() |
Optional<ParameterType> |
StatementDefinition.getParameterType(String paramName)
Returns the type for a given parameter
|
List<ParameterType> |
StatementDefinition.getParameterTypes() |
| Constructor and Description |
|---|
BulkQueryDefinition(String sql,
List<ParameterType> parameterTypes,
int queryTimeout,
TimeUnit queryTimeoutUnit,
Integer fetchSize,
Integer maxRows)
Creates a new instance of StatementDefinition with the given arguments.
|
ParameterizedStatementDefinition(String sql,
List<ParameterType> parameterTypes,
Map<String,Object> inputParameters,
int queryTimeout,
TimeUnit queryTimeoutUnit,
Integer fetchSize,
Integer maxRows)
Creates a new instance of ParameterizedStatementDefinition with the given arguments.
|
QueryDefinition(String sql,
List<ParameterType> parameterTypes,
Map<String,Object> inputParameters,
int queryTimeout,
TimeUnit queryTimeoutUnit,
Integer fetchSize,
Integer maxRows)
Creates a mew Instance of QueryDefinition with the given arguments.
|
StatementDefinition(String sql,
List<ParameterType> parameterTypes,
int queryTimeout,
TimeUnit queryTimeoutUnit,
Integer fetchSize,
Integer maxRows)
Creates a new instance of StatementDefinition with the given arguments.
|
StoredProcedureCall(String sql,
List<ParameterType> parameterTypes,
Map<String,Object> inputParameters,
Map<String,Object> inOutParameters,
List<OutputParameter> outputParameters,
int queryTimeout,
TimeUnit queryTimeoutUnit,
Integer fetchSize,
Integer maxRows)
Creates a new instance of StoredProcedureCalll with the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseDbOperations.validateNoParameterTypeIsUnused(Query query,
List<ParameterType> parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,DbType> |
DefaultParamTypeResolver.getParameterTypes(DbConnection connection,
QueryTemplate queryTemplate,
List<ParameterType> parameterTypes) |
Map<Integer,DbType> |
QueryParamTypeResolver.getParameterTypes(DbConnection connection,
QueryTemplate queryTemplate,
List<ParameterType> types) |
Map<Integer,DbType> |
ParamTypeResolver.getParameterTypes(DbConnection connection,
QueryTemplate queryTemplate,
List<ParameterType> parameterTypes)
Resolves actual parameter types
|
Map<Integer,DbType> |
StoredProcedureParamTypeResolver.getParameterTypes(DbConnection connection,
QueryTemplate queryTemplate,
List<ParameterType> parameterTypesConfigured) |
Copyright © 2021. All rights reserved.