Interface OFunctionLibrary
- All Known Implementing Classes:
OSessionFunctionLibrary
public interface OFunctionLibrary
Manages stored functions.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
Modifier and TypeMethodDescriptioncreateFunction(String iName) voiddropFunction(OFunction function) voiddropFunction(String iName) getFunction(String iName)
-
Method Details
-
getFunctionNames
-
getFunction
-
createFunction
-
dropFunction
-
dropFunction
-