Interface OSQLMethodFactory
- All Known Implementing Classes:
ODefaultSQLMethodFactory
public interface OSQLMethodFactory
- Author:
- Johann Sorel (Geomatys)
-
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.boolean
-
Method Details
-
hasMethod
-
getMethodNames
- Returns:
- Set of supported method names of this factory
-
createMethod
Create method for the given name. returned method may be a new instance each time or a constant.- Parameters:
name-- Returns:
- OSQLMethod : created method
- Throws:
OCommandExecutionException- : when method creation fail
-