public class SourceMySqldiffFile extends Object implements liquibase.change.custom.CustomTaskChange
Constructor and Description |
---|
SourceMySqldiffFile() |
Modifier and Type | Method and Description |
---|---|
void |
execute(liquibase.database.Database database)
Does the work of executing the file on mysql
|
String |
getConfirmationMessage() |
void |
setFileOpener(liquibase.FileOpener fileOpener) |
void |
setSqlFile(String sqlFile) |
void |
setUp()
Get the values of the parameters passed in and set them to the local variables on this class.
|
void |
validate(liquibase.database.Database database) |
public void execute(liquibase.database.Database database) throws liquibase.exception.CustomChangeException, liquibase.exception.UnsupportedChangeException
execute
in interface liquibase.change.custom.CustomTaskChange
liquibase.exception.CustomChangeException
liquibase.exception.UnsupportedChangeException
CustomTaskChange.execute(liquibase.database.Database)
public String getConfirmationMessage()
CustomChange.getConfirmationMessage()
public void setFileOpener(liquibase.FileOpener fileOpener)
CustomChange.setFileOpener(liquibase.FileOpener)
public void setUp() throws liquibase.exception.SetupException
liquibase.exception.SetupException
CustomChange.setUp()
public void validate(liquibase.database.Database database) throws liquibase.exception.InvalidChangeDefinitionException
liquibase.exception.InvalidChangeDefinitionException
CustomChange.validate(liquibase.database.Database)
public void setSqlFile(String sqlFile)
sqlFile
- the sqlFile to setCopyright © 2018 OpenMRS LLC.. All Rights Reserved.