| android.database.DatabaseErrorHandler |
Known Indirect Subclasses
|
An interface to let apps define an action to take when database corruption is detected.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The method invoked when database corruption is detected.
| |||||||||||
The method invoked when database corruption is detected.
| dbObj | the SQLiteDatabase object representing the database on which corruption
is detected.
|
|---|