Asterisk - The Open Source Telephony Project GIT-master-0bf3178
|
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 acf_transaction_write(), ast_odbc_find_table(), commit_exec(), config_odbc_prepare(), connection_dead(), create_transaction(), custom_prepare(), execute(), execute_cb(), generic_prepare(), length_determination_odbc_prepare(), load_config(), odbc_obj_connect(), odbc_obj_disconnect(), release_transaction(), rollback_exec(), and update2_prepare().
struct { ... } list |
Referenced by ast_odbc_find_table(), and odbc_class_destructor().
struct odbc_obj* next |
Definition at line 55 of file res_odbc.h.
struct odbc_class* parent |
Information about the connection is protected
Definition at line 48 of file res_odbc.h.
Referenced by _ast_odbc_request_obj2(), 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(), ast_odbc_retrieve_transaction_obj(), ast_odbc_smart_execute(), create_transaction(), and odbc_obj_connect().
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().