Searched defs:SQLITE_OPEN_CREATE (Results 1 – 13 of 13) sorted by relevance
48 public static final int SQLITE_OPEN_CREATE = 0x00000004; /* Ok for sqlite3_open_v2() */ field in Constants
1015 const SQLITE_OPEN_CREATE = ffi::SQLITE_OPEN_CREATE; constant
54 pub const SQLITE_OPEN_CREATE: i32 = 4; constant
57 pub const SQLITE_OPEN_CREATE: i32 = 4; constant
67 pub const SQLITE_OPEN_CREATE: i32 = 4; constant
81 pub const SQLITE_OPEN_CREATE: i32 = 4; constant
556 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */ macro
114 pub const SQLITE_OPEN_CREATE: i32 = 4; constant
1619 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */ macro
555 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */ macro
1594 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */ macro