Uses of Class
com.gpudb.protocol.DeleteRecordsRequest
-
Packages that use DeleteRecordsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of DeleteRecordsRequest in com.gpudb
Methods in com.gpudb with parameters of type DeleteRecordsRequest Modifier and Type Method Description DeleteRecordsResponseGPUdb. deleteRecords(DeleteRecordsRequest request)Deletes record(s) matching the provided criteria from the given table. -
Uses of DeleteRecordsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return DeleteRecordsRequest Modifier and Type Method Description DeleteRecordsRequestDeleteRecordsRequest. setExpressions(List<String> expressions)A list of the actual predicates, one for each select; format should follow the guidelines provided here.DeleteRecordsRequestDeleteRecordsRequest. setOptions(Map<String,String> options)Optional parameters.DeleteRecordsRequestDeleteRecordsRequest. setTableName(String tableName)Name of the table from which to delete records, in [schema_name.]table_name format, using standard name resolution rules.
-