Class OFunctionLibraryProxy
java.lang.Object
com.orientechnologies.orient.core.db.record.OProxedResource<OFunctionLibraryImpl>
com.orientechnologies.orient.core.metadata.function.OFunctionLibraryProxy
- All Implemented Interfaces:
OFunctionLibrary
public class OFunctionLibraryProxy
extends OProxedResource<OFunctionLibraryImpl>
implements OFunctionLibrary
Proxy class to access to the centralized Function Library instance.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.db.record.OProxedResource
database, delegate -
Constructor Summary
ConstructorsConstructorDescriptionOFunctionLibraryProxy(OFunctionLibraryImpl iDelegate, ODatabaseDocumentInternal iDatabase) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidcreate()createFunction(String iName) voiddropFunction(OFunction function) voiddropFunction(String iName) getFunction(String iName) voidload()
-
Constructor Details
-
OFunctionLibraryProxy
-
-
Method Details
-
getFunctionNames
- Specified by:
getFunctionNamesin interfaceOFunctionLibrary
-
getFunction
- Specified by:
getFunctionin interfaceOFunctionLibrary
-
createFunction
- Specified by:
createFunctionin interfaceOFunctionLibrary
-
create
public void create()- Specified by:
createin interfaceOFunctionLibrary
-
load
public void load()- Specified by:
loadin interfaceOFunctionLibrary
-
close
public void close()- Specified by:
closein interfaceOFunctionLibrary
-
dropFunction
- Specified by:
dropFunctionin interfaceOFunctionLibrary
-
dropFunction
- Specified by:
dropFunctionin interfaceOFunctionLibrary
-