| Class |
Description |
|
ArgumentDelegate
|
This class processes the arg closure that can be present in an
executeCommand change. |
|
ChangeSetDelegate
|
This class is the closure delegate for a ChangeSet. |
|
ColumnDelegate
|
This class is a delegate for nested columns found frequently in the DSL, such
as inside the createTable change. |
|
CommentDelegate
|
This class processes the closure that can be present in a sql change.
|
|
ConstraintDelegate
|
|
|
DatabaseChangeLogDelegate
|
This class is the delegate for the databaseChangeLog element. |
|
DelegateUtil
|
Little utility with helper methods that all the delegates can use. |
|
GroovyChangeDelegate
|
|
|
GroovyOnlyResourceFilter
|
Created with IntelliJ IDEA.
|
|
KeyValueDelegate
|
A general-purpose delegate class to provide key/value support in a builder.
|
|
ModifySqlDelegate
|
This delegate handles the Liquibase ModifySql element, which can be used
to tweak the SQL that Liquibase generates. |
|
PreconditionDelegate
|
|