public interface RowHandler
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
process(ResultSet resultSet)
Process a row from a resultSet
|
Map<String,Object> process(ResultSet resultSet) throws SQLException
resultSet - resultset containing the row to process. Non nullSQLException - if a database access error occurs or this method is called on a closed result setCopyright © 2022. All rights reserved.