API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Package android.database

Removed Classes
ArrayListCursor A convenience class that presents a two-dimensional ArrayList as a Cursor.
 

Added Classes and Interfaces
CharArrayBuffer This is used for Cursor.copyStringToBuffer
CrossProcessCursor  
CursorJoiner Does a join on two cursors using the specified columns.
CursorJoiner.Result The result of a call to next().
CursorWrapper Wrapper class for Cursor that delegates all calls to the actual cursor object
DatabaseUtils.InsertHelper This class allows users to do multiple inserts into a table but compile the SQL insert statement only once, which may increase performance.
MatrixCursor A mutable cursor implementation backed by an array of {@code Object}s.
MatrixCursor.RowBuilder Builds a row, starting from the left-most column and adding one column value at a time.
 

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.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff