Class | Description |
---|---|
AbstractDatabaseConnectionCommandStep |
Abstract CommandStep providing database connectivity.
|
AbstractHelperCommandStep |
Class to hold all methods that are common to helper classes
|
ChangeExecListenerCommandStep |
Creates a ChangeExecListener or utilizes the one provided as argument
|
DatabaseChangelogCommandStep |
This helper class provides two objects: a valid and verified DatabaseChangeLog and the ChangeLogParameters
object used to instantiate it.
|
DbUrlConnectionCommandStep |
Internal command step to be used on CommandStep pipeline to manage the database connection.
|
DiffOutputControlCommandStep |
Internal command step to be used on pipeline to instantiate a DiffOutputControl object that is mainly used
by diffChangeLog/generateChangeLog .
|
HubHandler | Deprecated
Hub is deprecated and this class may go away with that.
|
LockServiceCommandStep |
Internal command step to be used on CommandStep pipeline to create lock services.
|
OutputWriterCommandStep |
This helper class can be run prior to any command (but usually the *-sql commands, like update-sql) to redirect
the SQL to the console, rather than running it against an actual database.
|
PreCompareCommandStep |
Prepares objects used by database comparison Commands like diff, diffChangelog, etc
|
ReferenceDbUrlConnectionCommandStep |
Internal command step to be used on pipeline to manage the database connection to the reference database.
|
ShowSummaryArgument |
This class encapsulates the argument "show-summary", which applies to the update family of commands.
|
Copyright © 2023 Liquibase.org. All rights reserved.