public class BulkUpsertQuery extends BatchedQuery
| Modifier and Type | Method and Description |
|---|---|
static BulkUpsertQuery |
build(String tablePath,
List<String> columns,
tech.ydb.table.description.TableDescription description) |
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, tech.ydb.table.description.TableDescription description) throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.