public class AlterDropIndexNode extends TableElementNode
TableElementNode.ElementTypeAUTOINCREMENT_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() |
String |
getIndexName() |
void |
init(Object indexName,
Object ec)
Initializer for a TableElementNode
|
String |
statementToString() |
String |
toString()
Convert this object to a String.
|
getName, initaccept, 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 indexName, Object ec)
TableElementNodeinit in class TableElementNodeindexName - The name of the table element, if anypublic String getIndexName()
public void copyFrom(QueryTreeNode node) throws StandardException
TableElementNodecopyFrom in class TableElementNodeStandardExceptionpublic String toString()
TableElementNodetoString in class TableElementNodepublic String statementToString()
public ExistenceCheck getExistenceCheck()
Copyright © 2015 FoundationDB, LLC. All rights reserved.