
public class OInOperator extends SimpleNode implements OBinaryCompareOperator
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OInOperator(int id) |
OInOperator(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OInOperator |
copy() |
boolean |
equals(Object obj) |
boolean |
execute(Object left,
Object right) |
int |
hashCode() |
boolean |
supportsBasicCalculation() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisRangeOperatorpublic OInOperator(int id)
public OInOperator(OrientSql p, int id)
public boolean execute(Object left, Object right)
execute in interface OBinaryCompareOperatorpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic boolean supportsBasicCalculation()
supportsBasicCalculation in interface OBinaryCompareOperatorpublic OInOperator copy()
copy in interface OBinaryCompareOperatorcopy in class SimpleNodeCopyright © 2009–2025 OrientDB. All rights reserved.