Searched refs:has_tail (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/rusqlite/src/ | ||
D | raw_statement.rs | 172 pub fn has_tail(&self) -> bool { in has_tail() method |
D | statement.rs | 693 if self.stmt.has_tail() { in check_no_tail() |