Searched refs:database (Results 1 - 25 of 573) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/database/
H A DCursorWindow.aidl17 package android.database;
H A DDataSetObserver.java17 package android.database;
H A DDatabaseErrorHandler.java17 package android.database;
19 import android.database.sqlite.SQLiteDatabase;
22 * An interface to let apps define an action to take when database corruption is detected.
27 * The method invoked when database corruption is detected.
28 * @param dbObj the {@link SQLiteDatabase} object representing the database on which corruption
H A DCursorWindowAllocationException.java17 package android.database;
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteStatementInfo.java17 package android.database.sqlite;
H A DSQLiteTransactionListener.java17 package android.database.sqlite;
H A DSQLiteException.java17 package android.database.sqlite;
19 import android.database.SQLException;
H A DDatabaseObjectNotClosedException.java17 package android.database.sqlite;
20 * An exception that indicates that garbage-collector is finalizing a database object
25 private static final String s = "Application did not close the cursor or database object " +
H A DSQLiteAbortException.java17 package android.database.sqlite;
H A DSQLiteAccessPermException.java17 package android.database.sqlite;
20 * This exception class is used when sqlite can't access the database file
H A DSQLiteBindOrColumnIndexOutOfRangeException.java17 package android.database.sqlite;
H A DSQLiteBlobTooBigException.java17 package android.database.sqlite;
H A DSQLiteCantOpenDatabaseException.java17 package android.database.sqlite;
H A DSQLiteConstraintException.java17 package android.database.sqlite;
H A DSQLiteDatabaseCorruptException.java17 package android.database.sqlite;
20 * An exception that indicates that the SQLite database file is corrupt.
H A DSQLiteDatabaseLockedException.java17 package android.database.sqlite;
20 * Thrown if the database engine was unable to acquire the
21 * database locks it needs to do its job. If the statement is a [COMMIT]
H A DSQLiteDatatypeMismatchException.java17 package android.database.sqlite;
H A DSQLiteDiskIOException.java17 package android.database.sqlite;
21 * SQLite database file.
H A DSQLiteDoneException.java17 package android.database.sqlite;
H A DSQLiteFullException.java17 package android.database.sqlite;
20 * An exception that indicates that the SQLite database is full.
H A DSQLiteMisuseException.java17 package android.database.sqlite;
H A DSQLiteOutOfMemoryException.java17 package android.database.sqlite;
H A DSQLiteReadOnlyDatabaseException.java17 package android.database.sqlite;
H A DSQLiteTableLockedException.java17 package android.database.sqlite;
/frameworks/base/core/java/android/widget/
H A DFilterQueryProvider.java19 import android.database.Cursor;

Completed in 527 milliseconds

1234567891011>>