| 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)  | 
UpdateRecordsResponse | 
UpdateRecordsResponse.setCountsInserted(List<Long> countsInserted)  | 
UpdateRecordsResponse | 
UpdateRecordsResponse.setCountsUpdated(List<Long> countsUpdated)  | 
UpdateRecordsResponse | 
UpdateRecordsResponse.setCountUpdated(long countUpdated)  | 
Copyright © 2019. All rights reserved.