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