| 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() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseDbOperations.validateNoParameterTypeIsUnused(Query query,
List<ParameterType> parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,DbType> |
ParamTypeResolver.getParameterTypes(DbConnection connection,
QueryTemplate queryTemplate,
List<ParameterType> parameterTypes)
Resolves actual parameter types
|
Map<Integer,DbType> |
QueryParamTypeResolver.getParameterTypes(DbConnection connection,
QueryTemplate queryTemplate,
List<ParameterType> types) |
Map<Integer,DbType> |
StoredProcedureParamTypeResolver.getParameterTypes(DbConnection connection,
QueryTemplate queryTemplate,
List<ParameterType> parameterTypesConfigured) |
Map<Integer,DbType> |
DefaultParamTypeResolver.getParameterTypes(DbConnection connection,
QueryTemplate queryTemplate,
List<ParameterType> parameterTypes) |
Copyright © 2021. All rights reserved.