| Package | Description |
|---|---|
| liquibase | |
| liquibase.command | |
| liquibase.diff | |
| liquibase.diff.core | |
| liquibase.diff.output.changelog | |
| liquibase.diff.output.report | |
| liquibase.integration.ant |
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
Liquibase.diff(Database referenceDatabase,
Database targetDatabase,
CompareControl compareControl) |
| Modifier and Type | Method and Description |
|---|---|
protected DiffResult |
DiffCommand.createDiffResult() |
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
DiffGeneratorFactory.compare(Database referenceDatabase,
Database comparisonDatabase,
CompareControl compareControl) |
DiffResult |
DiffGeneratorFactory.compare(Database referenceDatabase,
Database comparisonDatabase,
SnapshotControl referenceSnapshotControl,
SnapshotControl comparisonSnapshotControl,
CompareControl compareControl) |
DiffResult |
DiffGenerator.compare(DatabaseSnapshot referenceSnapshot,
DatabaseSnapshot comparisonSnapshot,
CompareControl compareControl) |
DiffResult |
DiffGeneratorFactory.compare(DatabaseSnapshot referenceSnapshot,
DatabaseSnapshot comparisonSnapshot,
CompareControl compareControl) |
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
StandardDiffGenerator.compare(DatabaseSnapshot referenceSnapshot,
DatabaseSnapshot comparisonSnapshot,
CompareControl compareControl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandardDiffGenerator.checkVersionInfo(DatabaseSnapshot referenceSnapshot,
DatabaseSnapshot comparisonSnapshot,
DiffResult diffResult) |
protected <T extends DatabaseObject> |
StandardDiffGenerator.compareObjectType(Class<T> type,
DatabaseSnapshot referenceSnapshot,
DatabaseSnapshot comparisonSnapshot,
DiffResult diffResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
DiffToChangeLog.setDiffResult(DiffResult diffResult) |
| Constructor and Description |
|---|
DiffToChangeLog(DiffResult diffResult,
DiffOutputControl diffOutputControl) |
| Constructor and Description |
|---|
DiffToReport(DiffResult diffResult,
PrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
protected DiffResult |
AbstractDatabaseDiffTask.getDiffResult() |
Copyright © 2018 Liquibase.org. All rights reserved.