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