# File lib/dbi/handles/statement.rb, line 364
        def []= (attr, val)
            sanity_check
            @handle[attr] = val
        end