| Package | Description |
|---|---|
| org.mule.extension.db.api.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() |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.