Class OLiveCommandExecutorSQLFactory
java.lang.Object
com.orientechnologies.orient.core.sql.OLiveCommandExecutorSQLFactory
- All Implemented Interfaces:
OCommandExecutorSQLFactory
Live Query command operator executor factory.
- Author:
- Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCommand(String name) Create command for the given name.static voidinit()
-
Constructor Details
-
OLiveCommandExecutorSQLFactory
public OLiveCommandExecutorSQLFactory()
-
-
Method Details
-
init
public static void init() -
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
-