Uses of Class
liquibase.changelog.ChangeLogIterator
-
Packages that use ChangeLogIterator Package Description liquibase Liquibase top level namespace package.liquibase.changelog liquibase.command.core -
-
Uses of ChangeLogIterator in liquibase
Methods in liquibase that return ChangeLogIterator Modifier and Type Method Description protected ChangeLogIteratorLiquibase. getStandardChangelogIterator(Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)Return a ChangeLogIterator constructed with standard filters for processing the specified changelog. -
Uses of ChangeLogIterator in liquibase.changelog
Subclasses of ChangeLogIterator in liquibase.changelog Modifier and Type Class Description classStatusChangeLogIteratorThis class calculates the status of all change sets involved in an update operation It allows us to determine ALL reasons that a ChangeSet will not be deployed, unlike the standard iterator which breaks upon finding a reason to deny the change set. -
Uses of ChangeLogIterator in liquibase.command.core
Methods in liquibase.command.core with parameters of type ChangeLogIterator Modifier and Type Method Description static voidAbstractRollbackCommandStep. doRollback(Database database, String changelogFile, String rollbackScript, ChangeLogIterator logIterator, ChangeLogParameters changeLogParameters, DatabaseChangeLog databaseChangeLog, ChangeExecListener changeExecListener)Actually perform the rollback operation.
-