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

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

public class CountRowMapper
extends java.lang.Object
implements RowMapper

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.dao.jdbc.RowMapper
COUNT
 
Constructor Summary
CountRowMapper()
           
 
Method Summary
 java.lang.Object mapRow(java.sql.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 java.lang.Object mapRow(java.sql.ResultSet rs,
                               int rowNumber)
                        throws java.sql.SQLException
Specified by:
mapRow in interface RowMapper
Throws:
java.sql.SQLException