Class OFunctionLibraryImpl
java.lang.Object
com.orientechnologies.orient.core.metadata.function.OFunctionLibraryImpl
Manages stored functions.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidvoidcreatedFunction(ODocument function) createFunction(ODatabaseDocumentInternal database, String iName) createFunction(String iName) voiddropFunction(OFunction function) voiddropFunction(String iName) voiddroppedFunction(ODocument function) getFunction(String iName) protected voidvoidload()voidvoidupdate()voidupdatedFunction(ODocument function) static void
-
Field Details
-
CLASSNAME
- See Also:
-
functions
-
-
Constructor Details
-
OFunctionLibraryImpl
public OFunctionLibraryImpl()
-
-
Method Details
-
create
-
load
public void load() -
load
-
droppedFunction
-
createdFunction
-
getFunctionNames
-
getFunction
-
createFunction
-
createFunction
-
close
public void close() -
init
-
dropFunction
-
dropFunction
-
updatedFunction
-
update
public void update() -
validateFunctionRecord
- Throws:
ODatabaseException
-