Uses of Class
com.gpudb.protocol.CreateTriggerByRangeResponse
-
Packages that use CreateTriggerByRangeResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateTriggerByRangeResponse in com.gpudb
Methods in com.gpudb that return CreateTriggerByRangeResponse Modifier and Type Method Description CreateTriggerByRangeResponseGPUdb. createTriggerByRange(CreateTriggerByRangeRequest request)Sets up a simple range trigger for a column_name for one or more tables.CreateTriggerByRangeResponseGPUdb. createTriggerByRange(String requestId, List<String> tableNames, String columnName, double min, double max, Map<String,String> options)Sets up a simple range trigger for a column_name for one or more tables. -
Uses of CreateTriggerByRangeResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateTriggerByRangeResponse Modifier and Type Method Description CreateTriggerByRangeResponseCreateTriggerByRangeResponse. setInfo(Map<String,String> info)Additional information.CreateTriggerByRangeResponseCreateTriggerByRangeResponse. setTriggerId(String triggerId)Value ofrequestId.
-