Package | Description |
---|---|
liquibase.precondition | |
liquibase.precondition.core |
Modifier and Type | Class and Description |
---|---|
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 |
Copyright © 2018 Liquibase.org. All rights reserved.