public interface DatabaseResultsMapper<T>
DatabaseResults object. See
Dao.queryRaw(String, DatabaseResultsMapper, String...).| Modifier and Type | Method and Description |
|---|---|
T |
mapRow(DatabaseResults databaseResults)
Map the row with the raw DatabaseResults object.
|
T mapRow(DatabaseResults databaseResults) throws SQLException
JdbcDatabaseResults and get the raw ResultSet using jdbcDatabaseResults.getResultSet().databaseResults - The results entry that is currently being iterated. You must not advance or call any of the other move
operations on this parameter.SQLException - If there is any critical error with the data and you want to stop the paging.This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.