
public class OBaseIdentifier extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected OLevelZeroIdentifier |
levelZero |
protected OSuffixIdentifier |
suffix |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OBaseIdentifier(int id) |
OBaseIdentifier(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
long |
estimateIndexedFunction(OFromClause target,
OCommandContext context,
OBinaryCompareOperator operator,
Object right) |
Object |
execute(OIdentifiable iCurrentRecord,
OCommandContext ctx) |
Iterable<OIdentifiable> |
executeIndexedFunction(OFromClause target,
OCommandContext context,
OBinaryCompareOperator operator,
Object right) |
OLevelZeroIdentifier |
getLevelZero() |
OSuffixIdentifier |
getSuffix() |
boolean |
isBaseIdentifier() |
boolean |
isIndexedFunctionCall() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected OLevelZeroIdentifier levelZero
protected OSuffixIdentifier suffix
public OBaseIdentifier(int id)
public OBaseIdentifier(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic Object execute(OIdentifiable iCurrentRecord, OCommandContext ctx)
public boolean isIndexedFunctionCall()
public long estimateIndexedFunction(OFromClause target, OCommandContext context, OBinaryCompareOperator operator, Object right)
public Iterable<OIdentifiable> executeIndexedFunction(OFromClause target, OCommandContext context, OBinaryCompareOperator operator, Object right)
public boolean isBaseIdentifier()
public OLevelZeroIdentifier getLevelZero()
public OSuffixIdentifier getSuffix()
Copyright © 2009–2025 OrientDB. All rights reserved.