Uses of Class
com.gpudb.protocol.ShowTriggersRequest
-
Packages that use ShowTriggersRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowTriggersRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowTriggersRequest Modifier and Type Method Description ShowTriggersResponseGPUdb. showTriggers(ShowTriggersRequest request)Retrieves information regarding the specified triggers or all existing triggers currently active. -
Uses of ShowTriggersRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowTriggersRequest Modifier and Type Method Description ShowTriggersRequestShowTriggersRequest. setOptions(Map<String,String> options)Optional parameters.ShowTriggersRequestShowTriggersRequest. setTriggerIds(List<String> triggerIds)List of IDs of the triggers whose information is to be retrieved.
-