Package | Description |
---|---|
liquibase | |
liquibase.changelog | |
liquibase.changelog.filter | |
liquibase.sql.visitor |
Modifier and Type | Method and Description |
---|---|
void |
Liquibase.changeLogSync(Contexts contexts) |
void |
Liquibase.changeLogSync(Contexts contexts,
Writer output) |
void |
Liquibase.checkLiquibaseTables(boolean updateExistingNullChecksums,
DatabaseChangeLog databaseChangeLog,
Contexts contexts) |
void |
Liquibase.futureRollbackSQL(Integer count,
Contexts contexts,
Writer output) |
void |
Liquibase.generateDocumentation(String outputDirectory,
Contexts contexts) |
protected ChangeLogIterator |
Liquibase.getStandardChangelogIterator(Contexts contexts,
DatabaseChangeLog changeLog) |
Collection<RanChangeSet> |
Liquibase.listUnexpectedChangeSets(Contexts contexts) |
List<ChangeSet> |
Liquibase.listUnrunChangeSets(Contexts contexts) |
void |
Liquibase.markNextChangeSetRan(Contexts contexts) |
void |
Liquibase.markNextChangeSetRan(Contexts contexts,
Writer output) |
void |
Liquibase.reportStatus(boolean verbose,
Contexts contexts,
Writer out) |
void |
Liquibase.reportUnexpectedChangeSets(boolean verbose,
Contexts contexts,
Writer out) |
void |
Liquibase.rollback(Date dateToRollBackTo,
Contexts contexts) |
void |
Liquibase.rollback(Date dateToRollBackTo,
Contexts contexts,
Writer output) |
void |
Liquibase.rollback(int changesToRollback,
Contexts contexts) |
void |
Liquibase.rollback(int changesToRollback,
Contexts contexts,
Writer output) |
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts) |
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts,
Writer output) |
void |
Liquibase.update(Contexts contexts)
Executes Liquibase "update" logic which ensures that the configured
Database is up to dat according to the configured changelog file. |
void |
Liquibase.update(Contexts contexts,
Writer output) |
void |
Liquibase.update(int changesToApply,
Contexts contexts) |
void |
Liquibase.update(int changesToApply,
Contexts contexts,
Writer output) |
void |
Liquibase.updateTestingRollback(Contexts contexts) |
Modifier and Type | Method and Description |
---|---|
Contexts |
ChangeLogParameters.getContexts() |
Contexts |
ChangeSet.getContexts() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogParameters.set(String key,
String value,
Contexts contexts,
String databases) |
void |
ChangeLogParameters.setContexts(Contexts contexts) |
void |
StandardChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts) |
void |
ChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts)
Upgrades any existing checksums with an out of date version
|
void |
AbstractChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts) |
void |
DatabaseChangeLog.validate(Database database,
Contexts contexts) |
Constructor and Description |
---|
ContextChangeSetFilter(Contexts contexts) |
Modifier and Type | Method and Description |
---|---|
Contexts |
SqlVisitor.getContexts() |
Contexts |
AbstractSqlVisitor.getContexts() |
Modifier and Type | Method and Description |
---|---|
void |
SqlVisitor.setContexts(Contexts contexts) |
void |
AbstractSqlVisitor.setContexts(Contexts contexts) |
Copyright © 2017 Liquibase.org. All rights reserved.