Asterisk - The Open Source Telephony Project  18.5.0
Data Structures | Public Member Functions | Data Fields
odbc_cache_tables Struct Reference

#include <res_odbc.h>

Collaboration diagram for odbc_cache_tables:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 70 of file res_odbc.h.

Member Function Documentation

◆ AST_LIST_ENTRY()

AST_LIST_ENTRY ( odbc_cache_tables  )

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().

◆ 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().


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