Data Fields | |
unsigned int | backslash_is_escape:1 |
unsigned int | count:10 |
unsigned int | delme:1 |
char | dsn [80] |
SQLHENV | env |
unsigned int | haspool:1 |
unsigned int | idlecheck |
unsigned int | limit:10 |
struct { | |
odbc_class * next | |
} | list |
char | name [80] |
struct { | |
odbc_obj * first | |
odbc_obj * last | |
ast_mutex_t lock | |
} | odbc_obj |
char | password [80] |
char | username [80] |
Definition at line 58 of file res_odbc.c.
unsigned int backslash_is_escape |
unsigned int count |
Definition at line 68 of file res_odbc.c.
unsigned int delme |
Definition at line 69 of file res_odbc.c.
char dsn[80] |
Definition at line 62 of file res_odbc.c.
Referenced by load_odbc_config(), odbc_obj_connect(), and odbc_obj_disconnect().
SQLHENV env |
Definition at line 72 of file res_odbc.c.
unsigned int haspool |
Definition at line 66 of file res_odbc.c.
unsigned int idlecheck |
Definition at line 71 of file res_odbc.c.
Referenced by ast_odbc_request_obj(), and load_odbc_config().
Definition at line 72 of file res_odbc.c.
unsigned int limit |
struct { ... } list |
Referenced by ast_odbc_request_obj().
Definition at line 72 of file res_odbc.c.
char name[80] |
Definition at line 61 of file res_odbc.c.
Referenced by odbc_obj_connect(), odbc_obj_disconnect(), and odbc_register_class().
struct odbc_class* next |
Definition at line 60 of file res_odbc.c.
struct { ... } odbc_obj |
char password[80] |
char username[80] |