Package | Description |
---|---|
liquibase.command | |
liquibase.command.core |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommand<T extends CommandResult>
Deprecated.
Implement commands with
CommandStep and call them with CommandFactory.getCommandDefinition(String...) . |
interface |
LiquibaseCommand<T extends CommandResult>
Deprecated.
Define command with the new
CommandStep interface |
Modifier and Type | Method and Description |
---|---|
<T extends CommandResult> |
CommandFactory.execute(LiquibaseCommand<T> command)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SnapshotCommand.SnapshotCommandResult
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CommandResult |
HistoryCommand.run()
Deprecated.
|
CommandResult |
DropAllCommand.run()
Deprecated.
|
CommandResult |
DiffToChangeLogCommand.run()
Deprecated.
|
CommandResult |
DiffCommand.run()
Deprecated.
|
CommandResult |
GenerateChangeLogCommand.run()
Deprecated.
|
CommandResult |
ExecuteSqlCommand.run()
Deprecated.
|
Copyright © 2023 Liquibase.org. All rights reserved.