public class AlterAddIndexNode extends TableElementNode
TableElementNode.ElementTypeAUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
AlterAddIndexNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
ExistenceCheck |
getExistenceCheck() |
IndexColumnList |
getIndexColunmList() |
String |
getIndexName() |
JoinNode.JoinType |
getJoinType() |
Properties |
getProperties() |
StorageFormatNode |
getStorageFormat() |
void |
init(Object cond,
Object unique,
Object indexName,
Object indexColumnList,
Object joinType,
Object properties,
Object storage)
Initialize a query tree node.
|
boolean |
isUnique() |
void |
printSubNodes(int depth)
Print the sub-nodes of this node.
|
String |
statementToString() |
String |
toString()
Convert this object to a String.
|
getName, init, 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, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrintpublic void init(Object cond, Object unique, Object indexName, Object indexColumnList, Object joinType, Object properties, Object storage)
QueryTreeNodeinit in class QueryTreeNodepublic String getIndexName()
public void copyFrom(QueryTreeNode node) throws StandardException
TableElementNodecopyFrom in class TableElementNodeStandardExceptionpublic String toString()
TableElementNodetoString in class TableElementNodepublic void printSubNodes(int depth)
QueryTreeNodeprintSubNodes in class QueryTreeNodedepth - The depth to indent the sub-nodespublic String statementToString()
public ExistenceCheck getExistenceCheck()
public boolean isUnique()
public IndexColumnList getIndexColunmList()
public JoinNode.JoinType getJoinType()
public Properties getProperties()
public StorageFormatNode getStorageFormat()
Copyright © 2014 FoundationDB, LLC. All rights reserved.