Changed Classes and Interfaces
|
AbstractCursor
|
This is an abstract cursor class that handles a lot of the common code
that all cursors need to deal with and is provided for convenience reasons. |
AbstractCursor.SelfContentObserver
|
Cursors use this class to track changes others make to their URI. |
AbstractWindowedCursor
|
A base class for Cursors that store their data in CursorWindows. |
ContentObservable
|
A specialization of Observable for ContentObserver that provides methods for
invoking the various callback methods of ContentObserver. |
Cursor
|
This interface provides random read-write access to the result set returned
by a database query. |
CursorIndexOutOfBoundsException
|
An exception indicating that a cursor is out of bounds. |
CursorWindow
|
A buffer containing multiple cursor rows. |
DatabaseUtils
|
Static utility methods for dealing with databases and Cursors. |
MergeCursor
|
A convience class that lets you present an array of Cursors as a single linear Cursor. |
Observable
|
Provides methods for (un)registering arbitrary observers in an ArrayList. |
SQLException
|
An exception that indicates there was an error with SQL parsing or execution. |