public class ValueNodeList extends QueryTreeNodeList<ValueNode>
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
ValueNodeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValueNode(ValueNode valueNode)
Add a ValueNode to the list.
|
boolean |
isConstantExpression()
Return whether or not this expression tree represents a constant expression.
|
add, add, addAll, clear, copyFrom, 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, toString, treePrint, treePrint, treePrintpublic void addValueNode(ValueNode valueNode) throws StandardException
valueNode - A ValueNode to add to the listStandardException - Thrown on errorpublic boolean isConstantExpression()
Copyright © 2015 FoundationDB, LLC. All rights reserved.