![]() |
droplet 1.3.0
A multipurpose Discord bot with the hacker in mind
|
#include <NotificationRepository.hpp>
Public Member Functions | |
| NotificationRepository () | |
| NotificationRepository (DatabaseExecutor &executor) | |
| bool | create (const NotificationDTO &object) noexcept override |
| bool | remove (size_t id) noexcept override |
| NotificationDTO | get (size_t id) const noexcept override |
| bool | update (const NotificationDTO &object) noexcept override |
| std::vector< NotificationDTO > | getAll () const noexcept |
| Public Member Functions inherited from IRepositoryReader< NotificationDTO > | |
| virtual | ~IRepositoryReader ()=default |
| Public Member Functions inherited from IRepositoryWriter< NotificationDTO > | |
| virtual | ~IRepositoryWriter ()=default |
| NotificationRepository::NotificationRepository | ( | ) |
|
explicit |
|
nodiscardoverridevirtualnoexcept |
Implements IRepositoryWriter< NotificationDTO >.
|
nodiscardoverridevirtualnoexcept |
Implements IRepositoryReader< NotificationDTO >.
|
nodiscardnoexcept |
|
nodiscardoverridevirtualnoexcept |
Implements IRepositoryWriter< NotificationDTO >.
|
nodiscardoverridevirtualnoexcept |
Implements IRepositoryWriter< NotificationDTO >.