|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowListener
| Method Summary | |
|---|---|
boolean |
next(Map<String,Object> row)
Implementations of this interface can return "false" from the next() method in order to stop fetching more results from DB. |
| Method Detail |
|---|
boolean next(Map<String,Object> row)
row - Map instance containing values for a row. Keys are names of columns and values are .. values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||