Hash holding type translation methods, used by Sequel::IBMDB::Dataset#fetch_rows.
# File lib/sequel/adapters/ibmdb.rb, line 10 def boolean(s) !s.to_i.zero? end
# File lib/sequel/adapters/ibmdb.rb, line 11 def int(s) s.to_i end