pub fn result_null(context: *mut sqlite3_context)
Expand description
Calls sqlite3_result_null
to represent that a function returns null with the given value.
pub fn result_null(context: *mut sqlite3_context)
Calls sqlite3_result_null
to represent that a function returns null with the given value.