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

DBPool Struct Reference

#include <dbpool_p.h>

Collaboration diagram for DBPool:

Collaboration graph
[legend]

Data Fields

Listpool
unsigned int max_size
unsigned int curr_size
DBConfconf
db_opsdb_ops

Field Documentation

DBConf* DBPool::conf
 

Definition at line 114 of file dbpool_p.h.

Referenced by dbpool_create(), dbpool_destroy(), and dbpool_increase().

unsigned int DBPool::curr_size
 

Definition at line 113 of file dbpool_p.h.

Referenced by dbpool_check(), dbpool_conn_consume(), dbpool_create(), dbpool_decrease(), and dbpool_increase().

struct db_ops* DBPool::db_ops
 

Definition at line 115 of file dbpool_p.h.

Referenced by dbpool_check(), dbpool_conn_consume(), dbpool_conn_destroy(), dbpool_conn_select(), dbpool_conn_update(), dbpool_create(), dbpool_decrease(), dbpool_destroy(), and dbpool_increase().

unsigned int DBPool::max_size
 

Definition at line 112 of file dbpool_p.h.

Referenced by dbpool_conn_consume(), dbpool_create(), and dbpool_increase().

List* DBPool::pool
 

Definition at line 111 of file dbpool_p.h.

Referenced by dbpool_check(), dbpool_conn_consume(), dbpool_conn_count(), dbpool_conn_produce(), dbpool_create(), dbpool_decrease(), dbpool_destroy(), 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.