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

Data Fields

struct { 
 
   struct odbc_datastore_row *   first 
 
   struct odbc_datastore_row *   last 
 
   ast_mutex_t   lock 
 
};  
 
char names [0]
 

Detailed Description

Definition at line 172 of file func_odbc.c.

Field Documentation

◆ [struct]

struct { ... }

◆ first

struct odbc_datastore_row* first

Definition at line 173 of file func_odbc.c.

◆ last

struct odbc_datastore_row* last

Definition at line 173 of file func_odbc.c.

◆ lock

Definition at line 173 of file func_odbc.c.

◆ names

char names[0]

Definition at line 174 of file func_odbc.c.

Referenced by acf_fetch().


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