In order to allow a ResultSet to be consumed by an Observable, a ResultSet iterator must be created.
In order to allow a ResultSet to be consumed by an Observable, a ResultSet iterator must be created. Since Quill provides a extractor for an individual ResultSet row, a single row can easily be cached in memory. This allows for a straightforward implementation of a hasNext method.
Override to enable specific vendor options needed for streaming
Override to enable specific vendor options needed for streaming
Quill context that wraps all JDBC calls in
monix.eval.Task
.