Module: Sequel::IBMDB
- Defined in:
- lib/sequel/adapters/ibmdb.rb
Defined Under Namespace
Classes: Connection, Database, Dataset, Statement
Constant Summary collapse
- DB2_TYPES =
Hash holding type translation methods, used by Dataset#fetch_rows.
{ :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