public final class AlterTableAction extends Object implements Serializable, StatementTreeObject, Cloneable
Constructor and Description |
---|
AlterTableAction()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addElement(Object ob)
Adds a parameter to this action.
|
Object |
clone()
Performs a DEEP clone of this object if it is mutable, or a deep clone
of its mutable members.
|
String |
getAction()
Returns the name of this action.
|
Object |
getElement(int n)
Returns element 'n'.
|
ArrayList |
getElements()
Returns the ArrayList that represents the parameters of this action.
|
void |
prepareExpressions(ExpressionPreparer preparer)
Prepares all expressions in this statement tree object by passing the
ExpressionPreparer object to the 'prepare' method of the expression.
|
void |
setAction(String str)
Set the action to perform.
|
public void setAction(String str)
public void addElement(Object ob)
public String getAction()
public ArrayList getElements()
public Object getElement(int n)
public void prepareExpressions(ExpressionPreparer preparer) throws DatabaseException
StatementTreeObject
prepareExpressions
in interface StatementTreeObject
DatabaseException
public Object clone() throws CloneNotSupportedException
StatementTreeObject
clone
in interface StatementTreeObject
clone
in class Object
CloneNotSupportedException
Copyright © 2015. All rights reserved.