
public class OLikeOperator extends SimpleNode implements OBinaryCompareOperator
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OLikeOperator(int id) |
OLikeOperator(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OLikeOperator |
copy() |
boolean |
equals(Object obj) |
boolean |
execute(Object iLeft,
Object iRight) |
int |
hashCode() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
boolean |
supportsBasicCalculation() |
String |
toString() |
childrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisRangeOperatorpublic OLikeOperator(int id)
public OLikeOperator(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic boolean execute(Object iLeft, Object iRight)
execute in interface OBinaryCompareOperatorpublic String toString()
toString in class SimpleNodepublic boolean supportsBasicCalculation()
supportsBasicCalculation in interface OBinaryCompareOperatorpublic OLikeOperator copy()
copy in interface OBinaryCompareOperatorcopy in class SimpleNodeCopyright © 2009–2025 OrientDB. All rights reserved.