pub unsafe fn sqlite3_extended_result_codes(
db: *mut sqlite3,
onoff: c_int,
) -> c_int
Expand description
Enables or disables the extended result codes
feature of SQLite. The
extended result codes are disabled by default for historical
compatibility.