Package net.java.ao.schema.ddl
Class SQLAction
java.lang.Object
net.java.ao.schema.ddl.SQLAction
An SQL statement representing some stage of schema modification.
This may optionally have a corresponding "undo" action which can be executed to roll
back this modification; this will only be done if the modification succeeded but then
some later action failed.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SQLAction
of
(CharSequence statement) toString()
withUndoAction
(SQLAction undoAction)