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) |
InsertRecordsRequest<T> |
InsertRecordsRequest.setOptions(Map<String,String> options) |
InsertRecordsRequest<T> |
InsertRecordsRequest.setTableName(String tableName) |
Copyright © 2020. All rights reserved.