org.javalite.activejdbc
Class RowProcessor

java.lang.Object
  extended by org.javalite.activejdbc.RowProcessor

public class RowProcessor
extends Object


Constructor Summary
protected RowProcessor(ResultSet rs, Statement s)
           
 
Method Summary
protected  void processRS(RowListener listener)
           
 void with(RowListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowProcessor

protected RowProcessor(ResultSet rs,
                       Statement s)
Method Detail

with

public void with(RowListener listener)

processRS

protected void processRS(RowListener listener)
                  throws SQLException
Throws:
SQLException


Copyright © 2015 JavaLite. All rights reserved.