Package com.arcadedb.query.sql.method
Interface SQLMethodFactory
-
- All Known Implementing Classes:
DefaultSQLMethodFactory
public interface SQLMethodFactory
- Author:
- Johann Sorel (Geomatys)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SQLMethod
createMethod(String name)
Create method for the given name. returned method may be a new instance each time or a constant.
-
-
-
Method Detail
-
createMethod
SQLMethod createMethod(String name) throws CommandExecutionException
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:
CommandExecutionException
- : when method creation fail
-
-