Liferay 6.0.5

com.liferay.portal.kernel.dao.jdbc
Class CountRowMapper

java.lang.Object
  extended by com.liferay.portal.kernel.dao.jdbc.CountRowMapper
All Implemented Interfaces:
RowMapper<Integer>

public class CountRowMapper
extends Object
implements RowMapper<Integer>


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.dao.jdbc.RowMapper
COUNT
 
Constructor Summary
CountRowMapper()
           
 
Method Summary
 Integer mapRow(ResultSet rs, int rowNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountRowMapper

public CountRowMapper()
Method Detail

mapRow

public Integer mapRow(ResultSet rs,
                      int rowNumber)
               throws SQLException
Specified by:
mapRow in interface RowMapper<Integer>
Throws:
SQLException

Liferay 6.0.5