Package liquibase.changelog
Class ModifyChangeSets
java.lang.Object
liquibase.changelog.ModifyChangeSets
Container class to handle the modifyChangeSets tag.
Other attributes may be added later
-
Constructor Summary
ConstructorDescriptionModifyChangeSets
(String runWith, String runWithSpool) ModifyChangeSets
(String runWith, String runWithSpool, boolean stripComments) ModifyChangeSets
(ParsedNode node) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ModifyChangeSets
- Parameters:
node
- The ParsedNode to use- Throws:
ParsedNodeException
-
ModifyChangeSets
- Parameters:
runWith
- The native executor to execute all included change sets with. Can be nullrunWithSpool
- The name of the spool file to be created
-
ModifyChangeSets
- Parameters:
runWith
- The native executor to execute all included change sets with. Can be nullrunWithSpool
- The name of the spool file to be createdstripComments
- Boolean flag to strip comments from SQL
-
-
Method Details
-
getRunWith
-
getRunWithSpool
-
isStripComments
-