Module | Sequel::IBMDB |
In: |
lib/sequel/adapters/ibmdb.rb
|
DB2_TYPES | = | { :boolean => tt.method(:boolean), :int => tt.method(:int), :blob => ::Sequel::SQL::Blob.method(:new), :time => ::Sequel.method(:string_to_time), :date => ::Sequel.method(:string_to_date) | Hash holding type translation methods, used by Dataset#fetch_rows. |