public class UpdateEachItemStatement extends CreateItemStatement
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND_NAME |
containerName, ITEM_ID_1, ITEM_ID_1_STRING| Constructor and Description |
|---|
UpdateEachItemStatement() |
UpdateEachItemStatement(String containerName,
com.azure.cosmos.models.SqlQuerySpec query,
com.azure.cosmos.implementation.Document document) |
UpdateEachItemStatement(String containerName,
String jsonQuery,
String jsonDocument) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CosmosLiquibaseDatabase database) |
String |
getCommandName() |
toJscontinueOnErrorskipOnUnsupported, toStringpublic static final String COMMAND_NAME
public UpdateEachItemStatement(String containerName, String jsonQuery, String jsonDocument)
public UpdateEachItemStatement(String containerName, com.azure.cosmos.models.SqlQuerySpec query, com.azure.cosmos.implementation.Document document)
public UpdateEachItemStatement()
public String getCommandName()
getCommandName in class CreateItemStatementpublic void execute(CosmosLiquibaseDatabase database)
execute in interface NoSqlExecuteStatement<CosmosLiquibaseDatabase>execute in class CreateItemStatementCopyright © 2021 Liquibase.org. All rights reserved.