| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <res_odbc.h>

| Data Structures | |
| struct | _columns | 
| Data Fields | ||
| struct odbc_cache_tables::_columns | columns | |
| char * | connection | |
| struct { | ||
| struct odbc_cache_tables * next | ||
| } | list | |
| char * | table | |
Definition at line 70 of file res_odbc.h.
Referenced by ast_odbc_find_column(), ast_odbc_find_table(), destroy_table_cache(), 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().
| struct { ... } list | 
Referenced by ast_odbc_clear_cache().
| struct odbc_cache_tables* next | 
Definition at line 74 of file res_odbc.h.
| char* table | 
Definition at line 72 of file res_odbc.h.
Referenced by ast_odbc_clear_cache(), ast_odbc_find_table(), destroy_table_cache(), reload(), and require_odbc().