Skip to content

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

Description

@probertson

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions