
public class OMethodCall extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected OIdentifier |
methodName |
protected List<OExpression> |
params |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OMethodCall(int id) |
OMethodCall(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OMethodCall |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
Object |
execute(Object targetObjects,
Iterable<OIdentifiable> iPossibleResults,
OCommandContext ctx) |
Object |
execute(Object targetObjects,
OCommandContext ctx) |
Object |
executeReverse(Object targetObjects,
OCommandContext ctx) |
void |
extractSubQueries(SubQueryCollector collector) |
static ODatabaseDocumentInternal |
getDatabase() |
int |
hashCode() |
boolean |
isBidirectional() |
boolean |
isCacheable() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
boolean |
needsAliases(Set<String> aliases) |
boolean |
refersToParent() |
OResult |
serialize() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected OIdentifier methodName
protected List<OExpression> params
public OMethodCall(int id)
public OMethodCall(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 boolean isBidirectional()
public Object execute(Object targetObjects, OCommandContext ctx)
public Object execute(Object targetObjects, Iterable<OIdentifiable> iPossibleResults, OCommandContext ctx)
public Object executeReverse(Object targetObjects, OCommandContext ctx)
public static ODatabaseDocumentInternal getDatabase()
public OMethodCall copy()
copy in class SimpleNodepublic void extractSubQueries(SubQueryCollector collector)
public boolean refersToParent()
public OResult serialize()
public void deserialize(OResult fromResult)
public boolean isCacheable()
Copyright © 2009–2025 OrientDB. All rights reserved.