public interface RowHandler
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 © 2003–2016 MuleSoft, Inc.. All rights reserved.