Class ODefaultCommandExecutorSQLFactory
java.lang.Object
com.orientechnologies.orient.core.sql.ODefaultCommandExecutorSQLFactory
- All Implemented Interfaces:
OCommandExecutorSQLFactory
Default command operator executor factory.
- Author:
- Johann Sorel (Geomatys)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ODefaultCommandExecutorSQLFactory
public ODefaultCommandExecutorSQLFactory()
-
-
Method Details
-
getCommandNames
- Specified by:
getCommandNamesin interfaceOCommandExecutorSQLFactory- Returns:
- Set of supported command names of this factory
-
createCommand
Create command for the given name. returned command may be a new instance each time or a constant.- Specified by:
createCommandin interfaceOCommandExecutorSQLFactory- Parameters:
name-- Returns:
- OCommandExecutorSQLAbstract : created command
- Throws:
OCommandExecutionException- : when command creation fail
-