#include <res_odbc.h>
Public Member Functions | |
AST_LIST_ENTRY (odbc_obj) list | |
Data Fields | |
SQLHDBC | con |
ast_mutex_t | lock |
struct odbc_class * | parent |
unsigned int | up:1 |
unsigned int | used:1 |
Definition at line 36 of file res_odbc.h.
AST_LIST_ENTRY | ( | odbc_obj | ) |
SQLHDBC con |
Definition at line 38 of file res_odbc.h.
Referenced by ast_odbc_sanity_check(), config_odbc_prepare(), custom_prepare(), generic_prepare(), odbc_obj_connect(), and odbc_obj_disconnect().
Definition at line 37 of file res_odbc.h.
Referenced by ast_odbc_request_obj(), ast_odbc_smart_execute(), odbc_obj_connect(), odbc_obj_disconnect(), and reload().
struct odbc_class* parent [read] |
Definition at line 39 of file res_odbc.h.
Referenced by ast_odbc_request_obj(), odbc_obj_connect(), and odbc_obj_disconnect().
unsigned int up |
Definition at line 41 of file res_odbc.h.
Referenced by ast_odbc_prepare_and_execute(), ast_odbc_sanity_check(), ast_odbc_smart_execute(), odbc_obj_connect(), odbc_obj_disconnect(), and odbc_show_command().
unsigned int used |
Definition at line 40 of file res_odbc.h.
Referenced by ast_odbc_release_obj(), and ast_odbc_request_obj().