
public class OGraphFunctionFactory extends Object implements OSQLFunctionFactory
| Constructor and Description |
|---|
OGraphFunctionFactory() |
| Modifier and Type | Method and Description |
|---|---|
OSQLFunction |
createFunction(String name)
Create function for the given name.
|
Set<String> |
getFunctionNames() |
boolean |
hasFunction(String name) |
static void |
register(String iName,
Object iImplementation) |
public Set<String> getFunctionNames()
getFunctionNames in interface OSQLFunctionFactorypublic boolean hasFunction(String name)
hasFunction in interface OSQLFunctionFactorypublic OSQLFunction createFunction(String name)
OSQLFunctionFactorycreateFunction in interface OSQLFunctionFactoryCopyright © 2009–2025 OrientDB. All rights reserved.