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


Go to the source code of this file.
Functions | |
| int | db_unixodbc_convert_result (const db_con_t *_h, db_res_t *_r) |
| int | db_unixodbc_get_columns (const db_con_t *_h, db_res_t *_r) |
Fill the result structure with data from the database.
| _h | database handle | |
| _r | result structure |
Definition at line 257 of file db_unixodbc/res.c.
References db_free_columns(), db_unixodbc_convert_rows(), db_unixodbc_get_columns(), and LM_ERR.
Referenced by db_unixodbc_store_result().
Definition at line 46 of file db_unixodbc/res.c.
References CON_RESULT, db_allocate_columns(), DB_BIGINT, DB_BLOB, DB_DATETIME, DB_DOUBLE, db_free_columns(), DB_INT, DB_STRING, db_unixodbc_extract_error(), len, LM_DBG, LM_ERR, LM_WARN, NULL, pkg_malloc, RES_COL_N, RES_NAMES, RES_TYPES, and s.
Referenced by db_unixodbc_convert_result(), and db_unixodbc_fetch_result().
1.5.6