public static final class GPUdbBase.InsertRecordsJsonRequest extends InsertRecordsFromPayloadRequest
InsertRecordsFromPayloadRequest.CreateTableOptions, InsertRecordsFromPayloadRequest.Options
Constructor and Description |
---|
InsertRecordsJsonRequest() |
Modifier and Type | Method and Description | ||
---|---|---|---|
Map<String,String> |
getCreateTableOptions()
Options used when creating the target table.
|
||
ByteBuffer |
getDataBytes()
Records formatted as binary data
|
||
String |
getDataText()
Records formatted as delimited text
|
||
Map<String,Map<String,String>> |
getModifyColumns()
Not implemented yet.
|
||
Map<String,String> |
getOptions()
Optional parameters.
|
||
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
||
String |
getTableName()
Name of the table into which the data will be inserted, in
[schema_name.]table_name format, using standard
InsertRecordsFromPayloadRequest setCreateTableOptions(Map<String,String> createTableOptions)
Options used when creating the target table.
| ||
InsertRecordsFromPayloadRequest |
setDataBytes(ByteBuffer dataBytes)
Records formatted as binary data
|
||
InsertRecordsFromPayloadRequest |
setDataText(String dataText)
Records formatted as delimited text
|
||
InsertRecordsFromPayloadRequest |
setModifyColumns(Map<String,Map<String,String>> modifyColumns)
Not implemented yet.
|
||
InsertRecordsFromPayloadRequest |
setOptions(Map<String,String> options)
Optional parameters.
|
||
InsertRecordsFromPayloadRequest |
setTableName(String tableName)
Name of the table into which the data will be inserted, in
[schema_name.]table_name format, using standard
Methods inherited from class com.gpudb.protocol.InsertRecordsFromPayloadRequestequals, get, getClassSchema, hashCode, put, toString
Copyright © 2025. All rights reserved. |