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

Have a way to group SELECT statements with a single result handler when they're all done #11

Open
probertson opened this issue Apr 8, 2011 · 0 comments

Comments

@probertson
Copy link
Owner

It would be nice to be able to execute a group of SELECT statements. They wouldn't run in a transaction (like an executeModify() batch does) but you could still have a single result handler.

Ideally you'd be able to get results both ways: have a way to specify a result handler for each statement (for processing individual results) and then also one for a whole "set" (to know when they're all done, or if you prefer processing all the results at once).

Thanks to Damon Muma (http://whatisdamon.com/) for this suggestion.

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