public interface DatabaseErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
onCorruption(SQLiteDatabase dbObj)
The method invoked when database corruption is detected.
|
void onCorruption(SQLiteDatabase dbObj)
dbObj
- the SQLiteDatabase
object representing the database on which corruption
is detected.