Kannel: Open Source WAP and SMS gateway  svn-r5335
DBPool Struct Reference

#include <dbpool_p.h>

Data Fields

Listpool
 
unsigned int max_size
 
unsigned int curr_size
 
DBConfconf
 
struct db_opsdb_ops
 
enum db_type db_type
 

Detailed Description

Definition at line 109 of file dbpool_p.h.

Field Documentation

◆ conf

DBConf* DBPool::conf

Definition at line 114 of file dbpool_p.h.

◆ curr_size

unsigned int DBPool::curr_size

Definition at line 113 of file dbpool_p.h.

◆ db_ops

struct db_ops* DBPool::db_ops

Definition at line 115 of file dbpool_p.h.

◆ db_type

enum db_type DBPool::db_type

Definition at line 116 of file dbpool_p.h.

◆ max_size

unsigned int DBPool::max_size

Definition at line 112 of file dbpool_p.h.

◆ pool

List* DBPool::pool

Definition at line 111 of file dbpool_p.h.


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.