|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.sql.SQLResultIterator<T>
T - public abstract class SQLResultIterator<T>
SQLResultIterator is an Iterator adapter for JDBC result sets with customizable projections
| Constructor Summary | |
|---|---|
SQLResultIterator(java.sql.Statement stmt,
java.sql.ResultSet rs)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
hasNext()
|
T |
next()
|
protected abstract T |
produceNext(java.sql.ResultSet rs)
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLResultIterator(java.sql.Statement stmt,
java.sql.ResultSet rs)
| Method Detail |
|---|
public void close()
close in interface java.io.Closeablepublic boolean hasNext()
hasNext in interface java.util.Iterator<T>public T next()
next in interface java.util.Iterator<T>protected abstract T produceNext(java.sql.ResultSet rs)
public void remove()
remove in interface java.util.Iterator<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||