Uses of Class
com.gpudb.protocol.DeleteRecordsResponse
-
Packages that use DeleteRecordsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of DeleteRecordsResponse in com.gpudb
Methods in com.gpudb that return DeleteRecordsResponse Modifier and Type Method Description DeleteRecordsResponseGPUdb. deleteRecords(DeleteRecordsRequest request)Deletes record(s) matching the provided criteria from the given table.DeleteRecordsResponseGPUdb. deleteRecords(String tableName, List<String> expressions, Map<String,String> options)Deletes record(s) matching the provided criteria from the given table. -
Uses of DeleteRecordsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return DeleteRecordsResponse Modifier and Type Method Description DeleteRecordsResponseDeleteRecordsResponse. setCountDeleted(long countDeleted)Total number of records deleted across all expressions.DeleteRecordsResponseDeleteRecordsResponse. setCountsDeleted(List<Long> countsDeleted)Total number of records deleted per expression.DeleteRecordsResponseDeleteRecordsResponse. setInfo(Map<String,String> info)Additional information.
-