Uses of Class
com.gpudb.protocol.InsertRecordsResponse
-
Packages that use InsertRecordsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of InsertRecordsResponse in com.gpudb
Methods in com.gpudb that return InsertRecordsResponse 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.<TRequest> InsertRecordsResponseGPUdb. insertRecords(TypeObjectMap<TRequest> typeObjectMap, String tableName, List<TRequest> data, Map<String,String> options)Adds multiple records to the specified table.<TRequest> InsertRecordsResponseGPUdb. insertRecords(String tableName, List<TRequest> data, Map<String,String> options)Adds multiple records to the specified table.InsertRecordsResponseGPUdb. insertRecordsRaw(RawInsertRecordsRequest request)Adds multiple records to the specified table. -
Uses of InsertRecordsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return InsertRecordsResponse Modifier and Type Method Description InsertRecordsResponseInsertRecordsResponse. setCountInserted(int countInserted)The number of records inserted.InsertRecordsResponseInsertRecordsResponse. setCountUpdated(int countUpdated)The number of records updated.InsertRecordsResponseInsertRecordsResponse. setInfo(Map<String,String> info)Additional information.InsertRecordsResponseInsertRecordsResponse. setRecordIds(List<String> recordIds)An array containing the IDs with which the added records are identified internally.
-