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)
The number of records inserted.
|
InsertRecordsResponse |
InsertRecordsResponse.setCountUpdated(int countUpdated)
The number of records updated.
|
InsertRecordsResponse |
InsertRecordsResponse.setInfo(Map<String,String> info)
Additional information.
|
InsertRecordsResponse |
InsertRecordsResponse.setRecordIds(List<String> recordIds)
An array containing the IDs with which the added records are identified
internally.
|
Copyright © 2025. All rights reserved.