com.stratelia.webactiv.util
Class DBUtil.SelectResultRowProcessor<ROW_ENTITY>

java.lang.Object
  extended by com.stratelia.webactiv.util.DBUtil.SelectResultRowProcessor<ROW_ENTITY>
Type Parameters:
ROW_ENTITY -
Enclosing class:
DBUtil

public abstract static class DBUtil.SelectResultRowProcessor<ROW_ENTITY>
extends Object

Result Set Row Processor


Constructor Summary
protected DBUtil.SelectResultRowProcessor()
           
protected DBUtil.SelectResultRowProcessor(int limit)
           
 
Method Summary
protected abstract  ROW_ENTITY currentRow(int rowIndex, ResultSet rs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBUtil.SelectResultRowProcessor

protected DBUtil.SelectResultRowProcessor()

DBUtil.SelectResultRowProcessor

protected DBUtil.SelectResultRowProcessor(int limit)
Method Detail

currentRow

protected abstract ROW_ENTITY currentRow(int rowIndex,
                                         ResultSet rs)
                                  throws SQLException
Throws:
SQLException


Copyright © 2016 Silverpeas. All Rights Reserved.