Interface SqlScriptExecutorFactory
public interface SqlScriptExecutorFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateSqlScriptExecutor(Connection connection, boolean outputQueryResults) Creates a new executor for this SQL script.
-
Method Details
-
createSqlScriptExecutor
Creates a new executor for this SQL script.- Returns:
- A new SQL script executor.
-