# File lib/innodb/field.rb, line 80 def extern(cursor, record) return nil if not extern?(record) cursor.name(@name) { read_extern(cursor) } end