public interface OFunctionLibrary
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
void |
create()
Deprecated.
|
OFunction |
createFunction(String iName) |
void |
dropFunction(OFunction function) |
void |
dropFunction(String iName) |
OFunction |
getFunction(String iName) |
Set<String> |
getFunctionNames() |
void |
load()
Deprecated.
|
void dropFunction(String iName)
void dropFunction(OFunction function)
@Deprecated void create()
@Deprecated void load()
@Deprecated void close()
Copyright © 2009–2020 OrientDB. All rights reserved.