Would like fetchAll that returns one row at a time

Issue #3 resolved
Jesse G created an issue

Would like to register a callback, and invoke a variant of fetchAll that invokes my callback once for each row returned. This would make it much easier to process all rows without the dangerous memory implications of the current fetchAll

Comments (3)

  1. Jesse G reporter

    The implementation of such a method could also use block-style caching (similar to JDBC implementations) to improve performance.

  2. Log in to comment