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 projectionsConstructor 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, wait
forEachRemaining
public 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 Closeable
close
in interface AutoCloseable
Copyright © 2007–2016 Querydsl. All rights reserved.