# File lib/amalgalite/statement.rb, line 248
    def each
      while row = next_row
        yield row
      end
      return self
    end