Manual paging

Description

There should be a way to manually page though all the records and set autopaging of the RowSet off.

I propose something like:

Environment

None

relates to

Activity

Show:

Jorge Bay Gondra 
March 5, 2015 at 10:33 AM

Implemented at Statement level, so both BoundStatement and SimpleStatement can disable autopaging and continue retrieving the next page using PagingState.

Jorge Bay Gondra 
December 23, 2014 at 9:44 AM

Allowing to reuse the same statement (specially prepared statements) its a must for manual paging.

Flavien Charlon 
December 22, 2014 at 5:07 PM
(edited)

This looks good, as long as it is possible to reuse the same IStatement instance for every page, i.e.:

Done

Details

Assignee

Reporter

Labels

Fix versions

Components

Affects versions

Priority

Created June 24, 2014 at 3:24 PM
Updated March 16, 2015 at 7:03 PM
Resolved March 5, 2015 at 10:33 AM