net.sf.basedb.core
Class QueryExecutor.CancelableStatement
java.lang.Object
net.sf.basedb.core.QueryExecutor.CancelableStatement
- All Implemented Interfaces:
- QueryExecutor.Cancelable
- Enclosing class:
- QueryExecutor
static class QueryExecutor.CancelableStatement
- extends Object
- implements QueryExecutor.Cancelable
Cancels a statement by calling Statement.cancel()
.
- Since:
- 2.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s
private final Statement s
QueryExecutor.CancelableStatement
QueryExecutor.CancelableStatement(Statement s)
cancel
public void cancel()
- Specified by:
cancel
in interface QueryExecutor.Cancelable