Package com.querydsl.sql
Class SQLResultIterator<T>
java.lang.Object
com.querydsl.sql.SQLResultIterator<T>
- Type Parameters:
T-
- All Implemented Interfaces:
com.mysema.commons.lang.CloseableIterator<T>,Closeable,AutoCloseable,Iterator<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- Author:
- tiwe
-
Constructor Summary
ConstructorsConstructorDescriptionSQLResultIterator(Configuration conf, Statement stmt, ResultSet rs) SQLResultIterator(Configuration conf, Statement stmt, ResultSet rs, SQLDetailedListener listener, SQLListenerContext context) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
SQLResultIterator
-
SQLResultIterator
public SQLResultIterator(Configuration conf, Statement stmt, ResultSet rs, SQLDetailedListener listener, SQLListenerContext context)
-
-
Method Details