|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcomplex.ResultSetIterator
| Field Summary | |
(package private) boolean |
hasNext
|
(package private) boolean |
isGeo
|
(package private) java.sql.ResultSet |
result
|
(package private) DBSession |
session
|
| Constructor Summary | |
ResultSetIterator(DBSession session,
java.sql.ResultSet result,
boolean isGeo)
|
|
| Method Summary | |
boolean |
hasNext()
|
java.lang.Object |
next()
Returns the next row as an DBCell. |
void |
remove()
Deletes the current row from the ResultSet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.sql.ResultSet result
boolean hasNext
DBSession session
boolean isGeo
| Constructor Detail |
public ResultSetIterator(DBSession session,
java.sql.ResultSet result,
boolean isGeo)
| Method Detail |
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.IteratorIterator.next()public void remove()
remove in interface java.util.IteratorIterator.remove()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||