| Package | Description |
|---|---|
| org.mule.db.commons.api.param |
| Modifier and Type | Method and Description |
|---|---|
Optional<OutputParameter> |
StoredProcedureCall.getOutputParameter(String name) |
| Constructor and Description |
|---|
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.
|
Copyright © 2021. All rights reserved.