Package net.sf.basedb.core
Class QueryExecutor.FutureResultSet
- java.lang.Object
-
- net.sf.basedb.core.QueryExecutor.FutureResultSet
-
- Enclosing class:
- QueryExecutor
static class QueryExecutor.FutureResultSet extends Object implements Callable<ResultSet>
A callable implementation the callsPreparedStatement.executeQuery()
-
-
Field Summary
Fields Modifier and Type Field Description private PreparedStatement
ps
-
Constructor Summary
Constructors Constructor Description FutureResultSet(PreparedStatement ps)
-
-
-
Field Detail
-
ps
private PreparedStatement ps
-
-
Constructor Detail
-
FutureResultSet
FutureResultSet(PreparedStatement ps)
-
-
Method Detail
-
call
public ResultSet call() throws SQLException
- Specified by:
call
in interfaceCallable<ResultSet>
- Throws:
SQLException
-
-