Asterisk - The Open Source Telephony Project
18.5.0
|
ODBC container. More...
#include <res_odbc.h>
Data Fields | |
SQLHDBC | con |
char | file [80] |
char | function [80] |
int | lineno |
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().
char file[80] |
Definition at line 50 of file res_odbc.h.
char function[80] |
Definition at line 51 of file res_odbc.h.
int lineno |
Definition at line 52 of file res_odbc.h.
struct { ... } list |
struct odbc_obj* next |
Definition at line 55 of file res_odbc.h.
Referenced by free_zone().
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().