Class ResultSetIterator<T>
java.lang.Object
org.apache.polaris.persistence.relational.jdbc.ResultSetIterator<T>
- All Implemented Interfaces:
Iterator<T>
Used to wrap a ResultSet and to build a stream from the data it contains. This data structure
will not close the ResultSet passed in, so the caller is still responsible for managing its
lifecycle