
public interface OSQLFunctionFactory
| Modifier and Type | Method and Description |
|---|---|
OSQLFunction |
createFunction(String name)
Create function for the given name.
|
Set<String> |
getFunctionNames() |
boolean |
hasFunction(String iName) |
boolean hasFunction(String iName)
Set<String> getFunctionNames()
OSQLFunction createFunction(String name) throws OCommandExecutionException
name - OCommandExecutionException - : when function creation failCopyright © 2009–2025 OrientDB. All rights reserved.