pub fn result_error_code(context: *mut sqlite3_context, code: i32)
Expand description
Calls sqlite3_result_error_code
to represent that a function returns xx with the given value.
pub fn result_error_code(context: *mut sqlite3_context, code: i32)
Calls sqlite3_result_error_code
to represent that a function returns xx with the given value.