Package | Description |
---|---|
liquibase.change |
The change package contains the available database "changes".
|
liquibase.change.core | |
liquibase.changelog | |
liquibase.precondition | |
liquibase.precondition.core | |
liquibase.structure.core |
Modifier and Type | Class and Description |
---|---|
class |
AddColumnConfig |
class |
ColumnConfig
The standard configuration used by Change classes to represent a column.
|
class |
ConstraintsConfig
The standard configuration used by Change classes to represent a constraints on a column.
|
Modifier and Type | Class and Description |
---|---|
class |
LoadDataColumnConfig |
Modifier and Type | Class and Description |
---|---|
class |
ChangeLogInclude |
class |
ChangeLogIncludeAll |
class |
ChangeLogProperty |
class |
RollbackContainer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrecondition |
class |
CustomPreconditionWrapper |
class |
PreconditionLogic
Marker interface for precondition logic tags (and,or, not)
|
Modifier and Type | Class and Description |
---|---|
class |
AndPrecondition
Container class for all preconditions on a change log.
|
class |
ChangeLogPropertyDefinedPrecondition |
class |
ChangeSetExecutedPrecondition |
class |
ColumnExistsPrecondition |
class |
DBMSPrecondition
Precondition for specifying the type of database (oracle, mysql, etc.).
|
class |
ForeignKeyExistsPrecondition |
class |
IndexExistsPrecondition |
class |
NotPrecondition
Class for controling "not" logic in preconditions.
|
class |
ObjectQuotingStrategyPrecondition |
class |
OrPrecondition
Class for controling "or" logic in preconditions.
|
class |
PreconditionContainer |
class |
PrimaryKeyExistsPrecondition |
class |
RowCountPrecondition |
class |
RunningAsPrecondition
Precondition that checks the name of the user executing the change log.
|
class |
SequenceExistsPrecondition |
class |
SqlPrecondition |
class |
TableExistsPrecondition |
class |
TableIsEmptyPrecondition |
class |
ViewExistsPrecondition |
Modifier and Type | Class and Description |
---|---|
static class |
Column.AutoIncrementInformation |
class |
DataType |
Copyright © 2016 Liquibase.org. All rights reserved.