Uses of Class
com.gpudb.protocol.CreateTriggerByAreaResponse
-
Packages that use CreateTriggerByAreaResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateTriggerByAreaResponse in com.gpudb
Methods in com.gpudb that return CreateTriggerByAreaResponse Modifier and Type Method Description CreateTriggerByAreaResponseGPUdb. createTriggerByArea(CreateTriggerByAreaRequest request)Sets up an area trigger mechanism for two column_names for one or more tables.CreateTriggerByAreaResponseGPUdb. createTriggerByArea(String requestId, List<String> tableNames, String xColumnName, List<Double> xVector, String yColumnName, List<Double> yVector, Map<String,String> options)Sets up an area trigger mechanism for two column_names for one or more tables. -
Uses of CreateTriggerByAreaResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateTriggerByAreaResponse Modifier and Type Method Description CreateTriggerByAreaResponseCreateTriggerByAreaResponse. setInfo(Map<String,String> info)Additional information.CreateTriggerByAreaResponseCreateTriggerByAreaResponse. setTriggerId(String triggerId)Value ofrequestId.
-