T - public abstract class SQLResultIterator<T> extends Object implements com.mysema.commons.lang.CloseableIterator<T>
| Constructor and Description | 
|---|
| SQLResultIterator(Configuration conf,
                 Statement stmt,
                 ResultSet rs) | 
| 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 void close()
close in interface com.mysema.commons.lang.CloseableIterator<T>close in interface Closeableclose in interface AutoCloseableCopyright © 2007–2015 Querydsl. All rights reserved.