public class BitConstantNode extends ConstantNode
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
BitConstantNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
static byte[] |
fromHexString(String s,
int offset,
int length)
Convert a hexidecimal string generated by toHexString() back
into a byte array.
|
void |
init(Object arg1)
Initializer for a BitConstantNode.
|
void |
init(Object arg1,
Object arg2)
Initialize a query tree node.
|
getValue, init, isConstantExpression, isEquivalent, setValue, toStringgetColumnName, getSchemaName, getSourceResultColumn, getTableName, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isInListProbeNode, isParameterNode, isRelationalOperator, isSameNodeType, setNullability, setTypeaccept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, 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 arg1) throws StandardException
init in class QueryTreeNodearg1 - A Bit containing the value of the constant OR The TypeId for the type of the nodeStandardExceptionpublic void init(Object arg1, Object arg2) throws StandardException
QueryTreeNodeinit in class QueryTreeNodeStandardException - Thrown on errorpublic void copyFrom(QueryTreeNode node) throws StandardException
copyFrom in class ConstantNodeStandardExceptionpublic static byte[] fromHexString(String s, int offset, int length)
s - String to convertoffset - starting character (zero based) to convert.length - number of characters to convert.Copyright © 2015 FoundationDB, LLC. All rights reserved.