public interface RowListener
Modifier and Type | Method and Description |
---|---|
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.
|
boolean next(Map<String,Object> row)
row
- Map instance containing values for a row. Keys are names of columns and values are .. values.Copyright © 2019 JavaLite. All rights reserved.