| Modifier and Type | Method and Description |
|---|---|
String |
OScriptManager.getFunctionDefinition(OFunction iFunction) |
String |
OScriptManager.getFunctionInvoke(OFunction iFunction,
Object[] iArgs) |
| Modifier and Type | Method and Description |
|---|---|
String |
OSQLScriptFormatter.getFunctionDefinition(OFunction f) |
String |
OGroovyScriptFormatter.getFunctionDefinition(OFunction f) |
String |
OScriptFormatter.getFunctionDefinition(OFunction iFunction) |
String |
OJSScriptFormatter.getFunctionDefinition(OFunction f) |
String |
ORubyScriptFormatter.getFunctionDefinition(OFunction f) |
String |
OSQLScriptFormatter.getFunctionInvoke(OFunction iFunction,
Object[] iArgs) |
String |
OGroovyScriptFormatter.getFunctionInvoke(OFunction iFunction,
Object[] iArgs) |
String |
OScriptFormatter.getFunctionInvoke(OFunction iFunction,
Object[] iArgs) |
String |
OJSScriptFormatter.getFunctionInvoke(OFunction iFunction,
Object[] iArgs) |
String |
ORubyScriptFormatter.getFunctionInvoke(OFunction iFunction,
Object[] iArgs) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,OFunction> |
OFunctionLibraryImpl.functions |
| Modifier and Type | Method and Description |
|---|---|
OFunction |
OFunctionLibraryImpl.createFunction(ODatabaseDocumentInternal database,
String iName) |
OFunction |
OFunctionLibraryProxy.createFunction(String iName) |
OFunction |
OFunctionLibraryImpl.createFunction(String iName) |
OFunction |
OFunctionLibrary.createFunction(String iName) |
OFunction |
OFunctionLibraryProxy.getFunction(String iName) |
OFunction |
OFunctionLibraryImpl.getFunction(String iName) |
OFunction |
OFunctionLibrary.getFunction(String iName) |
OFunction |
OFunction.setCallback(OCallable<Object,Map<Object,Object>> callback) |
OFunction |
OFunction.setCode(String iCode) |
OFunction |
OFunction.setIdempotent(boolean iIdempotent) |
OFunction |
OFunction.setLanguage(String iLanguage) |
OFunction |
OFunction.setName(String iName) |
OFunction |
OFunction.setParameters(List<String> iParameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
OFunctionLibraryProxy.dropFunction(OFunction function) |
void |
OFunctionLibraryImpl.dropFunction(OFunction function) |
void |
OFunctionLibrary.dropFunction(OFunction function) |
| Constructor and Description |
|---|
ODatabaseFunction(OFunction f) |
| Modifier and Type | Method and Description |
|---|---|
OFunction |
OScheduledEvent.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
OScheduledEventBuilder |
OScheduledEventBuilder.setFunction(OFunction function) |
Copyright © 2009–2025 OrientDB. All rights reserved.