Skip to main content

execute_update

Function execute_update 

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

Executes an UPDATE statement. Returns the number of rows updated.