enonic / lib-sql

Enonic XP library for accessing sql databases.
Apache License 2.0
1 stars 0 forks source link

pagination #8

Open ComLock opened 7 years ago

ComLock commented 7 years ago

Is it possible to use pagination with this library?

Perhaps there should be some method which takes a callback to apply per page.

I guess even without pagination, it could be useful with some method that runs a callback per row.

ComLock commented 7 years ago

@srs cc: @sigdestad This one is required when handling "huge" datasets, say 3.2million... So we'll need this one soon.