com.ibatis.db.sqlmap
Interface RowHandler


public interface RowHandler

Interface for objects used to handle row-by-row processing


Method Summary
 void handleRow(java.lang.Object object)
          Called for each row in a returned ResultSet
 

Method Detail

handleRow

public void handleRow(java.lang.Object object)
               throws java.sql.SQLException
Called for each row in a returned ResultSet

Parameters:
object - The bean containing data from the resultset
Throws:
java.sql.SQLException - If something goes wrong