Skip to main content
  • hasProc

    public HasProcResponse hasProc(HasProcRequest request) throws GPUdbException
    Checks the existence of a proc with the given name.
    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.
  • hasProc

    public HasProcResponse hasProc(String procName, Map<String,String> options) throws GPUdbException
    Checks the existence of a proc with the given name.
    Parameters:
    procName - Name of the proc to check for existence.
    options - Optional parameters. 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.