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 OSQLFunctionFactory
public boolean hasFunction(String name)
hasFunction
in interface OSQLFunctionFactory
public OSQLFunction createFunction(String name) throws OCommandExecutionException
OSQLFunctionFactory
createFunction
in interface OSQLFunctionFactory
OCommandExecutionException
- : when function creation failpublic Set<String> getCommandNames()
getCommandNames
in interface OCommandExecutorSQLFactory
public OCommandExecutorSQLAbstract createCommand(String name) throws OCommandExecutionException
OCommandExecutorSQLFactory
createCommand
in interface OCommandExecutorSQLFactory
OCommandExecutionException
- : when command creation failpublic Set<OQueryOperator> getOperators()
getOperators
in interface OQueryOperatorFactory
Copyright © 2009–2020 OrientDB. All rights reserved.