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