FreeSWITCH API Documentation
1.7.0
|
#include <switch_core.h>
Data Fields | |
switch_core_db_t * | core_db_dbh |
switch_odbc_handle_t * | odbc_dbh |
switch_pgsql_handle_t * | pgsql_dbh |
Definition at line 2452 of file switch_core.h.
switch_core_db_t* switch_cache_db_native_handle_t::core_db_dbh |
Definition at line 2453 of file switch_core.h.
Referenced by _switch_cache_db_get_db_handle(), sql_close(), and switch_cache_db_execute_sql_real().
switch_odbc_handle_t* switch_cache_db_native_handle_t::odbc_dbh |
Definition at line 2454 of file switch_core.h.
Referenced by _switch_cache_db_get_db_handle(), do_trans(), sql_close(), and switch_cache_db_execute_sql_real().
switch_pgsql_handle_t* switch_cache_db_native_handle_t::pgsql_dbh |
Definition at line 2455 of file switch_core.h.
Referenced by _switch_cache_db_get_db_handle(), do_trans(), sql_close(), and switch_cache_db_execute_sql_real().