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)
An array of binary-encoded data for the records to be added.
|
InsertRecordsRequest<T> |
InsertRecordsRequest.setOptions(Map<String,String> options)
Optional parameters.
|
InsertRecordsRequest<T> |
InsertRecordsRequest.setTableName(String tableName)
Name of table to which the records are to be added, in
[schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |