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.
pub fn result_blob(context: *mut sqlite3_context, blob: &[u8])
Calls sqlite3_result_blob
to represent that a function returns a blob with the given value.