public class BetweenOperatorNode extends SqlNode implements OperatorNode
| Constructor and Description | 
|---|
BetweenOperatorNode()  | 
| Modifier and Type | Method and Description | 
|---|---|
Type | 
getDataType()
Retrieves the data type for the overall operator expression. 
 | 
Node | 
getFixtureOperand()  | 
Node | 
getHighOperand()  | 
Node | 
getLowOperand()  | 
void | 
initialize()
Called by the tree walker during hql-sql semantic analysis
 after the operator sub-tree is completely built. 
 | 
getOriginalText, setDataType, setTextgetColumn, getFilename, getLine, getRenderText, getTextLength, initialize, initializeaddChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenpublic void initialize()
                throws antlr.SemanticException
OperatorNodeinitialize in interface OperatorNodeantlr.SemanticExceptionpublic Type getDataType()
OperatorNodegetDataType in interface OperatorNodegetDataType in class SqlNodepublic Node getFixtureOperand()
public Node getLowOperand()
public Node getHighOperand()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.