T
- POJO to receive the values from result of query.R
- The driver result of a query like ResultSet
public interface ResultSetParser<T,R>
Modifier and Type | Method and Description |
---|---|
List<T> |
parser(R rs)
Execute the parser at ResultSet iterating over them.
|
List<T> parser(R rs) throws SQLException
rs
- ResultSQLException
- when some access error happensCopyright © 2012–2020 jkniv, copyleft code. All rights reserved.