public class AlterTableRenameNode extends TableElementNode
TableElementNode.ElementType
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX
Constructor and Description |
---|
AlterTableRenameNode() |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
void |
init(java.lang.Object newTableName)
Initializer for a TableElementNode
|
TableName |
newName() |
getName, init, toString
accept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, init, init, init, init, init, init, init, init, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, printSubNodes, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrint
public void init(java.lang.Object newTableName)
TableElementNode
init
in class TableElementNode
newTableName
- The name of the table element, if anypublic void copyFrom(QueryTreeNode node) throws StandardException
TableElementNode
copyFrom
in class TableElementNode
StandardException
public TableName newName()
Copyright © 2013. All Rights Reserved.