public interface ResultSetHandler<RESULT>
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Supplier<RESULT> |
handle(java.sql.ResultSet resultSet,
SelectQuery query,
ResultSetRowIndexConsumer consumer) |
java.util.function.Supplier<RESULT> handle(java.sql.ResultSet resultSet, SelectQuery query, ResultSetRowIndexConsumer consumer) throws java.sql.SQLException
java.sql.SQLException