com.liferay.portal.kernel.dao.jdbc
Interface RowMapper<T>

All Known Implementing Classes:
CountRowMapper

public interface RowMapper<T>

View Source

Author:
Brian Wing Shun Chan

Field Summary
static RowMapper<java.lang.Integer> COUNT
           
 
Method Summary
 T mapRow(java.sql.ResultSet rs, int rowNumber)
           
 

Field Detail

COUNT

static final RowMapper<java.lang.Integer> COUNT
Method Detail

mapRow

T mapRow(java.sql.ResultSet rs,
         int rowNumber)
         throws java.sql.SQLException
Throws:
java.sql.SQLException