![]() |
droplet 1.3.0
A multipurpose Discord bot with the hacker in mind
|
Functions | |
| template<typename... Types> | |
| bool | execQuery (const std::string &query, Types &&... args) noexcept |
| executes a query on the database | |
| template<typename... Types> | |
| RowDTOAdapter | execSelect (const std::string &query, Types &&... args) noexcept |
| executes a Select on the database | |
| template<typename... Types> | |
| std::vector< RowDTOAdapter > | execSelectAll (const std::string &query, Types &&... args) noexcept |
| executes a Select on the database | |
|
nodiscardnoexcept |
executes a query on the database
| query | SQL query to be executed |
| args | the arguments the query takes |
|
nodiscardnoexcept |
executes a Select on the database
| query | SQL select query to be executed |
| args | the arguments the query takes |
|
nodiscardnoexcept |
executes a Select on the database
| query | SQL select query to be executed |
| args | the arguments the query takes |