public abstract class AbstractNullnessCheckNode extends UnaryLogicOperatorNode
| Constructor and Description |
|---|
AbstractNullnessCheckNode() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getExpansionConnectorText()
When (if) we need to expand a row value constructor, what is the text of the connector to use between the
expansion fragments.
|
protected abstract int |
getExpansionConnectorType()
When (if) we need to expand a row value constructor, what is the type of connector to use between the
expansion fragments.
|
void |
initialize()
Called by the tree walker during hql-sql semantic analysis
after the operator sub-tree is completely built.
|
getDataType, getOperandgetAliasGenerator, getASTFactory, getSessionFactoryHelper, getWalker, initializegetOriginalText, 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()
initialize in interface OperatorNodeinitialize in class UnaryLogicOperatorNodeprotected abstract int getExpansionConnectorType()
protected abstract String getExpansionConnectorText()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.