FreeSWITCH API Documentation
1.7.0
|
#include <switch_core.h>
Data Fields | |
char * | dsn |
char * | user |
char * | pass |
Definition at line 2462 of file switch_core.h.
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().