Asterisk - The Open Source Telephony Project  18.5.0
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 596 of file res_config_odbc.c.

Field Documentation

◆ database

const char* database

Definition at line 597 of file res_config_odbc.c.

Referenced by update2_odbc(), and update2_prepare().

◆ lookup_fields

const struct ast_variable* lookup_fields

Definition at line 599 of file res_config_odbc.c.

Referenced by update2_odbc(), and update2_prepare().

◆ table

const char* table

Definition at line 598 of file res_config_odbc.c.

Referenced by update2_prepare().

◆ tableptr

struct odbc_cache_tables* tableptr

Definition at line 601 of file res_config_odbc.c.

Referenced by update2_odbc(), and update2_prepare().

◆ update_fields

const struct ast_variable* update_fields

Definition at line 600 of file res_config_odbc.c.

Referenced by update2_odbc(), and update2_prepare().


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