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

All Known Implementing Classes:
CountRowMapper, PrimaryKeyRowMapper

public interface RowMapper<T>

Author:
Brian Wing Shun Chan

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

Field Detail

COUNT

static final RowMapper<java.lang.Integer> COUNT

PRIMARY_KEY

static final RowMapper<java.lang.Long> PRIMARY_KEY
Method Detail

mapRow

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