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.