public class ContainsItemNode extends ContainsNode
leftChild, rightChild, template
Constructor and Description |
---|
ContainsItemNode() |
ContainsItemNode(ColumnNode columnNode,
ExpNode operatorNode,
short templateMatchCode) |
ContainsItemNode(ColumnNode columnNode,
ExpNode operatorNode,
short templateMatchCode,
String relation) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Override the clone method.
|
ITypeDesc |
getTypeDesc() |
boolean |
isContainsItemNode() |
ExpNode |
newInstance()
Prototype method - Create new instance of the class
|
void |
readExternal(ObjectInput in) |
void |
setTypeDesc(ITypeDesc typeDesc) |
void |
writeExternal(ObjectOutput out) |
accept, createIndex, getPath, getRelation, getTemplateMatchCode, isRelationNode, isValidCompare, toString
accept, createJoinIndex, forEachChild, getLeftChild, getRightChild, getTemplate, isContainsItemsRootNode, isInnerQuery, isJoined, prepareTemplateValues, prepareValues, reverse, setLeftChild, setRightChild, setTemplate, toString, traverse, traverseReverse, validateInnerQueryResult
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public ContainsItemNode()
public ContainsItemNode(ColumnNode columnNode, ExpNode operatorNode, short templateMatchCode)
public ContainsItemNode(ColumnNode columnNode, ExpNode operatorNode, short templateMatchCode, String relation)
public boolean isContainsItemNode()
isContainsItemNode
in class ExpNode
public Object clone()
ExpNode
clone
in class ContainsNode
public ExpNode newInstance()
ExpNode
newInstance
in class ContainsNode
public void setTypeDesc(ITypeDesc typeDesc)
public ITypeDesc getTypeDesc()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ContainsNode
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ContainsNode
IOException
ClassNotFoundException
Copyright © GigaSpaces.