MeteoIODoc  2.10.0
libMysqlWrapper.cc File Reference
#include <meteoio/plugins/libMysqlWrapper.h>
#include <meteoio/IOExceptions.h>
#include <stdio.h>

Namespaces

 mysql_wrp
 

Functions

MYSQL * mysql_wrp::initMysql (const std::string &mysqlhost, const std::string &mysqluser, const std::string &mysqlpass, const std::string &mysqldb, const unsigned int &options)
 
MYSQL_STMT * mysql_wrp::initStmt (MYSQL **mysql, const std::string &query, const long unsigned int &ref_param_count)
 
void mysql_wrp::bindParams (MYSQL_STMT **stmt, std::vector< SQL_FIELD > &params_fields)
 
void mysql_wrp::bindResults (MYSQL_STMT **stmt, std::vector< SQL_FIELD > &result_fields)
 
double mysql_wrp::retrieveData (const SQL_FIELD &field, const unsigned int &conversion)