public class BulkUpsertQuery extends BatchedQuery
| Modifier and Type | Method and Description |
|---|---|
static BulkUpsertQuery |
build(String tablePath,
List<String> columns,
Map<String,tech.ydb.table.values.Type> types) |
tech.ydb.table.values.ListValue |
getBatchedBulk() |
tech.ydb.table.values.ListValue |
getCurrentBulk() |
String |
getTablePath() |
addBatch, batchSize, clearBatch, clearParameters, createAutoBatched, getBatchedValues, getBatchParams, getCurrentParams, getCurrentValues, getDescription, getNameByIndex, getQueryText, parametersCount, setParam, setParam, tryCreateBatchedpublic String getTablePath()
public tech.ydb.table.values.ListValue getCurrentBulk()
throws SQLException
SQLExceptionpublic tech.ydb.table.values.ListValue getBatchedBulk()
public static BulkUpsertQuery build(String tablePath, List<String> columns, Map<String,tech.ydb.table.values.Type> types) throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.