- change(Closure) - Method in GroovyChangeDelegate
-
- changeSet(Map, def) - Method in DatabaseChangeLogDelegate
-
Parse a changeSet and add it to the change log.
- ChangeSetDelegate - Class in org.liquibase.groovy.delegate
This class is the closure delegate for a ChangeSet.
- checkSum(String) - Method in GroovyChangeDelegate
-
- column(Map, Closure) - Method in ColumnDelegate
-
Parse a single column entry in a closure.
- ColumnDelegate - Class in org.liquibase.groovy.delegate
This class is a delegate for nested columns found frequently in the DSL, such
as inside the createTable change.
- comment(String) - Method in ChangeSetDelegate
-
- comment(String) - Method in CommentDelegate
-
Process a comment in the closure
- CommentDelegate - Class in org.liquibase.groovy.delegate
This class processes the closure that can be present in a sql change.
- confirm(String) - Method in GroovyChangeDelegate
-
- ConstraintDelegate - Class in org.liquibase.groovy.delegate
- ConstraintDelegate() - Constructor in ConstraintDelegate
-
- constraints(Closure) - Method in ConstraintDelegate
-
This method is only here to provide a sane error message during a
transition period, and will be removed in a future release.
- createIndex(Map, Closure) - Method in ChangeSetDelegate
-
Processes a createIndex change, which takes a closure in addition to a
map.
- createProcedure(String) - Method in ChangeSetDelegate
-
Processes a createProcedure change.
- createTable(Map, Closure) - Method in ChangeSetDelegate
-
Processes a createTable change, which takes a closure in addition to a
map.
- createView(Map, Closure) - Method in ChangeSetDelegate
-
Processes a createView change, which takes a closure in addition to a
map.
- customChange(Closure) - Method in ChangeSetDelegate
-
A Groovy-specific extension that allows a closure to be provided,
implementing the change.
- customPrecondition(Map, Closure) - Method in PreconditionDelegate
-
Create a customPrecondition.
- CustomProgrammaticChangeWrapper - Class in org.liquibase.groovy.change
Based on liquibase.change.custom.CustomChangeWrapper but more friendly to
programmatic changes instead of XML driven changes
- CustomProgrammaticChangeWrapper(CustomChange) - Constructor in CustomProgrammaticChangeWrapper
-