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

1234

/frameworks/base/core/java/android/database/
H A DCursorWindowAllocationException.java17 package android.database;
H A DStaleDataException.java17 package android.database;
H A DDataSetObservable.java17 package android.database;
H A DDataSetObserver.java17 package android.database;
H A DDatabaseErrorHandler.java17 package android.database;
19 import android.database.sqlite.SQLiteDatabase;
23 * database corruption
28 * defines the method to be invoked when database corruption is detected.
29 * @param dbObj the {@link SQLiteDatabase} object representing the database on which corruption
H A DSQLException.java17 package android.database;
H A DCharArrayBuffer.java17 package android.database;
/frameworks/base/core/tests/coretests/src/android/database/
H A DNewDatabasePerformanceTestSuite.java17 package android.database;
/frameworks/base/core/java/android/database/sqlite/
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;

Completed in 359 milliseconds

1234