public class ReplaceContainerStatement extends CreateContainerStatement
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND_NAME |
| Constructor and Description |
|---|
ReplaceContainerStatement(String containerName,
String containerProperties,
String throughputProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CosmosLiquibaseDatabase database) |
String |
getCommandName() |
toJscontinueOnErrorskipOnUnsupported, toStringpublic static final String COMMAND_NAME
public String getCommandName()
getCommandName in class CreateContainerStatementpublic void execute(CosmosLiquibaseDatabase database)
execute in interface NoSqlExecuteStatement<CosmosLiquibaseDatabase>execute in class CreateContainerStatementCopyright © 2021 Liquibase.org. All rights reserved.