# File lib/sqlite3/database.rb, line 642 def initialize( driver, func, context=nil ) @driver = driver @func = func @context = context end