Class SelectChangeLogLocksStatement
- java.lang.Object
-
- liquibase.statement.AbstractSqlStatement
-
- liquibase.nosql.statement.AbstractNoSqlStatement
-
- liquibase.ext.cosmosdb.statement.AbstractCosmosStatement
-
- liquibase.ext.cosmosdb.statement.AbstractCosmosContainerStatement
-
- liquibase.ext.cosmosdb.lockservice.SelectChangeLogLocksStatement
-
- All Implemented Interfaces:
NoSqlQueryForListStatement<CosmosLiquibaseDatabase,CosmosChangeLogLock>,liquibase.statement.SqlStatement
public class SelectChangeLogLocksStatement extends AbstractCosmosContainerStatement implements NoSqlQueryForListStatement<CosmosLiquibaseDatabase,CosmosChangeLogLock>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMAND_NAME-
Fields inherited from class liquibase.ext.cosmosdb.statement.AbstractCosmosContainerStatement
containerId, ITEM_ID_1, ITEM_ID_1_STRING
-
-
Constructor Summary
Constructors Constructor Description SelectChangeLogLocksStatement(String containerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommandName()List<CosmosChangeLogLock>queryForList(CosmosLiquibaseDatabase database)List<CosmosChangeLogLock>readAll(CosmosLiquibaseDatabase database)-
Methods inherited from class liquibase.ext.cosmosdb.statement.AbstractCosmosContainerStatement
toJs
-
Methods inherited from class liquibase.ext.cosmosdb.statement.AbstractCosmosStatement
continueOnError
-
Methods inherited from class liquibase.nosql.statement.AbstractNoSqlStatement
skipOnUnsupported, toString
-
-
-
-
Field Detail
-
COMMAND_NAME
public static final String COMMAND_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SelectChangeLogLocksStatement
public SelectChangeLogLocksStatement(String containerId)
-
-
Method Detail
-
getCommandName
public String getCommandName()
- Specified by:
getCommandNamein classAbstractCosmosStatement
-
readAll
public List<CosmosChangeLogLock> readAll(CosmosLiquibaseDatabase database)
-
queryForList
public List<CosmosChangeLogLock> queryForList(CosmosLiquibaseDatabase database)
- Specified by:
queryForListin interfaceNoSqlQueryForListStatement<CosmosLiquibaseDatabase,CosmosChangeLogLock>
-
-