# File lib/dbi/row.rb, line 92
        def to_h
            hash = {}
            each_with_name{ |v, n| hash[n] = v}
            hash
        end