pub fn result_text(context: *mut sqlite3_context, text: &str) -> Result<()>
Expand description

Calls sqlite3_result_text to represent that a function returns xx with the given value.