Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include <res_odbc.h>
Data Structures | |
struct | _columns |
Public Member Functions | |
AST_LIST_ENTRY (odbc_cache_tables) list | |
Data Fields | |
struct odbc_cache_tables::_columns | columns |
char * | connection |
char * | table |
Definition at line 70 of file res_odbc.h.
AST_LIST_ENTRY | ( | odbc_cache_tables | ) |
Referenced by ast_odbc_find_table(), and require_odbc().
char* connection |
Definition at line 71 of file res_odbc.h.
Referenced by ast_odbc_clear_cache(), and ast_odbc_find_table().
char* table |
Definition at line 72 of file res_odbc.h.
Referenced by ast_odbc_clear_cache(), and ast_odbc_find_table().