public class DeleteStoredProcedureStatement 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 |
|---|
DeleteStoredProcedureStatement() |
DeleteStoredProcedureStatement(String containerName,
com.azure.cosmos.models.CosmosStoredProcedureProperties procedureProperties,
Boolean skipMissing) |
DeleteStoredProcedureStatement(String containerName,
String procedurePropertiesJson,
Boolean skipMissing) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CosmosLiquibaseDatabase database) |
String |
getCommandName() |
String |
toJs() |
continueOnErrorskipOnUnsupported, toStringpublic static final String COMMAND_NAME
public DeleteStoredProcedureStatement(String containerName, String procedurePropertiesJson, Boolean skipMissing)
public DeleteStoredProcedureStatement(String containerName, com.azure.cosmos.models.CosmosStoredProcedureProperties procedureProperties, Boolean skipMissing)
public DeleteStoredProcedureStatement()
public String getCommandName()
getCommandName in class AbstractCosmosStatementpublic String toJs()
toJs in class AbstractCosmosContainerStatementpublic void execute(CosmosLiquibaseDatabase database)
execute in interface NoSqlExecuteStatement<CosmosLiquibaseDatabase>Copyright © 2021 Liquibase.org. All rights reserved.