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