Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

DatabaseErrorHandler

android.database.DatabaseErrorHandler
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract void onCorruption ( SQLiteDatabase dbObj)
defines the method to be invoked when database corruption is detected.

Public Methods

public abstract void onCorruption ( SQLiteDatabase dbObj)

defines the method to be invoked when database corruption is detected.

Parameters
dbObj the SQLiteDatabase object representing the database on which corruption is detected.