Skip to main content
  • clearTrigger

    public ClearTriggerResponse clearTrigger(ClearTriggerRequest request) throws GPUdbException
    Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
    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.
  • clearTrigger

    public ClearTriggerResponse clearTrigger(String triggerId, Map<String,String> options) throws GPUdbException
    Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
    Parameters:
    triggerId - ID for the trigger to be deactivated.
    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.