Namespaces | |
namespace | 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 > ¶ms_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) |