Module: DB_MYSQL :: the MySQL driver for Kamailio. More...
#include "../../dprint.h"
#include "../../db/db_ut.h"
#include "val.h"
#include "my_con.h"

Go to the source code of this file.
Functions | |
| int | db_mysql_val2str (const db_con_t *_c, const db_val_t *_v, char *_s, int *_len) |
| Converting a value to a string. | |
Module: DB_MYSQL :: the MySQL driver for Kamailio.
Definition in file db_mysql/val.c.
Converting a value to a string.
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/val.c.
References CON_CONNECTION, DB_BLOB, DB_STR, DB_STRING, db_val2str(), len, LM_DBG, LM_ERR, s, VAL_BLOB, VAL_STR, VAL_STRING, and VAL_TYPE.
Referenced by db_insert_update(), db_mysql_delete(), db_mysql_insert(), db_mysql_query(), db_mysql_replace(), and db_mysql_update().
1.5.6