public class ContainsNode extends ExpNode
leftChild, rightChild, template
Constructor and Description |
---|
ContainsNode() |
ContainsNode(ColumnNode columnNode,
ExpNode operatorNode,
short templateMatchCode) |
ContainsNode(ColumnNode columnNode,
ExpNode operatorNode,
short templateMatchCode,
String relation) |
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.
|
EntriesCursor |
createIndex(QueryTableData table,
IQueryResultSet<IEntryPacket> entries) |
String |
getPath() |
String |
getRelation() |
short |
getTemplateMatchCode() |
boolean |
isRelationNode() |
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 |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
accept, createJoinIndex, forEachChild, getLeftChild, getRightChild, getTemplate, isContainsItemNode, isContainsItemsRootNode, isInnerQuery, isJoined, prepareTemplateValues, prepareValues, reverse, setLeftChild, setRightChild, setTemplate, toString, traverse, traverseReverse, validateInnerQueryResult
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public ContainsNode()
public ContainsNode(ColumnNode columnNode, ExpNode operatorNode, short templateMatchCode)
public ContainsNode(ColumnNode columnNode, ExpNode operatorNode, short templateMatchCode, String relation)
public ExpNode newInstance()
ExpNode
newInstance
in class ExpNode
public void accept(QueryTemplateBuilder builder) throws SQLException
ExpNode
accept
in class ExpNode
SQLException
public boolean isValidCompare(Object ob1, Object ob2)
ExpNode
isValidCompare
in class ExpNode
public EntriesCursor createIndex(QueryTableData table, IQueryResultSet<IEntryPacket> entries)
createIndex
in class ExpNode
public String getPath()
public short getTemplateMatchCode()
public boolean isRelationNode()
public String getRelation()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ExpNode
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ExpNode
IOException
ClassNotFoundException
Copyright © GigaSpaces.