Package 

Class DefaultDatabaseErrorHandler

    • Method Summary

      Modifier and Type Method Description
      void onCorruption(SQLiteDatabase dbObj) The method invoked when database corruption is detected.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onCorruption

         void onCorruption(SQLiteDatabase dbObj)

        The method invoked when database corruption is detected.

        Parameters:
        dbObj - the SQLiteDatabase object representing the database on which corruptionis detected.