added in API level 11
Summary:
Methods
| [Expand All]
DatabaseErrorHandler
public
interface
DatabaseErrorHandler
| android.database.DatabaseErrorHandler |
|
|
An interface to let apps define an action to take when database corruption is detected.
Summary
Public methods | |
|---|---|
abstract
void
|
onCorruption(SQLiteDatabase dbObj)
The method invoked when database corruption is detected. |
Public methods
onCorruption
added in API level 11
void onCorruption (SQLiteDatabase dbObj)
The method invoked when database corruption is detected.
| Parameters | |
|---|---|
dbObj |
SQLiteDatabase: the SQLiteDatabase object representing the database on which corruption
is detected.
|
Interfaces
Classes
- AbstractCursor
- AbstractCursor.SelfContentObserver
- AbstractWindowedCursor
- CharArrayBuffer
- ContentObservable
- ContentObserver
- CrossProcessCursorWrapper
- CursorJoiner
- CursorWindow
- CursorWrapper
- DatabaseUtils
- DatabaseUtils.InsertHelper
- DataSetObservable
- DataSetObserver
- DefaultDatabaseErrorHandler
- MatrixCursor
- MatrixCursor.RowBuilder
- MergeCursor
- Observable
Enums
Exceptions

