public abstract class ResultSetIterator<T>
extends com.google.common.collect.ForwardingIterator<T>
| Modifier | Constructor and Description |
|---|---|
protected |
ResultSetIterator(DataSource dataSource,
String sqlQuery) |
protected ResultSetIterator(DataSource dataSource, String sqlQuery) throws SQLException
SQLExceptionprotected Iterator<T> delegate()
delegate in class com.google.common.collect.ForwardingIterator<T>protected abstract T parseElement(ResultSet resultSet) throws SQLException
SQLExceptionpublic void skip(int n)
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.