Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <sqlbox_sql.h>
Data Fields | |
Octstr * | type |
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) |
Definition at line 13 of file sqlbox_sql.h.
void(* server_type::sql_enter) (Cfg *) |
Definition at line 15 of file sqlbox_sql.h.
Msg*(* server_type::sql_fetch_msg) () |
Definition at line 17 of file sqlbox_sql.h.
int(* server_type::sql_fetch_msg_list) (List *, long) |
Definition at line 19 of file sqlbox_sql.h.
void(* server_type::sql_leave) () |
Definition at line 16 of file sqlbox_sql.h.
Definition at line 20 of file sqlbox_sql.h.
Definition at line 18 of file sqlbox_sql.h.
Octstr* server_type::type |
Definition at line 14 of file sqlbox_sql.h.