db_oracle.c File Reference

#include <sys/time.h>
#include <oci.h>
#include "../../sr_module.h"
#include "../../db/db.h"
#include "dbase.h"
#include "asynch.h"

Include dependency graph for db_oracle.c:

Go to the source code of this file.

Functions

static int db_oracle_bind_api (db_func_t *dbb)
static void destroy (void)
static int oracle_mod_init (void)

Variables

static MODULE_VERSION cmd_export_t cmds []
struct module_exports exports
static param_export_t params []


Function Documentation

static int db_oracle_bind_api ( db_func_t dbb  )  [static]

static void destroy ( void   )  [static]

Definition at line 89 of file db_oracle.c.

References LM_INFO.

static int oracle_mod_init ( void   )  [static]

Definition at line 78 of file db_oracle.c.

References LM_DBG, patch(), and port.


Variable Documentation

MODULE_VERSION cmd_export_t cmds[] [static]

Initial value:

 {
   {"db_bind_api",         (cmd_function)db_oracle_bind_api,    0, 0, 0, 0},
   {0, 0, 0, 0, 0, 0}
}

Definition at line 46 of file db_oracle.c.

Definition at line 62 of file db_oracle.c.

param_export_t params[] [static]

Initial value:

 {
   {"timeout", STR_PARAM|USE_FUNC_PARAM, (void*)&set_timeout },
   {"reconnect",  STR_PARAM|USE_FUNC_PARAM, (void*)&set_reconnect },
   {0, 0, 0}
}

Definition at line 55 of file db_oracle.c.


Generated on Tue May 22 14:00:35 2012 for Kamailio - The Open Source SIP Server by  doxygen 1.5.6