#include <DatabaseExecutor.hpp>
Executes queries/transactions against a connection provided by IDatabaseConnectionProvider.
◆ DatabaseExecutor() [1/2]
◆ DatabaseExecutor() [2/2]
◆ application_instance()
◆ execQuery()
template<typename... Types>
| bool DatabaseExecutor::execQuery |
( |
const std::string & | query, |
|
|
Types &&... | args ) |
|
nodiscardnoexcept |
◆ execSelect()
template<typename... Types>
| RowDTOAdapter DatabaseExecutor::execSelect |
( |
const std::string & | query, |
|
|
Types &&... | args ) |
|
nodiscardnoexcept |
◆ execSelectAll()
template<typename... Types>
| std::vector< RowDTOAdapter > DatabaseExecutor::execSelectAll |
( |
const std::string & | query, |
|
|
Types &&... | args ) |
|
nodiscardnoexcept |
◆ hasConnection()
| bool DatabaseExecutor::hasConnection |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
◆ operator=()
The documentation for this class was generated from the following files: