| Package | Description |
|---|---|
| liquibase.command.core |
| Modifier and Type | Class and Description |
|---|---|
class |
DiffToChangeLogCommand
Deprecated.
Implement commands with
CommandStep and call them with CommandFactory.getCommandDefinition(String...). |
class |
GenerateChangeLogCommand
Deprecated.
Implement commands with
CommandStep and call them with CommandFactory.getCommandDefinition(String...). |
| Modifier and Type | Method and Description |
|---|---|
DiffCommand |
DiffCommand.setCompareControl(CompareControl compareControl)
Deprecated.
|
DiffCommand |
DiffCommand.setObjectChangeFilter(ObjectChangeFilter objectChangeFilter)
Deprecated.
|
DiffCommand |
DiffCommand.setOutputStream(PrintStream outputStream)
Deprecated.
|
DiffCommand |
DiffCommand.setReferenceDatabase(Database referenceDatabase)
Deprecated.
|
DiffCommand |
DiffCommand.setReferenceSnapshotControl(SnapshotControl referenceSnapshotControl)
Deprecated.
|
DiffCommand |
DiffCommand.setSnapshotListener(SnapshotListener snapshotListener)
Deprecated.
|
DiffCommand |
DiffCommand.setSnapshotTypes(Class<? extends DatabaseObject>... snapshotTypes)
Deprecated.
|
DiffCommand |
DiffCommand.setSnapshotTypes(String... snapshotTypes)
Deprecated.
|
DiffCommand |
DiffCommand.setTargetDatabase(Database targetDatabase)
Deprecated.
|
DiffCommand |
DiffCommand.setTargetSnapshotControl(SnapshotControl targetSnapshotControl)
Deprecated.
|
Copyright © 2023 Liquibase.org. All rights reserved.