#include <res_odbc.h>
Data Fields | |
odbc_cache_tables::_columns | columns |
char * | connection |
struct { | |
odbc_cache_tables * next | |
} | list |
char * | table |
Data Structures | |
struct | _columns |
Definition at line 75 of file res_odbc.h.
Referenced by ast_odbc_find_table(), and require_odbc().
char* connection |
Definition at line 76 of file res_odbc.h.
Referenced by ast_odbc_clear_cache(), and ast_odbc_find_table().
struct { ... } list |
struct odbc_cache_tables* next |
Definition at line 79 of file res_odbc.h.
char* table |
Definition at line 77 of file res_odbc.h.
Referenced by ast_odbc_clear_cache(), and ast_odbc_find_table().