
public class ODynamicSQLElementFactory extends Object implements OCommandExecutorSQLFactory, OQueryOperatorFactory, OSQLFunctionFactory
| Constructor and Description |
|---|
ODynamicSQLElementFactory() |
| Modifier and Type | Method and Description |
|---|---|
OCommandExecutorSQLAbstract |
createCommand(String name)
Create command for the given name.
|
OSQLFunction |
createFunction(String name)
Create function for the given name.
|
Set<String> |
getCommandNames() |
Set<String> |
getFunctionNames() |
Set<OQueryOperator> |
getOperators() |
boolean |
hasFunction(String name) |
public Set<String> getFunctionNames()
getFunctionNames in interface OSQLFunctionFactorypublic boolean hasFunction(String name)
hasFunction in interface OSQLFunctionFactorypublic OSQLFunction createFunction(String name) throws OCommandExecutionException
OSQLFunctionFactorycreateFunction in interface OSQLFunctionFactoryOCommandExecutionException - : when function creation failpublic Set<String> getCommandNames()
getCommandNames in interface OCommandExecutorSQLFactorypublic OCommandExecutorSQLAbstract createCommand(String name) throws OCommandExecutionException
OCommandExecutorSQLFactorycreateCommand in interface OCommandExecutorSQLFactoryOCommandExecutionException - : when command creation failpublic Set<OQueryOperator> getOperators()
getOperators in interface OQueryOperatorFactoryCopyright © 2009–2025 OrientDB. All rights reserved.