Skip to main content
  • showProc

    public ShowProcResponse showProc(ShowProcRequest request) throws GPUdbException
    Shows information about a proc.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • showProc

    public ShowProcResponse showProc(String procName, Map<String,String> options) throws GPUdbException
    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 to TRUE, the files that make up the proc will be returned. If set to FALSE, the files will not be returned. Supported values:The default value is FALSE.
    The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.