Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
odbc_obj Struct Reference

ODBC container. More...

#include <res_odbc.h>

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

SQLHDBC con

ODBC Connection Handle

Definition at line 47 of file res_odbc.h.

Referenced by ast_odbc_find_table(), connection_dead(), and execute().

struct odbc_class* parent
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: