ANNA Suite
2020b
Multipurpose development suite for Telco applications
include
anna
dbms.mysql
forward.hpp
Go to the documentation of this file.
1
// ANNA - Anna is Not Nothingness Anymore //
2
// //
3
// (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo //
4
// //
5
// See project site at http://redmine.teslayout.com/projects/anna-suite //
6
// See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
7
8
9
#ifndef anna_dbms_mysql_forward_hpp
10
#define anna_dbms_mysql_forward_hpp
11
12
/*
13
* el MYSQL es un typedef definido sobre la estructura st_mysql
14
*/
15
struct
st_mysql;
16
17
/* MYSQL_STMT */
18
struct
st_mysql_stmt;
19
20
/* MYSQL_BIND */
21
struct
st_mysql_bind;
22
23
/* MYSQL_TIME */
24
struct
st_mysql_time;
25
26
#endif
/*_anna_dbms_mysql_forward_h*/
Generated on Mon Oct 30 2023 12:15:32 for ANNA Suite by
1.8.13