public class AlterTableRenameColumnNode extends TableElementNode
TableElementNode.ElementTypeAUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
AlterTableRenameColumnNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
void |
init(Object oldN,
Object newN)
Initializer for a TableElementNode
|
String |
newName() |
String |
oldName() |
getName, init, toStringaccept, 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, treePrintpublic void init(Object oldN, Object newN)
TableElementNodeinit in class TableElementNodeoldN - The name of the table element, if anypublic void copyFrom(QueryTreeNode node) throws StandardException
TableElementNodecopyFrom in class TableElementNodeStandardExceptionpublic String newName()
public String oldName()
Copyright © 2015 FoundationDB, LLC. All rights reserved.