Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
odbc_obj Struct Reference

ODBC container. More...

#include <res_odbc.h>

Collaboration diagram for odbc_obj:
Collaboration graph
[legend]

Data Fields

SQLHDBC con
 
struct {
   struct odbc_obj *   next
 
list
 
struct odbc_classparent
 
char * sql_text
 

Detailed Description

ODBC container.

Definition at line 46 of file res_odbc.h.

Field Documentation

◆ con

SQLHDBC con

◆ 

struct { ... } list

◆ next

struct odbc_obj* next

Definition at line 55 of file res_odbc.h.

◆ parent

struct odbc_class* parent

◆ sql_text

char* sql_text

The SQL text currently executing

Definition at line 54 of file res_odbc.h.

Referenced by ast_odbc_direct_execute(), ast_odbc_execute_sql(), ast_odbc_prepare(), ast_odbc_prepare_and_execute(), and ast_odbc_release_obj().


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