|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomChangeException | |
---|---|
liquibase.change.custom |
Uses of CustomChangeException in liquibase.change.custom |
---|
Methods in liquibase.change.custom that throw CustomChangeException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |