Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scrolling cursor functionality #3

Open
ActuallyConnor opened this issue Oct 3, 2024 · 0 comments
Open

Add scrolling cursor functionality #3

ActuallyConnor opened this issue Oct 3, 2024 · 0 comments

Comments

@ActuallyConnor
Copy link
Owner

Anything related to scrolling cursors has not been implemented, and this includes the fetch modes that might require them

What does a scrolling cursor do?

https://stackoverflow.com/a/1155240

It creates a cursor for the query, which allows you to iterate over the result set without fetching the whole result at once. A scrollable cursor, specifically, is one that allows iterating backwards.

Example use: You can scroll forward until you find the record you need and iterate back to fetch the previous records, if you need them, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant