Module: DB_MYSQL :: the MySQL driver for Kamailio. More...
#include "../../dprint.h"
#include "../../mem/mem.h"
#include "../../db/db_row.h"
#include "../../db/db_val.h"
#include "my_con.h"
#include "val.h"
#include "row.h"

Go to the source code of this file.
Functions | |
| int | db_mysql_convert_row (const db_con_t *_h, db_res_t *_res, db_row_t *_r) |
| Convert a row from result into DB API representation. | |
Module: DB_MYSQL :: the MySQL driver for Kamailio.
Definition in file db_mysql/row.c.
Convert a row from result into DB API representation.
| _h | database connection | |
| _res | database result in the DB API representation | |
| _r | database result row |
Definition at line 47 of file db_mysql/row.c.
References CON_RESULT, CON_ROW, db_allocate_row(), db_free_row(), db_str2val(), LM_DBG, LM_ERR, RES_COL_N, RES_TYPES, and ROW_VALUES.
Referenced by db_mysql_convert_rows(), and db_mysql_fetch_result().
1.5.6