#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>
Go to the source code of this file.
|
class | dbconn |
| This class is responsible for handling the database connections as well as executing queries and handling any results. More...
|
|
|
typedef std::vector< std::variant< bool, int, long, unsigned long long, std::string, const char * > > | sql_parameters |
|
◆ sql_parameters
typedef std::vector<std::variant<bool, int, long, unsigned long long, std::string, const char*> > sql_parameters |