Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 602 of file res_config_odbc.c.
const char* database |
Definition at line 603 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().
const struct ast_variable* lookup_fields |
Definition at line 605 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().
const char* table |
Definition at line 604 of file res_config_odbc.c.
Referenced by update2_prepare().
struct odbc_cache_tables* tableptr |
Definition at line 607 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().
const struct ast_variable* update_fields |
Definition at line 606 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().