droplet 1.3.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
Database.hpp File Reference
#include <iostream>
#include <string>
#include <vector>
#include "DatabaseBackend.hpp"
#include "RowDTOAdapter.hpp"
Include dependency graph for Database.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Database

Namespaces

namespace  database

Functions

template<typename... Types>
bool database::execQuery (const std::string &query, Types &&... args) noexcept
 executes a query on the database
template<typename... Types>
RowDTOAdapter database::execSelect (const std::string &query, Types &&... args) noexcept
 executes a Select on the database
template<typename... Types>
std::vector< RowDTOAdapterdatabase::execSelectAll (const std::string &query, Types &&... args) noexcept
 executes a Select on the database