Uses of Class
com.gpudb.protocol.RawInsertRecordsRequest
-
Packages that use RawInsertRecordsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of RawInsertRecordsRequest in com.gpudb
Methods in com.gpudb with parameters of type RawInsertRecordsRequest Modifier and Type Method Description InsertRecordsResponseGPUdb. insertRecordsRaw(RawInsertRecordsRequest request)Adds multiple records to the specified table. -
Uses of RawInsertRecordsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return RawInsertRecordsRequest Modifier and Type Method Description RawInsertRecordsRequestRawInsertRecordsRequest. setList(List<ByteBuffer> list)An array of binary-encoded data for the records to be added.RawInsertRecordsRequestRawInsertRecordsRequest. setListEncoding(String listEncoding)The encoding of the records to be inserted.RawInsertRecordsRequestRawInsertRecordsRequest. setListStr(List<String> listStr)An array of JSON encoded data for the records to be added.RawInsertRecordsRequestRawInsertRecordsRequest. setOptions(Map<String,String> options)Optional parameters.RawInsertRecordsRequestRawInsertRecordsRequest. 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.
-