public class SqlScriptRunner
extends java.lang.Object
| Constructor and Description |
|---|
SqlScriptRunner() |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
runScript(java.sql.Connection connection,
java.lang.String script)
Runs a script of SQL commands.
|
public static int[] runScript(java.sql.Connection connection,
java.lang.String script)
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2023. All rights reserved.