| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
#include <dbpool_p.h>
Data Fields | |
| void *(* | open )(const DBConf *conf) | 
| void(* | close )(void *conn) | 
| int(* | check )(void *conn) | 
| void(* | conf_destroy )(DBConf *conf) | 
| int(* | select )(void *conn, const Octstr *sql, List *binds, List **result) | 
| int(* | update )(void *conn, const Octstr *sql, List *binds) | 
Definition at line 67 of file dbpool_p.h.
| int(* db_ops::check) (void *conn) | 
Definition at line 83 of file dbpool_p.h.
| void(* db_ops::close) (void *conn) | 
Definition at line 77 of file dbpool_p.h.
| void(* db_ops::conf_destroy) (DBConf *conf) | 
Definition at line 87 of file dbpool_p.h.
| void*(* db_ops::open) (const DBConf *conf) | 
Definition at line 73 of file dbpool_p.h.
Definition at line 99 of file dbpool_p.h.
Definition at line 106 of file dbpool_p.h.