Searched defs:SQLITE_OPEN_READWRITE (Results 1 – 12 of 12) sorted by relevance
47 public static final int SQLITE_OPEN_READWRITE = 0x00000002; /* Ok for sqlite3_open_v2() */ field in Constants
53 pub const SQLITE_OPEN_READWRITE: i32 = 2; constant
56 pub const SQLITE_OPEN_READWRITE: i32 = 2; constant
66 pub const SQLITE_OPEN_READWRITE: i32 = 2; constant
80 pub const SQLITE_OPEN_READWRITE: i32 = 2; constant
554 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */ macro
112 pub const SQLITE_OPEN_READWRITE: i32 = 2; constant
1602 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */ macro
1593 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */ macro