| Package | Description |
|---|---|
| liquibase.changelog | |
| liquibase.changelog.visitor | |
| liquibase.exception |
| Modifier and Type | Method and Description |
|---|---|
ChangeSet.ExecType |
ChangeSet.execute(DatabaseChangeLog databaseChangeLog,
ChangeExecListener listener,
Database database)
This method will actually execute each of the changes in the list against the
specified database.
|
ChangeSet.ExecType |
ChangeSet.execute(DatabaseChangeLog databaseChangeLog,
Database database) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateVisitor.fireRunFailed(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database,
MigrationFailedException e) |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationFailedException |
Copyright © 2018 Liquibase.org. All rights reserved.