DB_MYSQL :: Result related functionsModule: DB_MYSQL :: the MySQL driver for Kamailio. More...
#include "../../lib/srdb1/db_res.h"#include "../../lib/srdb1/db_con.h"

Go to the source code of this file.
Definition in file db_mysql/km_res.h.
| _h | database connection | |
| _r | database result |
Definition at line 204 of file db_mysql/km_res.c.
References db_free_columns(), db_mysql_convert_rows(), and db_mysql_get_columns().
Referenced by db_mysql_store_result().


| _h | database connection | |
| _r | database result set |
Get and convert columns from a result, fills the result structure with data from the database.
| _h | database connection | |
| _r | database result set |
Definition at line 53 of file db_mysql/km_res.c.
References db_allocate_columns(), db_free_columns(), RES_COL_N, RES_NAMES, and RES_TYPES.
Referenced by db_mysql_convert_result(), and db_mysql_fetch_result().


1.7.1