FileDocCategorySizeDatePackage
BusyHandler.javaAPI DocAndroid 1.5 API516Wed May 06 22:41:06 BST 2009SQLite

BusyHandler

public interface BusyHandler
Callback interface for SQLite's user defined busy handler.

Fields Summary
Constructors Summary
Methods Summary
public booleanbusy(java.lang.String table, int count)
Invoked when a table is locked by another process or thread. The method should return true for waiting until the table becomes unlocked, or false in order to abandon the action.

param
table the name of the locked table
param
count number of times the table was locked