Class SQLFunctionInE
- java.lang.Object
-
- com.arcadedb.query.sql.function.SQLFunctionAbstract
-
- com.arcadedb.query.sql.function.SQLFunctionConfigurableAbstract
-
- com.arcadedb.query.sql.function.graph.SQLFunctionMove
-
- com.arcadedb.query.sql.function.graph.SQLFunctionInE
-
- All Implemented Interfaces:
SQLFunction
public class SQLFunctionInE extends SQLFunctionMove
Created by luigidellaquila on 03/01/17.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
-
Fields inherited from class com.arcadedb.query.sql.function.SQLFunctionConfigurableAbstract
configuredParameters
-
Fields inherited from class com.arcadedb.query.sql.function.SQLFunctionAbstract
name
-
-
Constructor Summary
Constructors Constructor Description SQLFunctionInE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
move(Database graph, Identifiable iRecord, String[] iLabels)
-
Methods inherited from class com.arcadedb.query.sql.function.graph.SQLFunctionMove
e2v, execute, getSyntax, v2e, v2v
-
Methods inherited from class com.arcadedb.query.sql.function.SQLFunctionConfigurableAbstract
config, toString
-
Methods inherited from class com.arcadedb.query.sql.function.SQLFunctionAbstract
aggregateResults, getName, getResult
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
move
protected Object move(Database graph, Identifiable iRecord, String[] iLabels)
- Specified by:
move
in classSQLFunctionMove
-
-