Package org.sql2o.data
Class TableResultSetIterator
- Author:
- aldenquimby@gmail.com
-
Field Summary
Fields inherited from class org.sql2o.ResultSetIteratorBase
isCaseSensitive, meta, quirks, rs -
Constructor Summary
ConstructorsConstructorDescriptionTableResultSetIterator(ResultSet rs, boolean isCaseSensitive, Quirks quirks, LazyTable lt) -
Method Summary
Methods inherited from class org.sql2o.ResultSetIteratorBase
getColumnName, hasNext, next, removeMethods 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
-
Method Details
-
readNext
- Specified by:
readNextin classResultSetIteratorBase<Row>- Throws:
SQLException
-