FreeSWITCH API Documentation  1.7.0
Data Fields
switch_cache_db_odbc_options_t Struct Reference

#include <switch_core.h>

+ Collaboration diagram for switch_cache_db_odbc_options_t:

Data Fields

char * dsn
 
char * user
 
char * pass
 

Detailed Description

Definition at line 2462 of file switch_core.h.

Field Documentation

char* switch_cache_db_odbc_options_t::dsn

Definition at line 2463 of file switch_core.h.

Referenced by _switch_cache_db_get_db_handle_dsn().

char* switch_cache_db_odbc_options_t::pass

Definition at line 2465 of file switch_core.h.

Referenced by _switch_cache_db_get_db_handle_dsn().

char* switch_cache_db_odbc_options_t::user

Definition at line 2464 of file switch_core.h.

Referenced by _switch_cache_db_get_db_handle_dsn().


The documentation for this struct was generated from the following file: