| Interface | Description |
|---|---|
| CustomChange |
Interface to implement when creating a custom change.
|
| CustomSqlChange |
Interface to implement when creating a custom change that generates SQL.
|
| CustomSqlRollback |
Interface to implement that allows rollback of a custom sql change.
|
| CustomTaskChange |
Interface to implement when creating a custom change that does not actually generate SQL.
|
| CustomTaskRollback |
Interface to implement that allows rollback of a custom task change.
|
| Class | Description |
|---|---|
| CustomChangeWrapper |
Adapts CustomChange implementations to the standard change system used by Liquibase.
|
Copyright © 2018 Liquibase.org. All rights reserved.