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)
Total number of records deleted across all expressions.
|
DeleteRecordsResponse |
DeleteRecordsResponse.setCountsDeleted(List<Long> countsDeleted)
Total number of records deleted per expression.
|
DeleteRecordsResponse |
DeleteRecordsResponse.setInfo(Map<String,String> info)
Additional information.
|
Copyright © 2025. All rights reserved.