Method: Sequel::JDBC::Dataset#with_fetch_size

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

#with_fetch_size(size) ⇒ Object

Set the fetch size on JDBC ResultSets created from the returned dataset.


762
763
764
# File 'lib/sequel/adapters/jdbc.rb', line 762

def with_fetch_size(size)
  clone(:fetch_size=>size)
end