Files

Class/Module Index [+]

Quicksearch

Sequel::Plugins::MssqlOptimisticLocking::InstanceMethods

Public Instance Methods

before_destroy() click to toggle source

Add the lock column instance filter to the object before destroying it.

# File lib/sequel/plugins/mssql_optimistic_locking.rb, line 44
def before_destroy
  lock_column_instance_filter
  super
end
before_update() click to toggle source

Add the lock column instance filter to the object before updating it.

# File lib/sequel/plugins/mssql_optimistic_locking.rb, line 50
def before_update
  lock_column_instance_filter
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.