Searched defs:database (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery3D/src/com/cooliris/picasa/
H A DTableContentProvider.java25 import android.database.Cursor;
26 import android.database.SQLException;
27 import android.database.sqlite.SQLiteDatabase;
28 import android.database.sqlite.SQLiteOpenHelper;
38 public void setDatabase(SQLiteOpenHelper database) { argument
39 mDatabase = database;
56 // The database may not be loaded yet since attachInfo() has not been
58 // check that the database opened successfully. Returns true
110 // Insert into the database, notify observers, and return the qualified
131 // Insert all rows into the database an
[all...]
/packages/apps/Email/src/com/android/email/provider/
H A DEmailProvider.java43 import android.database.Cursor;
44 import android.database.SQLException;
45 import android.database.sqlite.SQLiteDatabase;
46 import android.database.sqlite.SQLiteException;
47 import android.database.sqlite.SQLiteOpenHelper;
72 // Any changes to the database format *must* include update-in-place code.
86 // Any changes to the database format *must* include update-in-place code.
345 // in a separate database, and trigger cannot operate on attached databases.
562 // Always return the cached database, if we've got one
596 /*package*/ static void deleteOrphans(SQLiteDatabase database, Strin argument
[all...]

Completed in 70 milliseconds