| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
DeleteRecordsResponse |
GPUdb.deleteRecords(DeleteRecordsRequest request)
Deletes record(s) matching the provided criteria from the given table.
|
DeleteRecordsResponse |
GPUdb.deleteRecords(String tableName,
List<String> expressions,
Map<String,String> options)
Deletes record(s) matching the provided criteria from the given table.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteRecordsResponse |
DeleteRecordsResponse.setCountDeleted(long countDeleted) |
DeleteRecordsResponse |
DeleteRecordsResponse.setCountsDeleted(List<Long> countsDeleted) |
DeleteRecordsResponse |
DeleteRecordsResponse.setInfo(Map<String,String> info) |
Copyright © 2020. All rights reserved.