public final class CharConstantNode extends ConstantNode
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
CharConstantNode() |
| Modifier and Type | Method and Description |
|---|---|
static int |
charLength(String s) |
String |
getString()
Return the value from this CharConstantNode
|
void |
init(Object arg1)
Initializer for a CharConstantNode.
|
void |
init(Object newValue,
Object newLength)
Initializer for a CharConstantNode of a specific length.
|
copyFrom, 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 String containing the value of the constant OR The TypeId for the type of the nodeStandardExceptionpublic void init(Object newValue, Object newLength) throws StandardException
init in class QueryTreeNodenewValue - A String containing the value of the constantnewLength - The length of the new value of the constantStandardExceptionpublic String getString() throws StandardException
StandardException - Thrown on errorpublic static int charLength(String s)
Copyright © 2015 FoundationDB, LLC. All rights reserved.