pub unsafe fn sqlite3_status64(
op: c_int,
pCurrent: *mut sqlite3_int64,
pHighwater: *mut sqlite3_int64,
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.