net.java.ao.schema.ddl
Class SQLAction
java.lang.Object
net.java.ao.schema.ddl.SQLAction
public final class SQLAction
- extends Object
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.
of
public static SQLAction of(CharSequence statement)
withUndoAction
public SQLAction withUndoAction(SQLAction undoAction)
getStatement
public String getStatement()
getUndoAction
public SQLAction getUndoAction()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2007-2014. All Rights Reserved.