Interface OCommandExecutorSQLFactory

All Known Implementing Classes:
ODefaultCommandExecutorSQLFactory, ODistributedCommandExecutorSQLFactory, ODynamicSQLElementFactory, OGraphCommandExecutorSQLFactory, OLiveCommandExecutorSQLFactory

public interface OCommandExecutorSQLFactory
Factory to register new OCommandExecutorSQL.
Author:
Johann Sorel (Geomatys)
  • Method Details

    • getCommandNames

      Set<String> getCommandNames()
      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.
      Parameters:
      name -
      Returns:
      OCommandExecutorSQLAbstract : created command
      Throws:
      OCommandExecutionException - : when command creation fail