Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
<TRequest> InsertRecordsResponse |
GPUdb.insertRecords(InsertRecordsRequest<TRequest> request)
Adds multiple records to the specified table.
|
<TRequest> InsertRecordsResponse |
GPUdb.insertRecords(TypeObjectMap<TRequest> typeObjectMap,
InsertRecordsRequest<TRequest> request)
Adds multiple records to the specified table.
|
Modifier and Type | Method and Description |
---|---|
InsertRecordsRequest<T> |
InsertRecordsRequest.setData(List<T> data)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
InsertRecordsRequest<T> |
InsertRecordsRequest.setOptions(Map<String,String> options)
The Raw version of this method can be used to specify the encoding scheme of the request.
|
InsertRecordsRequest<T> |
InsertRecordsRequest.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.