| Constructor and Description |
|---|
RunSQLImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
runSQL(ExecutionContext ctx,
String sql)
Runs a given SQL script in a current transaction.
|
void |
runSQLInNewTransaction(ExecutionContext ctx,
String sql)
Runs a given SQL script in a new transaction.
|
public void runSQL(ExecutionContext ctx, String sql) throws ErrorException
RunSQLrunSQL in interface RunSQLErrorExceptionpublic void runSQLInNewTransaction(ExecutionContext ctx, String sql) throws ErrorException
RunSQLrunSQLInNewTransaction in interface RunSQLErrorExceptionCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.