FreeSWITCH API Documentation  1.7.0
Data Fields
switch_cache_db_connection_options_t Union Reference

#include <switch_core.h>

+ Collaboration diagram for switch_cache_db_connection_options_t:

Data Fields

switch_cache_db_core_db_options_t core_db_options
 
switch_cache_db_odbc_options_t odbc_options
 
switch_cache_db_pgsql_options_t pgsql_options
 

Detailed Description

Definition at line 2472 of file switch_core.h.

Field Documentation

switch_cache_db_core_db_options_t switch_cache_db_connection_options_t::core_db_options

Definition at line 2473 of file switch_core.h.

Referenced by _switch_cache_db_get_db_handle_dsn().

switch_cache_db_odbc_options_t switch_cache_db_connection_options_t::odbc_options

Definition at line 2474 of file switch_core.h.

Referenced by _switch_cache_db_get_db_handle_dsn().

switch_cache_db_pgsql_options_t switch_cache_db_connection_options_t::pgsql_options

Definition at line 2475 of file switch_core.h.

Referenced by _switch_cache_db_get_db_handle_dsn().


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