jodd.db
Interface RowMapper


public interface RowMapper


Method Summary
 java.lang.Object mapRow(java.sql.ResultSet rs, int rowNum)
          Invoked on each row of result set.
 

Method Detail

mapRow

java.lang.Object mapRow(java.sql.ResultSet rs,
                        int rowNum)
                        throws java.sql.SQLException
Invoked on each row of result set. Rows numbers are 1-based.

Throws:
java.sql.SQLException


Copyright © 2003-2011 Jodd Team