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
RunSQL
runSQL
in interface RunSQL
ErrorException
public void runSQLInNewTransaction(ExecutionContext ctx, String sql) throws ErrorException
RunSQL
runSQLInNewTransaction
in interface RunSQL
ErrorException
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.