|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ResultIterator
and
significantly reworked.
@Deprecated public interface ResultIterator<T>
Method Summary | |
---|---|
List<T> |
allRows()
Deprecated. Returns all yet unread rows from ResultSet without closing it. |
void |
close()
Deprecated. Closes ResultIterator and associated ResultSet. |
boolean |
hasNextRow()
Deprecated. Returns true if there is at least one more record that can be read from the iterator. |
T |
nextRow()
Deprecated. Returns the next result row that is, depending on the query, may be a scalar value, a DataRow, or an Object[] array containing a mix of scalars and DataRows. |
void |
skipRow()
Deprecated. Goes past current row. |
Method Detail |
---|
List<T> allRows()
boolean hasNextRow()
T nextRow()
void skipRow()
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |