A base class for use in creating your own busy handler classes
the arity of the call method
# File lib/amalgalite/busy_timeout.rb, line 11 def arity() 1 ; end
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.
# File lib/amalgalite/busy_timeout.rb, line 17 def call( count ) raise NotImplementedError, "The busy handler call(N) method must be implemented" end
Generated with the Darkfish Rdoc Generator 2.