Searched defs:SQLITE_OPEN_EXCLUSIVE (Results 1 – 9 of 9) sorted by relevance
50 public static final int SQLITE_OPEN_EXCLUSIVE = 0x00000010; /* VFS only */ field in Constants
56 pub const SQLITE_OPEN_EXCLUSIVE: i32 = 16; constant
59 pub const SQLITE_OPEN_EXCLUSIVE: i32 = 16; constant
69 pub const SQLITE_OPEN_EXCLUSIVE: i32 = 16; constant
83 pub const SQLITE_OPEN_EXCLUSIVE: i32 = 16; constant
557 #define SQLITE_OPEN_EXCLUSIVE 0x00000010 /* VFS only */ macro
115 pub const SQLITE_OPEN_EXCLUSIVE: i32 = 16; constant