# File lib/rbatis.rb, line 10
def Fixnum.from_database(record, column)
  record[column].to_i
end