public class IndexColumnList extends QueryTreeNodeList<IndexColumn>
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
IndexColumnList() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyFunction(String functionName,
int firstArgumentPosition,
int nArguments) |
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
int |
firstFunctionArg() |
String |
functionName() |
int |
lastFunctionArg() |
String |
toString()
Format this node as a string
Each sub-class of QueryTreeNode should implement its own toString()
method.
|
add, add, addAll, clear, destructiveAddAll, get, getList, indexOf, isEmpty, iterator, printSubNodes, remove, remove, set, sizeaccept, 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, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrintpublic void applyFunction(String functionName, int firstArgumentPosition, int nArguments) throws StandardException
StandardExceptionpublic int firstFunctionArg()
public int lastFunctionArg()
public String functionName()
public void copyFrom(QueryTreeNode node) throws StandardException
QueryTreeNodeListcopyFrom in class QueryTreeNodeList<IndexColumn>StandardExceptionpublic String toString()
QueryTreeNodetoString in class QueryTreeNodeCopyright © 2015 FoundationDB, LLC. All rights reserved.