
public class OLtOperator extends SimpleNode implements OBinaryCompareOperator
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OLtOperator(int id) |
OLtOperator(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OLtOperator |
copy() |
boolean |
equals(Object obj) |
boolean |
execute(Object iLeft,
Object iRight) |
int |
hashCode() |
boolean |
isRangeOperator() |
boolean |
supportsBasicCalculation() |
String |
toString() |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringpublic OLtOperator(int id)
public OLtOperator(OrientSql p, int id)
public boolean execute(Object iLeft, Object iRight)
execute in interface OBinaryCompareOperatorpublic String toString()
toString in class SimpleNodepublic boolean supportsBasicCalculation()
supportsBasicCalculation in interface OBinaryCompareOperatorpublic OLtOperator copy()
copy in interface OBinaryCompareOperatorcopy in class SimpleNodepublic boolean isRangeOperator()
isRangeOperator in interface OBinaryCompareOperatorCopyright © 2009–2025 OrientDB. All rights reserved.