Searched defs:sqlite (Results 26 - 39 of 39) sorted by relevance

12

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQuery.java17 package android.database.sqlite;
H A DSQLiteStatement.java17 package android.database.sqlite;
102 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
123 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
144 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
H A DSQLiteDatabaseConfiguration.java17 package android.database.sqlite;
H A DSQLiteDirectCursorDriver.java17 package android.database.sqlite;
20 import android.database.sqlite.SQLiteDatabase.CursorFactory;
H A DSqliteWrapper.java18 package android.database.sqlite;
24 import android.database.sqlite.SQLiteException;
H A DSQLiteCursor.java17 package android.database.sqlite;
H A DSQLiteDebug.java17 package android.database.sqlite;
92 /** the current amount of memory checked out by sqlite using sqlite3_malloc().
93 * documented at http://www.sqlite.org/c3ref/c_status_malloc_size.html
102 * documented at http://www.sqlite.org/c3ref/c_status_malloc_size.html
107 * documented at http://www.sqlite.org/c3ref/c_status_malloc_size.html
130 /** documented here http://www.sqlite.org/c3ref/c_dbstatus_lookaside_used.html */
H A DSQLiteOpenHelper.java17 package android.database.sqlite;
22 import android.database.sqlite.SQLiteDatabase.CursorFactory;
87 * used to handle corruption when sqlite reports database corruption.</p>
95 * @param errorHandler the {@link DatabaseErrorHandler} to be used when sqlite reports database
329 * <a href="http://sqlite.org/lang_altertable.html">here</a>. If you add new columns
H A DSQLiteProgram.java17 package android.database.sqlite;
H A DSQLiteQueryBuilder.java17 package android.database.sqlite;
H A DSQLiteSession.java17 package android.database.sqlite;
H A DSQLiteConnectionPool.java17 package android.database.sqlite;
21 import android.database.sqlite.SQLiteDebug.DbStats;
H A DSQLiteDatabase.java17 package android.database.sqlite;
25 import android.database.sqlite.SQLiteDebug.DbStats;
680 * used to handle corruption when sqlite reports database corruption.</p>
687 * when sqlite reports database corruption
1815 * See also <a href="http://sqlite.org/foreignkeys.html">SQLite Foreign Key Constraints</a>
1903 * See also <a href="http://sqlite.org/wal.html">SQLite Write-Ahead Logging</a> for
1935 // make sure this database has NO attached databases because sqlite's write-ahead-logging
2078 // has attached databases. query sqlite to get the list of attached databases.
2083 // sqlite returns a row for each database in the returned list of databases.
H A DSQLiteConnection.java17 package android.database.sqlite;
25 import android.database.sqlite.SQLiteDebug.DbStats;

Completed in 77 milliseconds

12