FileDocCategorySizeDatePackage
ProgressHandler.javaAPI DocAndroid 1.5 API349Wed May 06 22:41:06 BST 2009SQLite

ProgressHandler

public interface ProgressHandler
Callback interface for SQLite's user defined progress handler.

Fields Summary
Constructors Summary
Methods Summary
public booleanprogress()
Invoked for N SQLite VM opcodes. The method should return true to continue the current query, or false in order to abandon the action.