Class OSQLFunctionIn
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.OSQLFunctionMoveFiltered
com.orientechnologies.orient.core.sql.functions.graph.OSQLFunctionIn
- All Implemented Interfaces:
OSQLFunction,OSQLFunctionFiltered
Created by luigidellaquila on 03/01/17.
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.functions.graph.OSQLFunctionMoveFiltered
supernodeThresholdFields 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) protected Objectmove(ODatabaseSession graph, OIdentifiable iRecord, String[] iLabels, Iterable<OIdentifiable> iPossibleResults) Methods inherited from class com.orientechnologies.orient.core.sql.functions.graph.OSQLFunctionMoveFiltered
executeMethods 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, shouldMergeDistributedResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.functions.OSQLFunction
aggregateResults, config, execute, filterResult, getMaxParams, getMinParams, getName, getResult, getSyntax, mergeDistributedResult, setResult, shouldMergeDistributedResult
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
OSQLFunctionIn
public OSQLFunctionIn()
-
-
Method Details
-
move
- Specified by:
movein classOSQLFunctionMove
-
move
protected Object move(ODatabaseSession graph, OIdentifiable iRecord, String[] iLabels, Iterable<OIdentifiable> iPossibleResults) - Specified by:
movein classOSQLFunctionMoveFiltered
-