Interface SqlScriptExecutor

All Known Implementing Classes:
DefaultSqlScriptExecutor, OracleSqlScriptExecutor

public interface SqlScriptExecutor
Executor for SQL scripts.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(SqlScript sqlScript)
    Executes this SQL script.
  • Method Details

    • execute

      void execute(SqlScript sqlScript)
      Executes this SQL script.
      Parameters:
      sqlScript - The SQL script.