HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_OPEN_READONLY (Results 1 - 11 of 11) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Constants.java 46 public static final int SQLITE_OPEN_READONLY = 0x00000001; /* Ok for sqlite3_open_v2() */
Database.java 25 * @param mode open mode (e.g. SQLITE_OPEN_READONLY)
33 mode = SQLite.Constants.SQLITE_OPEN_READONLY;
52 * @param mode open mode (e.g. SQLITE_OPEN_READONLY)
62 mode = SQLite.Constants.SQLITE_OPEN_READONLY;
81 * @param mode open mode (e.g. SQLITE_OPEN_READONLY)
92 mode = SQLite.Constants.SQLITE_OPEN_READONLY;
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 112 dbx.open(dbfile, readonly ? SQLite.Constants.SQLITE_OPEN_READONLY :
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 121 sqliteFlags = SQLITE_OPEN_READONLY;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 536 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 536 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
    [all...]
sqlite3.c     [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/lib/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 

Completed in 565 milliseconds