public interface RunSQL
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SQL_ERROR
SQL error code.
|
| 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.
|
static final java.lang.String SQL_ERROR
void runSQL(ExecutionContext ctx, java.lang.String sql) throws ErrorException
ctx - sql - ErrorExceptionvoid runSQLInNewTransaction(ExecutionContext ctx, java.lang.String sql) throws ErrorException
ctx - sql - ErrorExceptionjava.lang.String getCurrentDatabaseName()
throws ErrorException
ErrorExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.