Uses of Class
com.gpudb.protocol.ShowTriggersResponse
-
Packages that use ShowTriggersResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowTriggersResponse in com.gpudb
Methods in com.gpudb that return ShowTriggersResponse Modifier and Type Method Description ShowTriggersResponseGPUdb. showTriggers(ShowTriggersRequest request)Retrieves information regarding the specified triggers or all existing triggers currently active.ShowTriggersResponseGPUdb. showTriggers(List<String> triggerIds, Map<String,String> options)Retrieves information regarding the specified triggers or all existing triggers currently active. -
Uses of ShowTriggersResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowTriggersResponse Modifier and Type Method Description ShowTriggersResponseShowTriggersResponse. setInfo(Map<String,String> info)Additional information.ShowTriggersResponseShowTriggersResponse. setTriggerMap(Map<String,Map<String,String>> triggerMap)This dictionary contains (key, value) pairs of (trigger ID, information map/dictionary) where the key is a Unicode string representing a Trigger ID.
-