
public class OFunctionLibraryImpl extends Object implements OFunctionLibrary
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,OFunction> |
functions |
| Constructor and Description |
|---|
OFunctionLibraryImpl() |
| 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() |
protected void |
init() |
void |
load() |
public void create()
create in interface OFunctionLibrarypublic void load()
load in interface OFunctionLibrarypublic Set<String> getFunctionNames()
getFunctionNames in interface OFunctionLibrarypublic OFunction getFunction(String iName)
getFunction in interface OFunctionLibrarypublic OFunction createFunction(String iName)
createFunction in interface OFunctionLibrarypublic void close()
close in interface OFunctionLibraryprotected void init()
public void dropFunction(OFunction function)
dropFunction in interface OFunctionLibrarypublic void dropFunction(String iName)
dropFunction in interface OFunctionLibraryCopyright © 2009–2025 OrientDB. All rights reserved.