Package | Description |
---|---|
liquibase.change.custom |
Modifier and Type | Method and Description |
---|---|
void |
CustomTaskChange.execute(Database database)
Method called to run the change logic.
|
SqlStatement[] |
CustomSqlRollback.generateRollbackStatements(Database database)
Generates the SQL statements required to roll back the change
|
SqlStatement[] |
CustomSqlChange.generateStatements(Database database)
Generates the SQL statements required to run the change
|
void |
CustomTaskRollback.rollback(Database database)
Method called to rollback the change.
|
CustomChangeWrapper |
CustomChangeWrapper.setClass(String className)
Specify the name of the class to use as the CustomChange.
|
Copyright © 2018 Liquibase.org. All rights reserved.