yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
blob.h File Reference

binary to string conversion for database storage More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void blob2bin (const char *pblob, unsigned char *pbuff, uint32 bsize)
 Convert a mySQL BLOB to a binary string. More...
 
void bin2blob (const unsigned char *pbuff, char *pblob, uint32 bsize)
 Convert a binary string to to a mySQL BLOB. More...
 

Detailed Description

binary to string conversion for database storage