Method: Sequel::JDBC::Database#basic_type_convertor_map

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

#basic_type_convertor_mapObject (readonly)

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



183
184
185
# File 'lib/sequel/adapters/jdbc.rb', line 183

def basic_type_convertor_map
  @basic_type_convertor_map
end