Data Fields | |
unsigned int | backslash_is_escape:1 |
unsigned int | count |
unsigned int | delme:1 |
char | dsn [80] |
SQLHENV | env |
unsigned int | haspool:1 |
unsigned int | idlecheck |
unsigned int | limit |
struct { | |
odbc_class * next | |
} | list |
char | name [80] |
ao2_container * | obj_container |
char * | password |
char * | sanitysql |
char * | username |
Definition at line 52 of file res_odbc.c.
unsigned int backslash_is_escape |
unsigned int count |
Definition at line 65 of file res_odbc.c.
unsigned int delme |
Definition at line 62 of file res_odbc.c.
char dsn[80] |
Definition at line 56 of file res_odbc.c.
Referenced by load_odbc_config(), odbc_obj_connect(), and odbc_obj_disconnect().
SQLHENV env |
unsigned int haspool |
Definition at line 61 of file res_odbc.c.
unsigned int idlecheck |
Definition at line 66 of file res_odbc.c.
Referenced by ast_odbc_request_obj(), and load_odbc_config().
unsigned int limit |
struct { ... } list |
Referenced by ast_odbc_clear_cache(), ast_odbc_find_column(), ast_odbc_find_table(), and destroy_table_cache().
char name[80] |
Definition at line 55 of file res_odbc.c.
Referenced by odbc_obj_connect(), odbc_obj_disconnect(), and odbc_register_class().
struct odbc_class* next |
Definition at line 54 of file res_odbc.c.
struct ao2_container* obj_container |
Definition at line 67 of file res_odbc.c.
char* password |
char* sanitysql |
Definition at line 59 of file res_odbc.c.
Referenced by ast_odbc_sanity_check(), and load_odbc_config().
char* username |