# File lib/amalgalite/statement.rb, line 311
    def all_rows
      rows = []
      while row = next_row
        rows << row
      end
      return rows
    end