Searched defs:GetBlob (Results 1 – 3 of 3) sorted by relevance
57 int GetBlob(RowEntity &rowEntity, int index, rust::vec<uint8_t> &value) in GetBlob() function
176 fn GetBlob(row: Pin<&mut RowEntity>, index: i32, value: &mut Vec<u8>) -> i32; in GetBlob() function
255 static napi_value GetBlob(napi_env env, napi_value object, CmBlob *&blob) in GetBlob() function