Uses of Class
com.gpudb.protocol.InsertRecordsRequest
-
Packages that use InsertRecordsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of InsertRecordsRequest in com.gpudb
Methods in com.gpudb with parameters of type InsertRecordsRequest Modifier and Type Method Description <TRequest> InsertRecordsResponseGPUdb. insertRecords(InsertRecordsRequest<TRequest> request)Adds multiple records to the specified table.<TRequest> InsertRecordsResponseGPUdb. insertRecords(TypeObjectMap<TRequest> typeObjectMap, InsertRecordsRequest<TRequest> request)Adds multiple records to the specified table. -
Uses of InsertRecordsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return InsertRecordsRequest Modifier and Type Method 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 name resolution rules.
-