Uses of Interface
com.sas.services.storedprocess.OutputParameterInterface

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.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.