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

#include <sqlbox_sql.h>

Data Fields

Octstrtype
 
void(* sql_enter )(Cfg *)
 
void(* sql_leave )()
 
Msg *(* sql_fetch_msg )()
 
void(* sql_save_msg )(Msg *, Octstr *)
 
int(* sql_fetch_msg_list )(List *, long)
 
void(* sql_save_list )(List *, Octstr *, int)
 

Detailed Description

Definition at line 13 of file sqlbox_sql.h.

Field Documentation

◆ sql_enter

void(* server_type::sql_enter) (Cfg *)

Definition at line 15 of file sqlbox_sql.h.

◆ sql_fetch_msg

Msg*(* server_type::sql_fetch_msg) ()

Definition at line 17 of file sqlbox_sql.h.

◆ sql_fetch_msg_list

int(* server_type::sql_fetch_msg_list) (List *, long)

Definition at line 19 of file sqlbox_sql.h.

◆ sql_leave

void(* server_type::sql_leave) ()

Definition at line 16 of file sqlbox_sql.h.

◆ sql_save_list

void(* server_type::sql_save_list) (List *, Octstr *, int)

Definition at line 20 of file sqlbox_sql.h.

◆ sql_save_msg

void(* server_type::sql_save_msg) (Msg *, Octstr *)

Definition at line 18 of file sqlbox_sql.h.

◆ type

Octstr* server_type::type

Definition at line 14 of file sqlbox_sql.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.