Sequel::JDBC::Dataset
Dataset class for Sybase datasets accessed via JDBC.
# File lib/sequel/adapters/jdbc/sqlanywhere.rb, line 49 def type_convertor(map, meta, type, i) if convert_smallint_to_bool && type == SMALLINT_TYPE map[:SqlAnywhereBoolean] else super end end