net.sf.basedb.core
Class QueryExecutor.FutureResultSet
java.lang.Object
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()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ps
private PreparedStatement ps
QueryExecutor.FutureResultSet
QueryExecutor.FutureResultSet(PreparedStatement ps)
call
public ResultSet call()
throws SQLException
- Specified by:
call
in interface Callable<ResultSet>
- Throws:
SQLException