| Interface | Description |
|---|---|
| DatabaseErrorHandler |
An interface to let apps define an action to take when database corruption is detected.
|
| Class | Description |
|---|---|
| DatabaseUtils |
Static utility methods for dealing with databases and
Cursors. |
| DatabaseUtils.InsertHelper | Deprecated
Use
SQLiteStatement instead. |
| DefaultDatabaseErrorHandler |
Default class used to define the action to take when database corruption is reported
by sqlite.
|
| Exception | Description |
|---|---|
| SQLException |
An exception that indicates there was an error with SQL parsing or execution.
|