# File lib/innodb/field.rb, line 74 def value(cursor, record) return :NULL if null?(record) value_by_length(cursor, length(record)) end