Asterisk - The Open Source Telephony Project GIT-master-0a46be9
|
Data Fields | |
const char * | database |
const struct ast_variable * | lookup_fields |
const char * | table |
struct odbc_cache_tables * | tableptr |
const struct ast_variable * | update_fields |
Definition at line 607 of file res_config_odbc.c.
const char* database |
Definition at line 608 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().
const struct ast_variable* lookup_fields |
Definition at line 610 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().
const char* table |
Definition at line 609 of file res_config_odbc.c.
Referenced by update2_prepare().
struct odbc_cache_tables* tableptr |
Definition at line 612 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().
const struct ast_variable* update_fields |
Definition at line 611 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().