Skip to main content

SQLITE_OBJS_FCNTL_STATS

Constant SQLITE_OBJS_FCNTL_STATS 

Source
pub const SQLITE_OBJS_FCNTL_STATS: c_int = 201;
Expand description

FCNTL opcode: retrieve all VFS activity metrics as a key=value\n string. The returned char* is allocated with sqlite3_malloc; the caller must free it with sqlite3_free.