com.liferay.portal.kernel.dao.jdbc
Class CountRowMapper
java.lang.Object
com.liferay.portal.kernel.dao.jdbc.CountRowMapper
- All Implemented Interfaces:
- RowMapper<Integer>
public class CountRowMapper
- extends Object
- implements RowMapper<Integer>
Fields inherited from interface com.liferay.portal.kernel.dao.jdbc.RowMapper |
COUNT |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountRowMapper
public CountRowMapper()
mapRow
public Integer mapRow(ResultSet rs,
int rowNumber)
throws SQLException
- Specified by:
mapRow
in interface RowMapper<Integer>
- Throws:
SQLException