
public class OFunctionLibraryProxy extends OProxedResource<OFunctionLibraryImpl> implements OFunctionLibrary
database, delegate| Constructor and Description |
|---|
OFunctionLibraryProxy(OFunctionLibraryImpl iDelegate,
ODatabaseDocumentInternal iDatabase) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
create() |
OFunction |
createFunction(String iName) |
void |
dropFunction(OFunction function) |
void |
dropFunction(String iName) |
OFunction |
getFunction(String iName) |
Set<String> |
getFunctionNames() |
void |
load() |
public OFunctionLibraryProxy(OFunctionLibraryImpl iDelegate, ODatabaseDocumentInternal iDatabase)
public Set<String> getFunctionNames()
getFunctionNames in interface OFunctionLibrarypublic OFunction getFunction(String iName)
getFunction in interface OFunctionLibrarypublic OFunction createFunction(String iName)
createFunction in interface OFunctionLibrarypublic void create()
create in interface OFunctionLibrarypublic void load()
load in interface OFunctionLibrarypublic void close()
close in interface OFunctionLibrarypublic void dropFunction(OFunction function)
dropFunction in interface OFunctionLibrarypublic void dropFunction(String iName)
dropFunction in interface OFunctionLibraryCopyright © 2009–2025 OrientDB. All rights reserved.