Uses of Class
com.gpudb.protocol.ClearTriggerResponse
-
Packages that use ClearTriggerResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ClearTriggerResponse in com.gpudb
Methods in com.gpudb that return ClearTriggerResponse Modifier and Type Method Description ClearTriggerResponseGPUdb. clearTrigger(ClearTriggerRequest request)Clears or cancels the trigger identified by the specified handle.ClearTriggerResponseGPUdb. clearTrigger(String triggerId, Map<String,String> options)Clears or cancels the trigger identified by the specified handle. -
Uses of ClearTriggerResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ClearTriggerResponse Modifier and Type Method Description ClearTriggerResponseClearTriggerResponse. setInfo(Map<String,String> info)Additional information.ClearTriggerResponseClearTriggerResponse. setTriggerId(String triggerId)Value oftriggerId.
-