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


Go to the source code of this file.
Functions | |
| int | dbt_get_result (db_con_t *_h, db_res_t **_r) |
| int | dbt_use_table (db_con_t *_h, const str *_t) |
Definition at line 252 of file dbt_api.c.
References db_new_result(), DBT_CON_RESULT, dbt_convert_result(), LM_ERR, and pkg_free.
Referenced by dbt_query().
1.5.6