public interface CustomSqlChange extends CustomChange
CustomSqlRollback,
CustomTaskChange| Modifier and Type | Method and Description |
|---|---|
SqlStatement[] |
generateStatements(Database database)
Generates the SQL statements required to run the change
|
getConfirmationMessage, setFileOpener, setUp, validateSqlStatement[] generateStatements(Database database) throws CustomChangeException
database - the target Database associated to this change's statementsSqlStatements with the statementsCustomChangeException - if an exception occurs while processing this changeCopyright © 2018 Liquibase.org. All rights reserved.