com.pow2.dao.datalist
Interface ResultSetRowMapper


public interface ResultSetRowMapper

ResultSetRowMapper interface.

Author:
Claudio Fratarcangeli

Method Summary
 Object mapRow(ResultSet rs, Object item)
          Map the input item oject with the values retrieved from the resultSet.
 

Method Detail

mapRow

public Object mapRow(ResultSet rs,
                     Object item)
Map the input item oject with the values retrieved from the resultSet.

Parameters:
rs - the ResultSet object
item - the item object to map
Returns:
the item object filled with values retrieved from the resultSet


Copyright © 2002-2004 Power Of Two S.R.L. All Rights Reserved.