Class Amalgalite::BusyHandler
In: lib/amalgalite/busy_timeout.rb
lib/amalgalite/busy_timeout.rb
Parent: Object

A base class for use in creating your own busy handler classes

Methods

arity   arity   call   call   to_proc   to_proc  

Public Instance methods

the arity of the call method

the arity of the call method

Override this method, returning false if the SQLite should return SQLITE_BUSY for all parties involved in the lock, and anything else if the lock attempt should be tried again.

Override this method, returning false if the SQLite should return SQLITE_BUSY for all parties involved in the lock, and anything else if the lock attempt should be tried again.

[Validate]