Uses of Interface
liquibase.nosql.statement.NoSqlQueryForListStatement
-
Packages that use NoSqlQueryForListStatement Package Description liquibase.ext.mongodb.statement -
-
Uses of NoSqlQueryForListStatement in liquibase.ext.mongodb.statement
Classes in liquibase.ext.mongodb.statement that implement NoSqlQueryForListStatement Modifier and Type Class Description classCountCollectionByNameStatementQueries the database for the number of collections that match the supplied collectionName i.e returns 1 if the collection is present; else 0classFindAllStatementclassListCollectionNamesStatementGets a list of collection names via the database runCommand method For a list of supported options see the reference page:
-