public interface ResultSetHandler
@ResultSet in a stateless way.| Modifier and Type | Method and Description |
|---|---|
Object |
processResultSet(DbConnection connection,
ResultSet resultSet) |
boolean |
requiresMultipleOpenedResults()
Indicates whether or not the resultSet handler requires that the connection supports multiple opened results in order to
process the resultSet.
|
Object processResultSet(DbConnection connection, ResultSet resultSet) throws SQLException
SQLExceptionboolean requiresMultipleOpenedResults()
true is multiple opened results is required, false otherwiseCopyright © 2021. All rights reserved.