
public class OContainsAllCondition extends OBooleanExpression
| Modifier and Type | Field and Description |
|---|---|
protected OExpression |
left |
protected OExpression |
right |
protected OOrBlock |
rightBlock |
FALSE, TRUEchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OContainsAllCondition(int id) |
OContainsAllCondition(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(OIdentifiable currentRecord,
OCommandContext ctx) |
protected List<Object> |
getExternalCalculationConditions() |
OExpression |
getLeft() |
List<String> |
getMatchPatternInvolvedAliases() |
protected int |
getNumberOfExternalCalculations() |
OExpression |
getRight() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
setLeft(OExpression left) |
void |
setRight(OExpression right) |
boolean |
supportsBasicCalculation() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
encapsulateInAndBlock, flatten, getIndexedFunctionConditionschildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected OExpression left
protected OExpression right
protected OOrBlock rightBlock
public OContainsAllCondition(int id)
public OContainsAllCondition(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class OBooleanExpressionpublic boolean evaluate(OIdentifiable currentRecord, OCommandContext ctx)
evaluate in class OBooleanExpressionpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic OExpression getLeft()
public void setLeft(OExpression left)
public OExpression getRight()
public void setRight(OExpression right)
public boolean supportsBasicCalculation()
supportsBasicCalculation in class OBooleanExpressionprotected int getNumberOfExternalCalculations()
getNumberOfExternalCalculations in class OBooleanExpressionprotected List<Object> getExternalCalculationConditions()
getExternalCalculationConditions in class OBooleanExpressionpublic List<String> getMatchPatternInvolvedAliases()
getMatchPatternInvolvedAliases in class OBooleanExpressionCopyright © 2009–2025 OrientDB. All rights reserved.