Searched defs:SQLITE_OPEN_READONLY (Results 1 – 12 of 12) sorted by relevance
46 public static final int SQLITE_OPEN_READONLY = 0x00000001; /* Ok for sqlite3_open_v2() */ field in Constants
52 pub const SQLITE_OPEN_READONLY: i32 = 1; constant
55 pub const SQLITE_OPEN_READONLY: i32 = 1; constant
65 pub const SQLITE_OPEN_READONLY: i32 = 1; constant
79 pub const SQLITE_OPEN_READONLY: i32 = 1; constant
554 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */ macro
112 pub const SQLITE_OPEN_READONLY: i32 = 1; constant
1617 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */ macro
591 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */ macro
897 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */ macro