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

#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)
 

Detailed Description

Definition at line 67 of file dbpool_p.h.

Field Documentation

◆ check

int(* db_ops::check) (void *conn)

Definition at line 83 of file dbpool_p.h.

◆ close

void(* db_ops::close) (void *conn)

Definition at line 77 of file dbpool_p.h.

◆ conf_destroy

void(* db_ops::conf_destroy) (DBConf *conf)

Definition at line 87 of file dbpool_p.h.

◆ open

void*(* db_ops::open) (const DBConf *conf)

Definition at line 73 of file dbpool_p.h.

◆ select

int(* db_ops::select) (void *conn, const Octstr *sql, List *binds, List **result)

Definition at line 99 of file dbpool_p.h.

◆ update

int(* db_ops::update) (void *conn, const Octstr *sql, List *binds)

Definition at line 106 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.