Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Derror.rs107 MultipleStatement, enumerator
272 Error::MultipleStatement => write!(f, "Multiple statements provided"), in fmt()
299 | Error::MultipleStatement => None, in source()
Dstatement.rs694 Err(Error::MultipleStatement) in check_no_tail()
Dlib.rs1193 Error::MultipleStatement => (), in test_execute_multiple()