| Interface | Description |
|---|---|
| CancellationSignal.OnCancelListener |
Listens for cancellation.
|
| DatabaseErrorHandler |
An interface to let the apps define the actions to take when the following errors are detected
database corruption
|
| DatabasePlatformSupport |
Provide platform dependent support to the Database.
|
| Class | Description |
|---|---|
| CancellationSignal |
Provides the ability to cancel an operation in progress.
|
| ContentValues |
This class is used to store a set of values that the
ContentResolver
can process. |
| DefaultDatabaseErrorHandler |
Default class used to define the actions to take when the database corruption is reported
by sqlite.
|
| Exception | Description |
|---|---|
| OperationCanceledException |
An exception type that is thrown when an operation in progress is canceled.
|
| SQLException |
An exception that indicates there was an error with SQL parsing or execution.
|