2.17.2: 2011-06-17

net.sf.basedb.core
Class QueryExecutor.FutureResultSet

java.lang.Object
  extended by net.sf.basedb.core.QueryExecutor.FutureResultSet
All Implemented Interfaces:
Callable<ResultSet>
Enclosing class:
QueryExecutor

static class QueryExecutor.FutureResultSet
extends Object
implements Callable<ResultSet>

A callable implementation the calls PreparedStatement.executeQuery()


Field Summary
private  PreparedStatement ps
           
 
Constructor Summary
QueryExecutor.FutureResultSet(PreparedStatement ps)
           
 
Method Summary
 ResultSet call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ps

private PreparedStatement ps
Constructor Detail

QueryExecutor.FutureResultSet

QueryExecutor.FutureResultSet(PreparedStatement ps)
Method Detail

call

public ResultSet call()
               throws SQLException
Specified by:
call in interface Callable<ResultSet>
Throws:
SQLException

2.17.2: 2011-06-17