Searched defs:SQLITE_OPEN_READONLY (Results 1 – 6 of 6) sorted by relevance
46 public static final int SQLITE_OPEN_READONLY = 0x00000001; /* Ok for sqlite3_open_v2() */ field in Constants
396 #define SQLITE_OPEN_READONLY 0x00000001 macro
473 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */ macro
1023 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */ macro