Package 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 callingStatement.cancel()
.- Since:
- 2.7
-
-
Constructor Summary
Constructors Constructor Description CancelableStatement(Statement s)
-
-
-
Field Detail
-
s
private final Statement s
-
-
Constructor Detail
-
CancelableStatement
CancelableStatement(Statement s)
-
-
Method Detail
-
cancel
public void cancel()
- Specified by:
cancel
in interfaceQueryExecutor.Cancelable
-
-