Click or drag to resize
SQLite3Status Method
Retrieve runtime status information about the performance of SQLite, and optionally to reset various highwater marks.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static void Status(
	SQLiteStatusCode statusCode,
	out int current,
	out int highwater,
	bool reset
)

Parameters

statusCode
Type: SQLitePCL.prettySQLiteStatusCode
The specific parameter to measure.
current
Type: SystemInt32
The current value of the performance metric.
highwater
Type: SystemInt32
The highwater value of the performance metric.
reset
Type: SystemBoolean
If , then the highest record value is reset.
See Also