org.mule.module.db.internal.result.row
Class InsensitiveMapRowHandler

java.lang.Object
  extended by org.mule.module.db.internal.result.row.InsensitiveMapRowHandler
All Implemented Interfaces:
RowHandler

public class InsensitiveMapRowHandler
extends Object
implements RowHandler

Maps a row using returning a case insensitive map


Constructor Summary
InsensitiveMapRowHandler()
           
 
Method Summary
 Map<String,Object> process(ResultSet resultSet)
          Process a row from a resultSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsensitiveMapRowHandler

public InsensitiveMapRowHandler()
Method Detail

process

public Map<String,Object> process(ResultSet resultSet)
                           throws SQLException
Description copied from interface: RowHandler
Process a row from a resultSet

Specified by:
process in interface RowHandler
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.