Class Summary |
AbstractChange |
Standard superclass for Changes to implement. |
AbstractSQLChange |
A common parent for all SQL related changes regardless of where the sql was sourced from. |
ChangeFactory |
Factory class for constructing the correct liquibase.change.Change implementation based on the tag name. |
ChangeMetaData |
|
ChangeValidationErrors |
|
CheckSum |
|
ColumnConfig |
This class is the representation of the column tag in the XMl file
It has a reference to the Constraints object for getting information
about the columns constraints. |
ConstraintsConfig |
This class is resposible for holding the information about all the
constraints imposed on the column. |