Skip to main content

sqlite3_errcode

Function sqlite3_errcode 

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

Get the most recent error code.

ยงSafety

db must be a valid handle.