com.liferay.portal.kernel.dao.jdbc
Interface RowMapper

All Known Implementing Classes:
CountRowMapper

public interface RowMapper

View Source

Author:
Brian Wing Shun Chan

Field Summary
static RowMapper COUNT
           
 
Method Summary
 java.lang.Object mapRow(java.sql.ResultSet rs, int rowNumber)
           
 

Field Detail

COUNT

static final RowMapper COUNT
Method Detail

mapRow

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