Asterisk - The Open Source Telephony Project
18.5.0
|
#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_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().
char* table |
Definition at line 72 of file res_odbc.h.
Referenced by ast_odbc_clear_cache(), ast_odbc_find_table(), and destroy_table_cache().