module Sequel::Extensions::Batches

Constants

InvalidPKError
MissingPKError
NullPKError

Public Instance Methods

in_batches(**options, &block) click to toggle source
# File lib/sequel/extensions/batches.rb, line 10
def in_batches(**options, &block)
  Sequel::Extensions::Batches::Yielder.new(ds: self, **options).call(&block)
end