Interface OFunctionLibrary
- All Known Implementing Classes:
OFunctionLibraryProxy
public interface OFunctionLibrary
Manages stored functions.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated.voidcreate()Deprecated.createFunction(String iName) voiddropFunction(OFunction function) voiddropFunction(String iName) getFunction(String iName) voidload()Deprecated.
-
Method Details
-
getFunctionNames
-
getFunction
-
createFunction
-
dropFunction
-
dropFunction
-
create
Deprecated. -
load
Deprecated. -
close
Deprecated.
-