Function result_blob

Source
pub fn result_blob(context: *mut sqlite3_context, blob: &[u8])
Expand description

Calls sqlite3_result_blob to represent that a function returns a blob with the given value.