Home
last modified time | relevance | path

Searched refs:open_in_memory_with_flags (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rusqlite/src/
Dlib.rs358 Connection::open_in_memory_with_flags(flags) in open_in_memory()
411 pub fn open_in_memory_with_flags(flags: OpenFlags) -> Result<Connection> { in open_in_memory_with_flags() method
1127 assert!(Connection::open_in_memory_with_flags(*bad_flags).is_err()); in test_open_with_flags()