Class ODefaultSQLMethodFactory
java.lang.Object
com.orientechnologies.orient.core.sql.method.ODefaultSQLMethodFactory
- All Implemented Interfaces:
OSQLMethodFactory
Default method factory.
- Author:
- Johann Sorel (Geomatys)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMethod(String name) Create method for the given name. returned method may be a new instance each time or a constant.booleanvoid
-
Constructor Details
-
ODefaultSQLMethodFactory
public ODefaultSQLMethodFactory()
-
-
Method Details
-
register
-
hasMethod
- Specified by:
hasMethodin interfaceOSQLMethodFactory
-
getMethodNames
- Specified by:
getMethodNamesin interfaceOSQLMethodFactory- Returns:
- Set of supported method names of this factory
-
createMethod
Description copied from interface:OSQLMethodFactoryCreate method for the given name. returned method may be a new instance each time or a constant.- Specified by:
createMethodin interfaceOSQLMethodFactory- Parameters:
name-- Returns:
- OSQLMethod : created method
- Throws:
OCommandExecutionException- : when method creation fail
-