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 |
---|---|
java.lang.String |
getString()
Return the value from this CharConstantNode
|
void |
init(java.lang.Object arg1)
Initializer for a CharConstantNode.
|
void |
init(java.lang.Object newValue,
java.lang.Object newLength)
Initializer for a CharConstantNode of a specific length.
|
copyFrom, 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 String containing the value of the constant OR The TypeId for the type of the nodeStandardException
public void init(java.lang.Object newValue, java.lang.Object newLength) throws StandardException
init
in class QueryTreeNode
newValue
- A String containing the value of the constantnewLength
- The length of the new value of the constantStandardException
public java.lang.String getString() throws StandardException
StandardException
- Thrown on errorCopyright © 2013. All Rights Reserved.