Mon Mar 12 2012 21:48:18

Asterisk developer's documentation


odbc_cache_tables Struct Reference

#include <res_odbc.h>

Collaboration diagram for odbc_cache_tables:

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 75 of file res_odbc.h.


Member Function Documentation

AST_LIST_ENTRY ( odbc_cache_tables  )

Field Documentation

char* connection

Definition at line 76 of file res_odbc.h.

Referenced by ast_odbc_clear_cache(), and ast_odbc_find_table().

char* table

Definition at line 77 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: