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