English | Site Directory

Android - An Open Handset Alliance Project

package

android.database.sqlite

Classes | Description

Contains the SQLite database management classes that an application would use to manage its own private database. more...

Interfaces

SQLiteClosable An object create from a SQLiteDatabase that can be closed. 
SQLiteCursorDriver A driver for SQLiteCursors that is used to create them and gets notified by the cursors it creates on significant events in their lifetimes. 
SQLiteDatabase.CursorFactory Used to allow returning sub-classes of Cursor when calling query. 

Classes

SQLiteCursor A Cursor implementation that exposes results from a query on a SQLiteDatabase
SQLiteDatabase Exposes methods to manage a SQLite database. 
SQLiteOpenHelper A helper class to manage database creation and version management. 
SQLiteProgram A base class for compiled SQLite programs. 
SQLiteQuery A SQLite program that represents a query that reads the resulting rows into a CursorWindow. 
SQLiteQueryBuilder This is a convience class that helps build SQL queries to be sent to SQLiteDatabase objects. 
SQLiteStatement A pre-compiled statement against a SQLiteDatabase that can be reused. 

Exceptions

SQLiteDatabaseCorruptException An exception that indicates that the SQLite database file is corrupt. 
SQLiteDiskIOException An exception that indicates that an IO error occured while accessing the SQLite database file. 
SQLiteException A SQLite exception that indicates there was an error with SQL parsing or execution. 
Build m5-rc15f - 23 Apr 2008 12:29