leftChild, rightChild, template
Constructor and Description |
---|
IsNullNode() |
IsNullNode(ExpNode leftChild,
ExpNode rightChild) |
Modifier and Type | Method and Description |
---|---|
void |
accept(QueryTemplateBuilder builder)
Accept the query builder Default implementation returns null - no QueryTemplatePacket is
defined
|
boolean |
isJoined()
is there somewhere in the tree a join condition.
|
boolean |
isValidCompare(Object ob1,
Object ob2)
Operator nodes implement this method to return whether two objects satisfy the given
condition.
|
ExpNode |
newInstance()
Prototype method - Create new instance of the class
|
void |
setNot(boolean isNot) |
String |
toString() |
accept, clone, createIndex, createJoinIndex, getLeftChild, getRightChild, getTemplate, isContainsItemNode, isContainsItemsRootNode, isInnerQuery, prepareTemplateValues, prepareValues, setLeftChild, setRightChild, setTemplate, toString, validateInnerQueryResult
public boolean isValidCompare(Object ob1, Object ob2) throws ClassCastException
ExpNode
isValidCompare
in class ExpNode
ClassCastException
public void setNot(boolean isNot)
isNot
- if true, this is a IS NOT NULL. otherwise it's IS NULLpublic boolean isJoined()
ExpNode
public ExpNode newInstance()
ExpNode
newInstance
in class ExpNode
public void accept(QueryTemplateBuilder builder) throws SQLException
ExpNode
accept
in class ExpNode
SQLException
Copyright © GigaSpaces.