Constructor and Description |
---|
RunSQLImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentDatabaseName() |
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
public String getCurrentDatabaseName() throws ErrorException
getCurrentDatabaseName
in interface RunSQL
ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.