Package liquibase.nosql.statement
Interface NoSqlExecuteStatement<D extends AbstractNoSqlDatabase>
-
- All Known Implementing Classes:
AbstractRunCommandStatement,AdjustChangeLogCollectionStatement,AdjustChangeLogLockCollectionStatement,AdminCommandStatement,CountCollectionByNameStatement,CreateChangeLogCollectionStatement,CreateChangeLogLockCollectionStatement,CreateCollectionStatement,CreateIndexStatement,DeleteManyStatement,DropAllCollectionsStatement,DropCollectionStatement,DropIndexStatement,FindOneAndUpdateStatement,InsertManyStatement,InsertOneStatement,ListCollectionNamesStatement,RunCommandStatement,UpdateManyStatement
public interface NoSqlExecuteStatement<D extends AbstractNoSqlDatabase>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(D database)
-
-
-
Method Detail
-
execute
void execute(D database)
-
-