pub unsafe fn sqlite3_status(
op: c_int,
pCurrent: *mut c_int,
pHighwater: *mut c_int,
resetFlag: c_int,
) -> c_int
Expand description
Used to retrieve runtime status information about the performance of
SQLite
, and optionally to reset various highwater marks.