# File lib/sqlite3/resultset.rb, line 34 def initialize( db, stmt ) @db = db @driver = @db.driver @stmt = stmt commence end