|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputParameterInterface | |
---|---|
com.sas.services.storedprocess | Execute stored processes. |
Uses of OutputParameterInterface in com.sas.services.storedprocess |
---|
Methods in com.sas.services.storedprocess that return OutputParameterInterface | |
---|---|
OutputParameterInterface |
StoredProcess2Interface.getOutputParameter(java.lang.String name)
Return the OutputParameterInterface object
corresponding to the name requested. |
OutputParameterInterface |
Execution2Interface.getOutputParameter(java.lang.String name)
Get the OutputParameterInterface object
corresponding to the output parameter (SAS macro variable) name
specified from the list returned by Execution2Interface.getOutputParameters() . |
Methods in com.sas.services.storedprocess that return types with arguments of type OutputParameterInterface | |
---|---|
java.util.List<OutputParameterInterface> |
StoredProcess2Interface.getOutputParameters()
Return a list of output parameters defined in metadata as OutputParameterInterface objects. |
java.util.List<OutputParameterInterface> |
Execution2Interface.getOutputParameters()
Returns the list of output parameters as OutputParameterInterface
objects. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |