#include <my_con.h>

Data Fields | |
| MYSQL * | con |
| SQLHDBC | dbc |
| SQLHENV | env |
| struct db_id * | id |
| struct pool_con * | next |
| unsigned int | ref |
| MYSQL_RES * | res |
| char ** | row |
| MYSQL_ROW | row |
| SQLHSTMT | stmt_handle |
| time_t | timestamp |
Definition at line 42 of file my_con.h.
| MYSQL* con |
Connection representation
Definition at line 48 of file my_con.h.
Referenced by db_mysql_free_connection(), and db_mysql_new_connection().
| SQLHDBC dbc |
Connection representation
Definition at line 61 of file con.h.
Referenced by db_unixodbc_free_connection(), and db_unixodbc_new_connection().
| SQLHENV env |
Environment handle
Definition at line 59 of file con.h.
Referenced by db_unixodbc_free_connection(), and db_unixodbc_new_connection().
Connection identifier
Definition at line 43 of file my_con.h.
Referenced by db_mysql_free_connection(), db_mysql_new_connection(), and db_unixodbc_new_connection().
| unsigned int ref |
Reference count
Definition at line 44 of file my_con.h.
Referenced by db_mysql_new_connection(), and db_unixodbc_new_connection().
| MYSQL_RES* res |
| SQLHSTMT stmt_handle |
| time_t timestamp |
Timestamp of last query
Definition at line 50 of file my_con.h.
Referenced by db_mysql_new_connection(), and db_unixodbc_new_connection().
1.5.6