Interface ScriptExecutor

  • All Known Implementing Classes:
    ScriptExecutorImpl

    public interface ScriptExecutor
    Defines a SQL script executor that executes a single SQL script.
    Author:
    Matt Ward
    • Method Detail

      • executeScriptUrl

        void executeScriptUrl​(java.lang.String scriptUrl)
                       throws java.lang.Exception
        Throws:
        java.lang.Exception