Module org.seasar.doma.core
Class ResultSetIterator<TARGET>
java.lang.Object
org.seasar.doma.internal.jdbc.command.ResultSetIterator<TARGET>
- All Implemented Interfaces:
Iterator<TARGET>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ResultSetRowIndexConsumerprotected longprotected booleanprotected final ObjectProvider<TARGET>protected final SelectQueryprotected final ResultSet -
Constructor Summary
ConstructorsConstructorDescriptionResultSetIterator(ResultSet resultSet, SelectQuery query, ResultSetRowIndexConsumer consumer, ObjectProvider<TARGET> provider) -
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, remove
-
Field Details
-
resultSet
-
query
-
consumer
-
provider
-
next
protected boolean next -
index
protected long index
-
-
Constructor Details
-
ResultSetIterator
public ResultSetIterator(ResultSet resultSet, SelectQuery query, ResultSetRowIndexConsumer consumer, ObjectProvider<TARGET> provider) throws SQLException - Throws:
SQLException
-
-
Method Details