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