Searched refs:check_no_tail (Results 1 – 2 of 2) sorted by relevance
494 .and_then(|mut stmt| stmt.check_no_tail().and_then(|_| stmt.execute(params))) in execute()521 stmt.check_no_tail() in execute_named()568 stmt.check_no_tail()?; in query_row()591 stmt.check_no_tail()?; in query_row_named()628 stmt.check_no_tail()?; in query_row_and_then()
692 pub(crate) fn check_no_tail(&self) -> Result<()> { in check_no_tail() method702 pub(crate) fn check_no_tail(&self) -> Result<()> { in check_no_tail() method