Module | Sequel::DB2 |
In: |
lib/sequel/adapters/db2.rb
lib/sequel/adapters/shared/db2.rb |
DB2_TYPES | = | { :boolean => tt.method(:boolean), DB2CLI::SQL_BLOB => ::Sequel::SQL::Blob.method(:new), DB2CLI::SQL_TYPE_DATE => tt.method(:date), DB2CLI::SQL_TYPE_TIME => tt.method(:time), DB2CLI::SQL_DECIMAL => ::BigDecimal.method(:new) | Hash holding type translation methods, used by Dataset#fetch_rows. |
convert_smallint_to_bool | [RW] | Whether to convert smallint values to bool, true by default. Can also be overridden per dataset. |
use_clob_as_blob | [RW] | Whether to use clob as the generic File type, true by default. |