Skip to main content

execute_delete

Function execute_delete 

Source
pub fn execute_delete(stmt: &Statement, db: &mut Database) -> Result<usize>
Expand description

Executes a DELETE statement. Returns the number of rows removed.