Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

DBPoolConn Struct Reference

#include <dbpool.h>

Collaboration diagram for DBPoolConn:

Collaboration graph
[legend]

Data Fields

void * conn
DBPoolpool

Field Documentation

void* DBPoolConn::conn
 

Definition at line 93 of file dbpool.h.

Referenced by dbpool_check(), dbpool_conn_consume(), dbpool_conn_destroy(), dbpool_conn_produce(), dbpool_conn_select(), dbpool_conn_update(), dbpool_increase(), mysql_client_thread(), mysql_select(), mysql_update(), and sqlite3_client_thread().

DBPool* DBPoolConn::pool
 

Definition at line 94 of file dbpool.h.

Referenced by dbpool_conn_destroy(), dbpool_conn_produce(), dbpool_conn_select(), dbpool_conn_update(), and dbpool_increase().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.