Asterisk - The Open Source Telephony Project
21.4.1
|
ODBC container. More...
#include <res_odbc.h>
Data Fields | |
SQLHDBC | con |
struct { | |
struct odbc_obj * next | |
} | list |
struct odbc_class * | parent |
char * | sql_text |
ODBC container.
Definition at line 46 of file res_odbc.h.
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 |
Information about the connection is protected
Definition at line 48 of file res_odbc.h.
Referenced by ast_odbc_backslash_is_escape(), ast_odbc_direct_execute(), ast_odbc_execute_sql(), ast_odbc_prepare(), ast_odbc_prepare_and_execute(), ast_odbc_release_obj(), and ast_odbc_smart_execute().
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().