FileDocCategorySizeDatePackage
DatabaseErrorHandler.javaAPI DocAndroid 5.1 API1129Thu Mar 12 22:22:10 GMT 2015android.database

DatabaseErrorHandler

public interface DatabaseErrorHandler
An interface to let the apps define the actions to take when the following errors are detected database corruption

Fields Summary
Constructors Summary
Methods Summary
public voidonCorruption(android.database.sqlite.SQLiteDatabase dbObj)
defines the method to be invoked when database corruption is detected.

param
dbObj the {@link SQLiteDatabase} object representing the database on which corruption is detected.