#include <db_pool.h>

Data Fields | |
| struct db_id * | id |
| struct pool_con * | next |
| unsigned int | ref |
Definition at line 45 of file db_pool.h.
Connection identifier
Definition at line 46 of file db_pool.h.
Referenced by db_oracle_free_connection(), db_oracle_new_connection(), and pool_get().
Next element in the pool
Definition at line 48 of file db_pool.h.
Referenced by pool_get(), pool_insert(), and pool_remove().
| unsigned int ref |
Reference count
Definition at line 47 of file db_pool.h.
Referenced by db_oracle_new_connection(), pool_get(), and pool_remove().
1.5.6