leftChild, rightChild, template| Constructor and Description | 
|---|
| EqualNode() | 
| EqualNode(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 | 
| EntriesCursor | createIndex(QueryTableData table,
           IQueryResultSet<IEntryPacket> entries) | 
| 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 | 
| String | toString() | 
accept, clone, createJoinIndex, getLeftChild, getRightChild, getTemplate, isContainsItemNode, isContainsItemsRootNode, isInnerQuery, isJoined, prepareTemplateValues, prepareValues, setLeftChild, setRightChild, setTemplate, toString, validateInnerQueryResultpublic boolean isValidCompare(Object ob1, Object ob2) throws ClassCastException
ExpNodeisValidCompare in class ExpNodeClassCastExceptionpublic ExpNode newInstance()
ExpNodenewInstance in class ExpNodepublic void accept(QueryTemplateBuilder builder) throws SQLException
ExpNodeaccept in class ExpNodeSQLExceptionpublic EntriesCursor createIndex(QueryTableData table, IQueryResultSet<IEntryPacket> entries)
createIndex in class ExpNodeCopyright © GigaSpaces.