|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contexts | |
---|---|
liquibase | |
liquibase.changelog | |
liquibase.changelog.filter | |
liquibase.sql.visitor |
Uses of Contexts in liquibase |
---|
Methods in liquibase with parameters of type Contexts | |
---|---|
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)
|
Uses of Contexts in liquibase.changelog |
---|
Methods in liquibase.changelog that return Contexts | |
---|---|
Contexts |
ChangeLogParameters.getContexts()
|
Contexts |
ChangeSet.getContexts()
|
Methods in liquibase.changelog with parameters of type Contexts | |
---|---|
void |
ChangeLogParameters.set(String key,
String value,
Contexts contexts,
String databases)
|
void |
ChangeLogParameters.setContexts(Contexts contexts)
|
void |
AbstractChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts)
|
void |
ChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts)
Upgrades any existing checksums with an out of date version |
void |
StandardChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts)
|
void |
DatabaseChangeLog.validate(Database database,
Contexts contexts)
|
Uses of Contexts in liquibase.changelog.filter |
---|
Constructors in liquibase.changelog.filter with parameters of type Contexts | |
---|---|
ContextChangeSetFilter(Contexts contexts)
|
Uses of Contexts in liquibase.sql.visitor |
---|
Methods in liquibase.sql.visitor that return Contexts | |
---|---|
Contexts |
AbstractSqlVisitor.getContexts()
|
Contexts |
SqlVisitor.getContexts()
|
Methods in liquibase.sql.visitor with parameters of type Contexts | |
---|---|
void |
AbstractSqlVisitor.setContexts(Contexts contexts)
|
void |
SqlVisitor.setContexts(Contexts contexts)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |