Skip to main content

sqlite3_changes

Function sqlite3_changes 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sqlite3_changes(db: *mut Sqlite3) -> c_int
Expand description

Return the number of rows modified by the most recent INSERT/UPDATE/DELETE.

ยงSafety

db must be a valid handle.