|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mckoi.database.interpret.AlterTableAction
public final class AlterTableAction
Represents an action in an ALTER TABLE SQL statement.
Constructor Summary | |
---|---|
AlterTableAction()
Constructor. |
Method Summary | |
---|---|
void |
addElement(java.lang.Object ob)
Adds a parameter to this action. |
java.lang.Object |
clone()
Performs a DEEP clone of this object if it is mutable, or a deep clone of its mutable members. |
java.lang.String |
getAction()
Returns the name of this action. |
java.lang.Object |
getElement(int n)
Returns element 'n'. |
java.util.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(java.lang.String str)
Set the action to perform. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlterTableAction()
Method Detail |
---|
public void setAction(java.lang.String str)
public void addElement(java.lang.Object ob)
public java.lang.String getAction()
public java.util.ArrayList getElements()
public java.lang.Object getElement(int n)
public void prepareExpressions(ExpressionPreparer preparer) throws DatabaseException
StatementTreeObject
prepareExpressions
in interface StatementTreeObject
DatabaseException
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
StatementTreeObject
clone
in interface StatementTreeObject
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |