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)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
UpdateRecordsResponse |
UpdateRecordsResponse.setCountsInserted(List<Long> countsInserted)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
UpdateRecordsResponse |
UpdateRecordsResponse.setCountsUpdated(List<Long> countsUpdated)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
UpdateRecordsResponse |
UpdateRecordsResponse.setCountUpdated(long countUpdated)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
Copyright © 2016. All rights reserved.