pub fn result_int(context: *mut sqlite3_context, i: i32)
Expand description

Calls sqlite3_result_int to represent that a function returns an int32 with the given value.