SQLite
Interface ProgressHandler


public interface ProgressHandler

Callback interface for SQLite's user defined progress handler.


Method Summary
 boolean progress()
          Invoked for N SQLite VM opcodes.
 

Method Detail

progress

public boolean progress()
Invoked for N SQLite VM opcodes. The method should return true to continue the current query, or false in order to abandon the action.

Returns:
true to continue, false else


Contact: Christian Werner