|
ORE Studio 0.0.4
|
Reads and writes treatment_dimensions to data storage. More...
#include <treatment_dimension_repository.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| treatment_dimension_repository (context ctx) | |
| std::string | sql () |
| void | write (const domain::treatment_dimension &dimension) |
| void | write (const std::vector< domain::treatment_dimension > &dimensions) |
| std::vector< domain::treatment_dimension > | read_latest () |
| std::vector< domain::treatment_dimension > | read_latest (const std::string &code) |
| std::vector< domain::treatment_dimension > | read_latest (std::uint32_t offset, std::uint32_t limit) |
| std::uint32_t | get_total_count () |
| std::vector< domain::treatment_dimension > | read_all (const std::string &code) |
| void | remove (const std::string &code) |
Reads and writes treatment_dimensions to data storage.