2.17.2: 2011-06-17

net.sf.basedb.core
Class QueryExecutor.CancelableStatement

java.lang.Object
  extended by 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

Field Summary
private  Statement s
           
 
Constructor Summary
QueryExecutor.CancelableStatement(Statement s)
           
 
Method Summary
 void cancel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

private final Statement s
Constructor Detail

QueryExecutor.CancelableStatement

QueryExecutor.CancelableStatement(Statement s)
Method Detail

cancel

public void cancel()
Specified by:
cancel in interface QueryExecutor.Cancelable

2.17.2: 2011-06-17