public class OFunctionLibraryImpl extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLASSNAME |
protected Map<String,OFunction> |
functions |
Constructor and Description |
---|
OFunctionLibraryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
create(ODatabaseDocumentInternal db) |
void |
createdFunction(ODocument function) |
OFunction |
createFunction(ODatabaseDocumentInternal database,
String iName) |
OFunction |
createFunction(String iName) |
void |
dropFunction(OFunction function) |
void |
dropFunction(String iName) |
void |
droppedFunction(ODocument function) |
OFunction |
getFunction(String iName) |
Set<String> |
getFunctionNames() |
protected void |
init(ODatabaseDocument db) |
void |
load() |
void |
load(ODatabaseDocumentInternal db) |
void |
update() |
void |
updatedFunction(ODocument function) |
static void |
validateFunctionRecord(ODocument doc) |
public static final String CLASSNAME
public void create(ODatabaseDocumentInternal db)
public void load()
public void load(ODatabaseDocumentInternal db)
public void droppedFunction(ODocument function)
public void createdFunction(ODocument function)
public OFunction createFunction(ODatabaseDocumentInternal database, String iName)
public void close()
protected void init(ODatabaseDocument db)
public void dropFunction(OFunction function)
public void dropFunction(String iName)
public void updatedFunction(ODocument function)
public void update()
public static void validateFunctionRecord(ODocument doc) throws ODatabaseException
ODatabaseException
Copyright © 2009–2020 OrientDB. All rights reserved.