Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Class and Description |
---|---|
static class |
GPUdbBase.InsertRecordsJsonRequest |
Modifier and Type | Method and Description |
---|---|
InsertRecordsFromPayloadRequest |
GPUdbBase.InsertRecordsJsonRequest.setCreateTableOptions(Map<String,String> createTableOptions) |
InsertRecordsFromPayloadRequest |
GPUdbBase.InsertRecordsJsonRequest.setDataBytes(ByteBuffer dataBytes) |
InsertRecordsFromPayloadRequest |
GPUdbBase.InsertRecordsJsonRequest.setDataText(String dataText) |
InsertRecordsFromPayloadRequest |
GPUdbBase.InsertRecordsJsonRequest.setModifyColumns(Map<String,Map<String,String>> modifyColumns) |
InsertRecordsFromPayloadRequest |
GPUdbBase.InsertRecordsJsonRequest.setOptions(Map<String,String> options) |
InsertRecordsFromPayloadRequest |
GPUdbBase.InsertRecordsJsonRequest.setTableName(String tableName) |
Modifier and Type | Method and Description |
---|---|
InsertRecordsFromPayloadResponse |
GPUdb.insertRecordsFromPayload(InsertRecordsFromPayloadRequest request)
Reads from the given text-based or binary payload and inserts the data
into a new or existing table.
|
Modifier and Type | Method and Description |
---|---|
InsertRecordsFromPayloadRequest |
InsertRecordsFromPayloadRequest.setCreateTableOptions(Map<String,String> createTableOptions)
Options used when creating the target table.
|
InsertRecordsFromPayloadRequest |
InsertRecordsFromPayloadRequest.setDataBytes(ByteBuffer dataBytes)
Records formatted as binary data
|
InsertRecordsFromPayloadRequest |
InsertRecordsFromPayloadRequest.setDataText(String dataText)
Records formatted as delimited text
|
InsertRecordsFromPayloadRequest |
InsertRecordsFromPayloadRequest.setModifyColumns(Map<String,Map<String,String>> modifyColumns)
Not implemented yet.
|
InsertRecordsFromPayloadRequest |
InsertRecordsFromPayloadRequest.setOptions(Map<String,String> options)
Optional parameters.
|
InsertRecordsFromPayloadRequest |
InsertRecordsFromPayloadRequest.setTableName(String tableName)
Name of the table into which the data will be inserted, in
[schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |