Method: Sequel::JDBC::Dataset#with_convert_types
- Defined in:
- lib/sequel/adapters/jdbc.rb
#with_convert_types(v) ⇒ Object
Set whether to convert Java types to ruby types in the returned dataset.
781 782 783 |
# File 'lib/sequel/adapters/jdbc.rb', line 781 def with_convert_types(v) clone(:convert_types=>v) end |