Class OSQLFunctionBothV
java.lang.Object
com.orientechnologies.orient.core.sql.functions.OSQLFunctionAbstract
com.orientechnologies.orient.core.sql.functions.OSQLFunctionConfigurableAbstract
com.orientechnologies.orient.core.sql.functions.graph.OSQLFunctionMove
com.orientechnologies.orient.core.sql.functions.graph.OSQLFunctionBothV
- All Implemented Interfaces:
OSQLFunction
Created by luigidellaquila on 03/01/17.
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.functions.OSQLFunctionConfigurableAbstract
configuredParametersFields inherited from class com.orientechnologies.orient.core.sql.functions.OSQLFunctionAbstract
maxParams, minParams, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Objectmove(ODatabaseSession graph, OIdentifiable iRecord, String[] iLabels) Methods inherited from class com.orientechnologies.orient.core.sql.functions.graph.OSQLFunctionMove
e2v, execute, getSyntax, v2e, v2vMethods inherited from class com.orientechnologies.orient.core.sql.functions.OSQLFunctionConfigurableAbstract
config, toStringMethods inherited from class com.orientechnologies.orient.core.sql.functions.OSQLFunctionAbstract
aggregateResults, filterResult, getDistributedStorageId, getMaxParams, getMinParams, getName, getResult, getSingleItem, getSingleProperty, mergeDistributedResult, returnDistributedResult, setResult, shouldMergeDistributedResult
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
OSQLFunctionBothV
public OSQLFunctionBothV()
-
-
Method Details
-
move
- Specified by:
movein classOSQLFunctionMove
-