static class QueryExecutor.FutureResultSet
extends java.lang.Object
implements java.util.concurrent.Callable<java.sql.ResultSet>
PreparedStatement.executeQuery()
Modifier and Type | Field and Description |
---|---|
private java.sql.PreparedStatement |
ps |
Constructor and Description |
---|
FutureResultSet(java.sql.PreparedStatement ps) |
Modifier and Type | Method and Description |
---|---|
java.sql.ResultSet |
call() |