Interface OSQLMethodFactory

All Known Implementing Classes:
ODefaultSQLMethodFactory

public interface OSQLMethodFactory
Author:
Johann Sorel (Geomatys)
  • Method Details

    • hasMethod

      boolean hasMethod(String iName)
    • getMethodNames

      Set<String> getMethodNames()
      Returns:
      Set of supported method names of this factory
    • createMethod

      OSQLMethod createMethod(String name) throws OCommandExecutionException
      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