Uses of Interface
com.sas.services.storedprocess.OutputParameterInterface
Packages that use OutputParameterInterface
-
Uses of OutputParameterInterface in com.sas.services.storedprocess
Methods in com.sas.services.storedprocess that return OutputParameterInterfaceModifier and TypeMethodDescriptionExecution2Interface.getOutputParameter(String name) Get theOutputParameterInterfaceobject corresponding to the output parameter (SAS macro variable) name specified from the list returned byExecution2Interface.getOutputParameters().StoredProcess2Interface.getOutputParameter(String name) Return theOutputParameterInterfaceobject corresponding to the name requested.Methods in com.sas.services.storedprocess that return types with arguments of type OutputParameterInterfaceModifier and TypeMethodDescriptionList<OutputParameterInterface> Execution2Interface.getOutputParameters()Returns the list of output parameters asOutputParameterInterfaceobjects.List<OutputParameterInterface> StoredProcess2Interface.getOutputParameters()Return a list of output parameters defined in metadata asOutputParameterInterfaceobjects.static List<OutputParameterInterface> MetadataConstants.getOutputParametersFromXML(Element spE) For INTERNAL USE only.