Class/Module Index [+]

Quicksearch

Sequel::DataObjects::MySQL::Dataset

Dataset class for MySQL datasets accessed via DataObjects.

Public Instance Methods

provides_accurate_rows_matched?() click to toggle source

The DataObjects MySQL driver uses the number of rows actually modified in the update, instead of the number of matched by the filter.

# File lib/sequel/adapters/do/mysql.rb, line 43
def provides_accurate_rows_matched?
  false
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.