| Package | Description |
|---|---|
| liquibase | |
| liquibase.changelog | |
| liquibase.changelog.visitor |
| Modifier and Type | Method and Description |
|---|---|
void |
Liquibase.setChangeExecListener(ChangeExecListener listener) |
| 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.
|
| Constructor and Description |
|---|
RollbackVisitor(Database database,
ChangeExecListener listener) |
UpdateVisitor(Database database,
ChangeExecListener execListener) |
Copyright © 2015 Liquibase.org. All rights reserved.