API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Classes | |
---|---|
|
An exception that indicates that the SQLite program was aborted. |
|
An exception that indicates that an integrity constraint was violated. |
|
An exception that indicates that the SQLite program is done. |
|
An exception that indicates that the SQLite database is full. |
Changed Classes and Interfaces | |
---|---|
|
An object create from a SQLiteDatabase that can be closed. |
|
A Cursor implementation that exposes results from a query on a SQLiteDatabase. |
|
A driver for SQLiteCursors that is used to create them and gets notified by the cursors it creates on significant events in their lifetimes. |
|
Exposes methods to manage a SQLite database. |
|
Used to allow returning sub-classes of Cursor when calling query. |
|
An exception that indicates that the SQLite database file is corrupt. |
|
An exception that indicates that an IO error occured while accessing the SQLite database file. |
|
A SQLite exception that indicates there was an error with SQL parsing or execution. |
|
A helper class to manage database creation and version management. |
|
A base class for compiled SQLite programs. |
|
A SQLite program that represents a query that reads the resulting rows into a CursorWindow. |
|
This is a convience class that helps build SQL queries to be sent to SQLiteDatabase objects. |
|
A pre-compiled statement against a SQLiteDatabase that can be reused. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |