sqlite_wasm_rs::c

Function sqlite3_result_null

Source
pub unsafe fn sqlite3_result_null(ctx: *mut sqlite3_context)
Expand description

Sets the return value of the application-defined function to be NULL.

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