public final class InSubQueryNode extends AbstractOperatorNode
EMPTY_NODE
Constructor and Description |
---|
InSubQueryNode(AbstractValueNode leftOperand,
String subQuery,
Map<String,Object> parameters)
Construct an IN operation node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AbstractNode |
getLeftOperand() |
Map<String,Object> |
getParameters() |
String |
getSubQuery() |
int |
hashCode() |
String |
toString() |
and, or
public InSubQueryNode(AbstractValueNode leftOperand, String subQuery, Map<String,Object> parameters)
leftOperand
- the left operandsubQuery
- a list of valuesparameters
- the named parameters for the sub querypublic AbstractNode getLeftOperand()
public String getSubQuery()
public Map<String,Object> getParameters()
Copyright © 2004–2022 XWiki. All rights reserved.