
public class OLuceneFunctionsFactory extends Object implements OSQLFunctionFactory
| Constructor and Description |
|---|
OLuceneFunctionsFactory() |
| Modifier and Type | Method and Description |
|---|---|
OSQLFunction |
createFunction(String name)
Create function for the given name.
|
Set<String> |
getFunctionNames() |
Map<String,Object> |
getFunctions() |
boolean |
hasFunction(String iName) |
static void |
register(String iName,
Object iImplementation) |
public boolean hasFunction(String iName)
hasFunction in interface OSQLFunctionFactorypublic Set<String> getFunctionNames()
getFunctionNames in interface OSQLFunctionFactorypublic OSQLFunction createFunction(String name) throws OCommandExecutionException
OSQLFunctionFactorycreateFunction in interface OSQLFunctionFactoryOCommandExecutionException - : when function creation failCopyright © 2009–2016 Orient Technologies. All rights reserved.