showProc
Shows information about a proc.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showProc
Shows information about a proc.Parameters:procName- Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned. The default value is ”.options- Optional parameters.INCLUDE_FILES: If set toTRUE, the files that make up the proc will be returned. If set toFALSE, the files will not be returned. Supported values:The default value isFALSE.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.