The Battle for Wesnoth  1.19.0-dev
Classes | Typedefs
dbconn.hpp File Reference
#include "config.hpp"
#include "server/common/resultsets/rs_base.hpp"
#include "server/common/resultsets/ban_check.hpp"
#include "server/common/simple_wml.hpp"
#include <mysql/mysql.h>
#include "mariadb++/account.hpp"
#include "mariadb++/connection.hpp"
#include "mariadb++/statement.hpp"
#include "mariadb++/result_set.hpp"
#include "mariadb++/exceptions.hpp"
#include <vector>
#include <unordered_map>
Include dependency graph for dbconn.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dbconn
 This class is responsible for handling the database connections as well as executing queries and handling any results. More...
 

Typedefs

typedef std::vector< std::variant< bool, int, long, unsigned long long, std::string, const char * > > sql_parameters
 

Typedef Documentation

◆ sql_parameters

typedef std::vector<std::variant<bool, int, long, unsigned long long, std::string, const char*> > sql_parameters

Definition at line 32 of file dbconn.hpp.