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 OFunctionLibrary
public OFunction getFunction(String iName)
getFunction
in interface OFunctionLibrary
public OFunction createFunction(String iName)
createFunction
in interface OFunctionLibrary
public void create()
create
in interface OFunctionLibrary
public void load()
load
in interface OFunctionLibrary
public void close()
close
in interface OFunctionLibrary
public void dropFunction(OFunction function)
dropFunction
in interface OFunctionLibrary
public void dropFunction(String iName)
dropFunction
in interface OFunctionLibrary
Copyright © 2009–2020 OrientDB. All rights reserved.