pub unsafe fn sqlite3_extended_errcode(db: *mut sqlite3) -> c_int
Expand description
C interface definition of sqlite
If the most recent sqlite3_*
API call associated with database connection
db
failed, then the sqlite3_extended_errcode(db)
interface returns the
extended result code for that API call, even when extended result codes are
disabled.