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