Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
InsertRecordsResponse |
GPUdb.insertRecordsRaw(RawInsertRecordsRequest request)
Adds multiple records to the specified table.
|
Modifier and Type | Method and Description |
---|---|
RawInsertRecordsRequest |
RawInsertRecordsRequest.setList(List<ByteBuffer> list)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
RawInsertRecordsRequest |
RawInsertRecordsRequest.setListEncoding(String listEncoding)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
RawInsertRecordsRequest |
RawInsertRecordsRequest.setListStr(List<String> listStr)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
RawInsertRecordsRequest |
RawInsertRecordsRequest.setOptions(Map<String,String> options)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
RawInsertRecordsRequest |
RawInsertRecordsRequest.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.