RTS API Documentation
1.10.11
|
#include <switch_core.h>
Data Fields | |
const char * | original_dsn |
char * | connection_string |
char | prefix [16] |
switch_database_interface_t * | database_interface |
switch_bool_t | make_module_no_unloadable |
Definition at line 2585 of file switch_core.h.
char* switch_cache_db_database_interface_options_t::connection_string |
Definition at line 2587 of file switch_core.h.
Referenced by _switch_cache_db_get_db_handle(), and _switch_cache_db_get_db_handle_dsn_ex().
switch_database_interface_t* switch_cache_db_database_interface_options_t::database_interface |
Definition at line 2589 of file switch_core.h.
Referenced by _switch_cache_db_get_db_handle(), _switch_cache_db_get_db_handle_dsn_ex(), do_trans(), sql_close(), switch_cache_db_affected_rows(), switch_cache_db_database_interface_flush_handles(), switch_cache_db_execute_sql2str(), switch_cache_db_execute_sql_callback(), switch_cache_db_execute_sql_callback_err(), switch_cache_db_execute_sql_event_callback(), switch_cache_db_execute_sql_event_callback_err(), switch_cache_db_execute_sql_real(), switch_cache_db_persistant_execute_trans_full(), and switch_cache_db_test_reactive_ex().
switch_bool_t switch_cache_db_database_interface_options_t::make_module_no_unloadable |
Definition at line 2590 of file switch_core.h.
Referenced by _switch_cache_db_get_db_handle(), and _switch_cache_db_get_db_handle_dsn_ex().
const char* switch_cache_db_database_interface_options_t::original_dsn |
Definition at line 2586 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_database_interface_options_t::prefix[16] |
Definition at line 2588 of file switch_core.h.
Referenced by _switch_cache_db_get_db_handle(), _switch_cache_db_get_db_handle_dsn_ex(), and switch_cache_db_execute_sql_real().