public interface ObjectProvider<OBJECT>
The object is mapped to a row of the result set.
| Modifier and Type | Method and Description |
|---|---|
OBJECT |
get(java.sql.ResultSet resultSet)
Retrieve the object.
|
OBJECT get(java.sql.ResultSet resultSet) throws java.sql.SQLException
resultSet - the result setjava.sql.SQLException - if the result set throws SQLException.