Liferay 6.1.2-ce-ga3

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

All Known Implementing Classes:
CountRowMapper

public interface RowMapper<T>


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

Field Detail

COUNT

static final RowMapper<Integer> COUNT
Method Detail

mapRow

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

Liferay 6.1.2-ce-ga3