Object
A base class for use in creating your own progress handler classes
the arity of the call method
# File lib/amalgalite/progress_handler.rb, line 11 def arity() 0 ; end
Override this method, returning false if the SQLite should act as if interrupt! had been invoked.
# File lib/amalgalite/progress_handler.rb, line 17 def call raise NotImplementedError, "The progress handler call() method must be implemented" end
# File lib/amalgalite/progress_handler.rb, line 6 def to_proc self end
[Validate]
Generated with the Darkfish Rdoc Generator 2.