Package org.sql2o
Class ResultSetIteratorBase<T>
java.lang.Object
org.sql2o.ResultSetIteratorBase<T>
- Type Parameters:
T- the type of the objects that this iterator will return
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
PojoResultSetIterator,TableResultSetIterator
Iterator for a
ResultSet. Tricky part here is getting hasNext()
to work properly, meaning it can be called multiple times without calling next().- Author:
- aldenquimby@gmail.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected ResultSetMetaDataprotected Quirksprotected ResultSet -
Constructor Summary
Constructors -
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