Uses of Class
com.sas.services.storedprocess.metadata.OutputParameter
Packages that use OutputParameter
Package
Description
Create and modify stored process metadata and obtain stored process service objects from metadata.
-
Uses of OutputParameter in com.sas.services.storedprocess.metadata
Methods in com.sas.services.storedprocess.metadata that return types with arguments of type OutputParameterModifier and TypeMethodDescriptionList<OutputParameter> StoredProcess.getOutputParameters()List<OutputParameter> StoredProcessInterface.getOutputParameters()Returns the list of output parameters.Method parameters in com.sas.services.storedprocess.metadata with type arguments of type OutputParameterModifier and TypeMethodDescriptionvoidStoredProcess.setOutputParameters(List<OutputParameter> outputParameters) voidStoredProcessInterface.setOutputParameters(List<OutputParameter> outputParameters) Sets the list of output parameters.