Package org.hotrod.dynamicsql
Class DynamicCursor<R>
- java.lang.Object
-
- org.hotrod.dynamicsql.DynamicCursor<R>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDynamicCursor.CursorIterator<T>
-
Constructor Summary
Constructors Constructor Description DynamicCursor(Connection conn, PreparedSelectQuery<R> q, RowReader<R> rowReader, Integer fetchSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Iterator<R>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
DynamicCursor
public DynamicCursor(Connection conn, PreparedSelectQuery<R> q, RowReader<R> rowReader, Integer fetchSize) throws SQLException
- Throws:
SQLException
-
-