T - public abstract class SQLResultIterator<T> extends Object implements com.mysema.commons.lang.CloseableIterator<T>
SQLResultIterator is an Iterator adapter for JDBC result sets with customizable projections| Constructor and Description |
|---|
SQLResultIterator(Configuration conf,
Statement stmt,
ResultSet rs) |
SQLResultIterator(Configuration conf,
Statement stmt,
ResultSet rs,
SQLDetailedListener listener,
SQLListenerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
protected abstract T |
produceNext(ResultSet rs) |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SQLResultIterator(Configuration conf, Statement stmt, ResultSet rs)
public SQLResultIterator(Configuration conf, Statement stmt, ResultSet rs, SQLDetailedListener listener, SQLListenerContext context)
public void close()
close in interface com.mysema.commons.lang.CloseableIterator<T>close in interface Closeableclose in interface AutoCloseableCopyright © 2007–2016 Querydsl. All rights reserved.