class SQLite3::ResultSet

def initialize db, stmt

given sql text.
Create a new ResultSet attached to the given database, using the
def initialize db, stmt
  @db   = db
  @stmt = stmt
end