| Package | Description |
|---|---|
| liquibase.change.custom |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomSqlChange
Interface to implement when creating a custom change that generates SQL.
|
interface |
CustomTaskChange
Interface to implement when creating a custom change that does not actually generate SQL.
|
| Modifier and Type | Method and Description |
|---|---|
CustomChange |
CustomChangeWrapper.getCustomChange()
Return the CustomChange instance created by the call to
CustomChangeWrapper.setClass(String). |
Copyright © 2018 Liquibase.org. All rights reserved.