Class OMethodCall
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OMethodCall
- All Implemented Interfaces:
Node
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParam(OExpression param) copy()voiddeserialize(OResult fromResult) booleanexecute(Object targetObjects, OCommandContext ctx) execute(Object targetObjects, Iterable<OIdentifiable> iPossibleResults, OCommandContext ctx) executeReverse(Object targetObjects, OCommandContext ctx) voidextractSubQueries(SubQueryCollector collector) inthashCode()booleanbooleanbooleanneedsAliases(Set<String> aliases) booleanvoidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString, toString
-
Field Details
-
methodName
-
params
-
-
Constructor Details
-
OMethodCall
public OMethodCall(int id) -
OMethodCall
-
-
Method Details
-
toString
- Specified by:
toStringin classSimpleNode
-
toGenericStatement
- Specified by:
toGenericStatementin classSimpleNode
-
isBidirectional
public boolean isBidirectional() -
execute
-
execute
public Object execute(Object targetObjects, Iterable<OIdentifiable> iPossibleResults, OCommandContext ctx) -
executeReverse
-
needsAliases
-
copy
- Overrides:
copyin classSimpleNode
-
equals
-
hashCode
public int hashCode() -
extractSubQueries
-
refersToParent
public boolean refersToParent() -
serialize
-
deserialize
-
isCacheable
public boolean isCacheable() -
addParam
-