Asterisk - The Open Source Telephony Project
18.5.0
|
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 596 of file res_config_odbc.c.
const char* database |
Definition at line 597 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().
const struct ast_variable* lookup_fields |
Definition at line 599 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().
const char* table |
Definition at line 598 of file res_config_odbc.c.
Referenced by update2_prepare().
struct odbc_cache_tables* tableptr |
Definition at line 601 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().
const struct ast_variable* update_fields |
Definition at line 600 of file res_config_odbc.c.
Referenced by update2_odbc(), and update2_prepare().