|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void handleRow(java.lang.Object object)
throws java.sql.SQLException
object - The bean containing data from the resultset
java.sql.SQLException - If something goes wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||