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
555 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */ macro
113 pub const SQLITE_OPEN_READWRITE: i32 = 2; constant
1618 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */ macro
592 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */ macro
898 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */ macro