See: Description
| Interface | Description |
|---|---|
| Change |
Interface all changes (refactorings) implement.
|
| ChangeWithColumns<T extends ColumnConfig> |
Markers a Change class as containing one or more
ColumnConfig configuration. |
| DbmsTargetedChange |
Adding this interface to your Change class allows you to specify a dbms attribute listing the databases the change is applied to.
|
| Class | Description |
|---|---|
| AbstractChange |
Standard superclass to simplify
Change implementations. |
| AbstractSQLChange |
A common parent for all raw SQL related changes regardless of where the sql was sourced from.
|
| AbstractSQLChange.NormalizingStream | |
| AddColumnConfig | |
| ChangeFactory |
Factory class for constructing the correct liquibase.change.Change implementation based on a command name.
|
| ChangeMetaData |
Static metadata about a
link Change. |
| ChangeParameterMetaData |
Static metadata about a
Change parameter. |
| ChangeStatus | |
| CheckSum |
CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.
|
| ColumnConfig |
The standard configuration used by Change classes to represent a column.
|
| ColumnConfig.ValueNumeric | |
| ConstraintsConfig |
The standard configuration used by Change classes to represent a constraints on a column.
|
| Enum | Description |
|---|---|
| ChangeStatus.Status |
| Annotation Type | Description |
|---|---|
| DatabaseChange |
Annotation used by
AbstractChange to declare ChangeMetaData information. |
| DatabaseChangeNote | |
| DatabaseChangeProperty |
Annotation used by
AbstractChange to declare ChangeParameterMetaData information. |
Change implementations and including them in the classpath.Copyright © 2018 Liquibase.org. All rights reserved.