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(String tableName,
List<TRequest> data,
Map<String,String> options)
Adds multiple records to the specified table.
|
<TRequest> InsertRecordsResponse |
GPUdb.insertRecords(TypeObjectMap<TRequest> typeObjectMap,
InsertRecordsRequest<TRequest> request)
Adds multiple records to the specified table.
|
<TRequest> InsertRecordsResponse |
GPUdb.insertRecords(TypeObjectMap<TRequest> typeObjectMap,
String tableName,
List<TRequest> data,
Map<String,String> options)
Adds multiple records to the specified table.
|
InsertRecordsResponse |
GPUdb.insertRecordsRaw(RawInsertRecordsRequest request)
Adds multiple records to the specified table.
|
Modifier and Type | Method and Description |
---|---|
InsertRecordsResponse |
InsertRecordsResponse.setCountInserted(int countInserted) |
InsertRecordsResponse |
InsertRecordsResponse.setCountUpdated(int countUpdated) |
InsertRecordsResponse |
InsertRecordsResponse.setInfo(Map<String,String> info) |
InsertRecordsResponse |
InsertRecordsResponse.setRecordIds(List<String> recordIds) |
Copyright © 2020. All rights reserved.