Classes and Modules
Constants
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) }.freeze |
Hash holding type translation methods, used by |