yumapro
24.10-2
YumaPro SDK
|
binary to string conversion for database storage More...
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... | |
binary to string conversion for database storage