Asterisk - The Open Source Telephony Project GIT-master-a63eec2
Loading...
Searching...
No Matches
Data Fields
acf_odbc_query Struct Reference
Collaboration diagram for acf_odbc_query:
Collaboration graph
[legend]

Data Fields

struct ast_custom_functionacf
 
unsigned int flags
 
struct { 
 
   struct acf_odbc_query *   next 
 
list 
 
int minargs
 
char readhandle [5][30]
 
int rowlimit
 
char * sql_insert
 
char * sql_read
 
char * sql_write
 
char writehandle [5][30]
 

Detailed Description

Definition at line 145 of file func_odbc.c.

Field Documentation

◆ acf

struct ast_custom_function* acf

◆ flags

unsigned int flags

Definition at line 152 of file func_odbc.c.

◆ [struct]

struct { ... } list

Referenced by load_module(), reload(), and unload_module().

◆ minargs

int minargs

Definition at line 154 of file func_odbc.c.

Referenced by acf_odbc_read(), and acf_odbc_write().

◆ next

struct acf_odbc_query* next

Definition at line 146 of file func_odbc.c.

◆ readhandle

char readhandle[5][30]

Definition at line 147 of file func_odbc.c.

Referenced by acf_odbc_read(), and cli_odbc_read().

◆ rowlimit

int rowlimit

Definition at line 153 of file func_odbc.c.

Referenced by acf_odbc_read().

◆ sql_insert

char* sql_insert

Definition at line 151 of file func_odbc.c.

Referenced by acf_odbc_write(), and free_acf_query().

◆ sql_read

char* sql_read

Definition at line 149 of file func_odbc.c.

Referenced by acf_odbc_read(), cli_odbc_read(), and free_acf_query().

◆ sql_write

char* sql_write

Definition at line 150 of file func_odbc.c.

Referenced by acf_odbc_write(), cli_odbc_write(), and free_acf_query().

◆ writehandle

char writehandle[5][30]

Definition at line 148 of file func_odbc.c.

Referenced by acf_odbc_write(), and cli_odbc_write().


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