Method: Sequel::JDBC::Database#type_convertor_map

Defined in:
lib/sequel/adapters/jdbc.rb

#type_convertor_mapObject (readonly)

Map of JDBC type ids to callable objects that return appropriate ruby values.



180
181
182
# File 'lib/sequel/adapters/jdbc.rb', line 180

def type_convertor_map
  @type_convertor_map
end