sqlite_wasm_rs::c

Function sqlite3_result_int

Source
pub unsafe fn sqlite3_result_int(ctx: *mut sqlite3_context, value: c_int)
Expand description

Sets the return value of the application-defined function to be the 32-bit signed integer value given in the 2nd argument.

See https://www.sqlite.org/c3ref/result_blob.html