leftChild, rightChild, template
Constructor and Description |
---|
RelationNode() |
RelationNode(ExpNode left,
String relation,
ExpNode right) |
Modifier and Type | Method and Description |
---|---|
void |
accept(QueryTemplateBuilder builder)
Accept the query builder Default implementation returns null - no QueryTemplatePacket is
defined
|
Object |
clone()
Override the clone method.
|
String |
getRelation() |
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 |
setTemplate(QueryTemplatePacket template) |
accept, createIndex, createJoinIndex, getLeftChild, getRightChild, getTemplate, isContainsItemNode, isContainsItemsRootNode, isInnerQuery, isJoined, prepareTemplateValues, prepareValues, setLeftChild, setRightChild, toString, validateInnerQueryResult
public boolean isValidCompare(Object ob1, Object ob2) throws ClassCastException
ExpNode
isValidCompare
in class ExpNode
ClassCastException
public ExpNode newInstance()
ExpNode
newInstance
in class ExpNode
public void accept(QueryTemplateBuilder builder) throws SQLException
ExpNode
accept
in class ExpNode
SQLException
public void setTemplate(QueryTemplatePacket template)
setTemplate
in class ExpNode
public String getRelation()
Copyright © GigaSpaces.