module Sequel::IBMDB
Constants
- DB2_TYPES
Hash
holding type translation methods, used byDataset#fetch_rows
.
Public Instance Methods
boolean(s)
click to toggle source
# File lib/sequel/adapters/ibmdb.rb 10 def boolean(s) !s.to_i.zero? end
int(s)
click to toggle source
# File lib/sequel/adapters/ibmdb.rb 11 def int(s) s.to_i end