| Interface and Description |
|---|
| liquibase.configuration.ConfigurationContainer
interface from old style configuration code. Use
ConfigurationDefinition and AutoloadedConfigurations now. |
| liquibase.configuration.ConfigurationValueHandler |
| liquibase.command.LiquibaseCommand
Define command with the new
CommandStep interface |
| Exceptions and Description |
|---|
| liquibase.command.CommandExecutionException
Used by the old
LiquibaseCommand style of command setup. |
| liquibase.exception.CommandLineParsingException |
| Constructor and Description |
|---|
| liquibase.statement.core.AddPrimaryKeyStatement(String, String, String, String, String) |
| liquibase.resource.FileSystemResourceAccessor(String) |
| liquibase.changelog.visitor.RollbackVisitor(Database)
- please use the constructor with ChangeExecListener, which can be null.
|
| liquibase.changelog.visitor.UpdateVisitor(Database)
- please use the constructor with ChangeExecListener, which can be null.
|
| Enum Constant and Description |
|---|
| liquibase.Scope.Attr.fileEncoding |
Copyright © 2022 Liquibase.org. All rights reserved.