Asterisk - The Open Source Telephony Project GIT-master-27fb039
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Structures | Data Fields
odbc_cache_tables Struct Reference

#include <res_odbc.h>

Collaboration diagram for odbc_cache_tables:
Collaboration graph
[legend]

Data Structures

struct  _columns
 

Data Fields

struct odbc_cache_tables::_columns columns
 
char * connection
 
struct { 
 
   struct odbc_cache_tables *   next 
 
list 
 
char * table
 

Detailed Description

Definition at line 70 of file res_odbc.h.

Field Documentation

◆ columns

◆ connection

char* connection

Definition at line 71 of file res_odbc.h.

Referenced by ast_odbc_clear_cache(), and ast_odbc_find_table().

◆ [struct]

struct { ... } list

Referenced by ast_odbc_clear_cache().

◆ next

struct odbc_cache_tables* next

Definition at line 74 of file res_odbc.h.

◆ table

char* table

The documentation for this struct was generated from the following file: