Package liquibase.ext.cosmosdb.statement
Class AbstractCosmosContainerStatement
- java.lang.Object
-
- liquibase.statement.AbstractSqlStatement
-
- liquibase.nosql.statement.AbstractNoSqlStatement
-
- liquibase.ext.cosmosdb.statement.AbstractCosmosStatement
-
- liquibase.ext.cosmosdb.statement.AbstractCosmosContainerStatement
-
- All Implemented Interfaces:
liquibase.statement.SqlStatement
- Direct Known Subclasses:
CountContainersByNameStatement,CountDocumentsInContainerStatement,CreateItemStatement,CreateStoredProcedureStatement,DeleteContainerStatement,DeleteEachItemStatement,DeleteStoredProcedureStatement,MarkChangeSetRanStatement,ReplaceLockChangeLogStatement,SelectChangeLogLocksStatement,SelectChangeLogLockStatement,SelectChangeLogRanChangeSetsStatement
public abstract class AbstractCosmosContainerStatement extends AbstractCosmosStatement
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcontainerIdstatic IntegerITEM_ID_1static StringITEM_ID_1_STRING
-
Constructor Summary
Constructors Constructor Description AbstractCosmosContainerStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoJs()-
Methods inherited from class liquibase.ext.cosmosdb.statement.AbstractCosmosStatement
continueOnError, getCommandName
-
Methods inherited from class liquibase.nosql.statement.AbstractNoSqlStatement
skipOnUnsupported, toString
-
-
-
-
Field Detail
-
ITEM_ID_1
public static final Integer ITEM_ID_1
-
ITEM_ID_1_STRING
public static final String ITEM_ID_1_STRING
- See Also:
- Constant Field Values
-
containerId
protected final String containerId
-
-
Method Detail
-
toJs
public String toJs()
- Overrides:
toJsin classAbstractCosmosStatement
-
-