DB_MYSQL :: Data conversionsModule: DB_MYSQL :: the MySQL driver for Kamailio. More...
#include "../../dprint.h"#include "../../lib/srdb1/db_ut.h"#include "km_val.h"#include "km_my_con.h"
Go to the source code of this file.
Definition in file db_mysql/km_val.c.
Converting a value to a string, used when converting result from a query
| _c | database connection | |
| _v | source value | |
| _s | target string | |
| _len | target string length |
Definition at line 46 of file db_mysql/km_val.c.
References DB1_BLOB, DB1_STR, DB1_STRING, VAL_BLOB, VAL_STR, VAL_STRING, and VAL_TYPE.
Referenced by db_mysql_delete(), db_mysql_insert(), db_mysql_insert_delayed(), db_mysql_insert_update(), db_mysql_query(), db_mysql_replace(), and db_mysql_update().

1.7.1