Class LogEntryLanguageChange
java.lang.Object
ch.tocco.nice2.dbrefactoring.spi.liquibase.JdbcHelper
ch.tocco.nice2.dbrefactoring.spi.liquibase.CustomLanguageChange
ch.tocco.nice2.tasks.impl.progress.persist.dbrefactoring.LogEntryLanguageChange
- All Implemented Interfaces:
liquibase.change.custom.CustomChange
,liquibase.change.custom.CustomTaskChange
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.dbrefactoring.spi.liquibase.JdbcHelper
JdbcHelper.SqlFunction<A,
B> -
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.dbrefactoring.spi.liquibase.CustomLanguageChange
getLanguages, getLanguagesString, setFileOpener, setLanguagesString, setUp, validate
Methods inherited from class ch.tocco.nice2.dbrefactoring.spi.liquibase.JdbcHelper
ddlStatement, tableExists, uniqueIndexExists, withConnection, withResultSet, withStatement
-
Constructor Details
-
LogEntryLanguageChange
public LogEntryLanguageChange()
-
-
Method Details
-
execute
public void execute(liquibase.database.Database database) throws liquibase.exception.CustomChangeException - Throws:
liquibase.exception.CustomChangeException
-
getConfirmationMessage
-