public abstract static class StatementWrapper.ExecutionProxy
extends java.lang.Object
| Constructor and Description |
|---|
StatementWrapper.ExecutionProxy() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
execute(StatementWrapper.ExecutionRunnable<T> r)
Execute the given Runnable in whatever manner necessary (e.g.
|
void |
setCancelling(boolean cancel) |
public final void setCancelling(boolean cancel)
public abstract <T> T execute(StatementWrapper.ExecutionRunnable<T> r) throws DBException
java.sql.SQLException - if the execution throw a SQLExceptionDBException