# File lib/sqlite/database.rb, line 628
      def initialize( func, context=nil )
        @func = func
        @context = context
      end