public class AlterDropIndexNode extends TableElementNode
TableElementNode.ElementType
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX
Constructor and Description |
---|
AlterDropIndexNode() |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
ExistenceCheck |
getExistenceCheck() |
java.lang.String |
getIndexName() |
void |
init(java.lang.Object indexName,
java.lang.Object ec)
Initializer for a TableElementNode
|
java.lang.String |
statementToString() |
java.lang.String |
toString()
Convert this object to a String.
|
getName, init
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 indexName, java.lang.Object ec)
TableElementNode
init
in class TableElementNode
indexName
- The name of the table element, if anypublic java.lang.String getIndexName()
public void copyFrom(QueryTreeNode node) throws StandardException
TableElementNode
copyFrom
in class TableElementNode
StandardException
public java.lang.String toString()
TableElementNode
toString
in class TableElementNode
public java.lang.String statementToString()
public ExistenceCheck getExistenceCheck()
Copyright © 2013. All Rights Reserved.