|
RTS API Documentation
1.10.11
|
#include <switch_core.h>
Collaboration diagram for switch_cache_db_odbc_options_t:Data Fields | |
| char * | dsn |
| char * | user |
| char * | pass |
Definition at line 2590 of file switch_core.h.
| char* switch_cache_db_odbc_options_t::dsn |
Definition at line 2591 of file switch_core.h.
Referenced by _switch_cache_db_get_db_handle(), and _switch_cache_db_get_db_handle_dsn_ex().
| char* switch_cache_db_odbc_options_t::pass |
Definition at line 2593 of file switch_core.h.
Referenced by _switch_cache_db_get_db_handle(), and _switch_cache_db_get_db_handle_dsn_ex().
| char* switch_cache_db_odbc_options_t::user |
Definition at line 2592 of file switch_core.h.
Referenced by _switch_cache_db_get_db_handle(), and _switch_cache_db_get_db_handle_dsn_ex().
1.8.13