# File lib/dbi/row.rb, line 117 def by_field(field_name) begin @arr[@column_map[field_name.to_s]] rescue TypeError nil end end