Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
update2_prepare_struct Struct Reference
Collaboration diagram for update2_prepare_struct:
Collaboration graph
[legend]

Data Fields

const char * database
 
const struct ast_variablelookup_fields
 
const char * table
 
struct odbc_cache_tablestableptr
 
const struct ast_variableupdate_fields
 

Detailed Description

Definition at line 602 of file res_config_odbc.c.

Field Documentation

◆ database

const char* database

Definition at line 603 of file res_config_odbc.c.

Referenced by update2_odbc(), and update2_prepare().

◆ lookup_fields

const struct ast_variable* lookup_fields

Definition at line 605 of file res_config_odbc.c.

Referenced by update2_odbc(), and update2_prepare().

◆ table

const char* table

Definition at line 604 of file res_config_odbc.c.

Referenced by update2_prepare().

◆ tableptr

struct odbc_cache_tables* tableptr

Definition at line 607 of file res_config_odbc.c.

Referenced by update2_odbc(), and update2_prepare().

◆ update_fields

const struct ast_variable* update_fields

Definition at line 606 of file res_config_odbc.c.

Referenced by update2_odbc(), and update2_prepare().


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