org.mule.module.db.internal.result.row
Interface RowHandler

All Known Implementing Classes:
InsensitiveMapRowHandler

public interface RowHandler

Processes rows from a resultSet


Method Summary
 Map<String,Object> process(ResultSet resultSet)
          Process a row from a resultSet
 

Method Detail

process

Map<String,Object> process(ResultSet resultSet)
                           throws SQLException
Process a row from a resultSet

Parameters:
resultSet - resultset containing the row to process. Non null
Returns:
a map where each key represents a column name and the value is the value for that column in the current row. Non null.
Throws:
SQLException - if a database access error occurs or this method is called on a closed result set


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.