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(java.lang.String s,
int offset,
int length)
Convert a hexidecimal string generated by toHexString() back
into a byte array.
|
void |
init(java.lang.Object arg1)
Initializer for a BitConstantNode.
|
void |
init(java.lang.Object arg1,
java.lang.Object arg2)
Initialize a query tree node.
|
getValue, init, isConstantExpression, isEquivalent, setValue, toString
getColumnName, getSchemaName, getSourceResultColumn, getTableName, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isInListProbeNode, isParameterNode, isRelationalOperator, isSameNodeType, setNullability, setType
accept, 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, treePrint
public void init(java.lang.Object arg1) throws StandardException
init
in class QueryTreeNode
arg1
- A Bit containing the value of the constant OR The TypeId for the type of the nodeStandardException
public void init(java.lang.Object arg1, java.lang.Object arg2) throws StandardException
QueryTreeNode
init
in class QueryTreeNode
StandardException
- Thrown on errorpublic void copyFrom(QueryTreeNode node) throws StandardException
copyFrom
in class ConstantNode
StandardException
public static byte[] fromHexString(java.lang.String s, int offset, int length)
s
- String to convertoffset
- starting character (zero based) to convert.length
- number of characters to convert.Copyright © 2013. All Rights Reserved.