public class ContainsItemsRootNode extends LiteralNode
value
leftChild, rightChild, template
Constructor and Description |
---|
ContainsItemsRootNode(Object containsSubs,
String root,
ColumnNode rootColumnNode) |
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.
|
ExpNode |
getContainsSubtree() |
String |
getRoot() |
ColumnNode |
getRootColumnNode() |
boolean |
isContainsItemsRootNode() |
String |
prepareTemplateValues(TreeMap values,
String colName)
PreparedNodes will set their values through this methods.
|
void |
prepareValues(Object[] values)
PreparedNodes will set their values through this methods.
|
getConvertedObject, getValue, isPreparedValue, setValue, toString
accept, isJoined, isValidCompare, newInstance
createIndex, createJoinIndex, getLeftChild, getRightChild, getTemplate, isContainsItemNode, isInnerQuery, setLeftChild, setRightChild, setTemplate, toString, validateInnerQueryResult
public ContainsItemsRootNode(Object containsSubs, String root, ColumnNode rootColumnNode)
public boolean isContainsItemsRootNode()
isContainsItemsRootNode
in class ExpNode
public ExpNode getContainsSubtree()
public String getRoot()
public ColumnNode getRootColumnNode()
public void accept(QueryTemplateBuilder builder) throws SQLException
ExpNode
accept
in class ValueNode
SQLException
public void prepareValues(Object[] values) throws SQLException
ExpNode
prepareValues
in class ExpNode
SQLException
public String prepareTemplateValues(TreeMap values, String colName) throws SQLException
ExpNode
prepareTemplateValues
in class ExpNode
SQLException
public Object clone()
ExpNode
clone
in class LiteralNode
Copyright © GigaSpaces.