Module: DB_POSTGRES :: the PostgreSQL driver for Kamailio. More...
#include <stdio.h>
#include "../../sr_module.h"
#include "../../db/db_con.h"
#include "../../db/db.h"
#include "dbase.h"

Go to the source code of this file.
Functions | |
| MODULE_VERSION int | db_postgres_bind_api (db_func_t *dbb) |
| static int | mod_init (void) |
Variables | |
| static cmd_export_t | cmds [] |
| struct module_exports | exports |
Module: DB_POSTGRES :: the PostgreSQL driver for Kamailio.
Definition in file db_postgres.c.
| int db_postgres_bind_api | ( | db_func_t * | dbb | ) |
Definition at line 81 of file db_postgres.c.
References db_func::close, db_postgres_close(), db_postgres_delete(), db_postgres_fetch_result(), db_postgres_free_result(), db_postgres_init(), db_postgres_insert(), db_postgres_query(), db_postgres_raw_query(), db_postgres_update(), db_postgres_use_table(), db_func::delete, db_func::fetch_result, db_func::free_result, db_func::init, db_func::insert, NULL, db_func::query, db_func::raw_query, db_func::update, and db_func::use_table.
| static int mod_init | ( | void | ) | [static] |
Definition at line 76 of file db_postgres.c.
cmd_export_t cmds[] [static] |
Initial value:
{
{"db_bind_api", (cmd_function)db_postgres_bind_api, 0, 0, 0, 0},
{0,0,0,0,0,0}
}
Definition at line 53 of file db_postgres.c.
| struct module_exports exports |
Definition at line 60 of file db_postgres.c.
1.5.6