Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
<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.
|
Modifier and Type | Method and Description |
---|---|
UpdateRecordsRequest<T> |
UpdateRecordsRequest.setData(List<T> data)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
UpdateRecordsRequest<T> |
UpdateRecordsRequest.setExpressions(List<String> expressions)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
UpdateRecordsRequest<T> |
UpdateRecordsRequest.setNewValuesMaps(List<Map<String,String>> newValuesMaps)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
UpdateRecordsRequest<T> |
UpdateRecordsRequest.setOptions(Map<String,String> options)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
UpdateRecordsRequest<T> |
UpdateRecordsRequest.setTableName(String tableName)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
Copyright © 2016. All rights reserved.