Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
<TRequest> UpdateRecordsResponse |
GPUdb.updateRecords(String tableName,
List<String> expressions,
List<Map<String,String>> newValuesMaps,
List<TRequest> data,
Map<String,String> options)
Runs multiple predicate-based updates in a single call.
|
<TRequest> UpdateRecordsResponse |
GPUdb.updateRecords(TypeObjectMap<TRequest> typeObjectMap,
String tableName,
List<String> expressions,
List<Map<String,String>> newValuesMaps,
List<TRequest> data,
Map<String,String> options)
Runs multiple predicate-based updates in a single call.
|
<TRequest> UpdateRecordsResponse |
GPUdb.updateRecords(TypeObjectMap<TRequest> typeObjectMap,
UpdateRecordsRequest<TRequest> request)
Runs multiple predicate-based updates in a single call.
|
<TRequest> UpdateRecordsResponse |
GPUdb.updateRecords(UpdateRecordsRequest<TRequest> request)
Runs multiple predicate-based updates in a single call.
|
UpdateRecordsResponse |
GPUdb.updateRecordsRaw(RawUpdateRecordsRequest request)
Runs multiple predicate-based updates in a single call.
|
Modifier and Type | Method and Description |
---|---|
UpdateRecordsResponse |
UpdateRecordsResponse.setCountInserted(long countInserted)
Total number of records inserted (due to expressions not matching any
existing records).
|
UpdateRecordsResponse |
UpdateRecordsResponse.setCountsInserted(List<Long> countsInserted)
Total number of records inserted per predicate in
expressions
(will be either 0 or 1 for each expression). |
UpdateRecordsResponse |
UpdateRecordsResponse.setCountsUpdated(List<Long> countsUpdated)
Total number of records updated per predicate in
expressions . |
UpdateRecordsResponse |
UpdateRecordsResponse.setCountUpdated(long countUpdated)
Total number of records updated.
|
UpdateRecordsResponse |
UpdateRecordsResponse.setInfo(Map<String,String> info)
Additional information.
|
Copyright © 2025. All rights reserved.