
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 |
|---|---|
Object |
execute(Object targetObjects,
Iterable<OIdentifiable> iPossibleResults,
OCommandContext ctx) |
Object |
execute(Object targetObjects,
OCommandContext ctx) |
Object |
executeReverse(Object targetObjects,
OCommandContext ctx) |
static ODatabaseDocumentInternal |
getDatabase() |
boolean |
isBidirectional() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
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()
Copyright © 2009–2025 OrientDB. All rights reserved.