Interface StatementExecutor

  • All Known Implementing Classes:
    DeleteNotExistsExecutor

    public interface StatementExecutor
    Defines a statement executor.
    Author:
    Cristian Turlica
    • Method Detail

      • execute

        void execute()
              throws java.lang.Exception
        Throws:
        java.lang.Exception