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