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, validate
SqlStatement[] generateStatements(Database database) throws CustomChangeException
database
- the target Database
associated to this change's statementsSqlStatement
s with the statementsCustomChangeException
- if an exception occurs while processing this changeCopyright © 2019 Liquibase.org. All rights reserved.