Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
UpdateRecordsResponse |
GPUdb.updateRecordsRaw(RawUpdateRecordsRequest request)
Runs multiple predicate-based updates in a single call.
|
Modifier and Type | Method and Description |
---|---|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setExpressions(List<String> expressions)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setNewValuesMaps(List<Map<String,String>> newValuesMaps)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setOptions(Map<String,String> options)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setRecordEncoding(String recordEncoding)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setRecordsToInsert(List<ByteBuffer> recordsToInsert)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setRecordsToInsertStr(List<String> recordsToInsertStr)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.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.