A result iterator that allows moving around within a Query results by arbitrary increments. sultSet.
A result iterator that allows moving around within a query results by arbitrary increments.
The Query
/ ScrollableResults
pattern is very similar to the JDBC PreparedStatement
/ ResultSet
pattern and the semantics of methods of this interface are similar to the similarly named methods on ResultSet
.