#include "../../db/db_con.h"#include "../../db/db_res.h"#include "../../db/db_row.h"


Go to the source code of this file.
Functions | |
| int | db_unixodbc_convert_row (const db_con_t *_h, const db_res_t *_res, db_row_t *_r, const unsigned long *lengths) |
| int db_unixodbc_convert_row | ( | const db_con_t * | _h, | |
| const db_res_t * | _res, | |||
| db_row_t * | _r, | |||
| const unsigned long * | lengths | |||
| ) |
Definition at line 43 of file db_unixodbc/row.c.
References CON_ROW, db_allocate_row(), db_free_row(), db_unixodbc_str2val(), LM_DBG, LM_ERR, RES_COL_N, RES_TYPES, and ROW_VALUES.
Referenced by db_unixodbc_convert_rows(), and db_unixodbc_fetch_result().
1.5.6