|
ORE Studio 0.0.4
|
Reads and writes floating index types to data storage. More...
#include <floating_index_type_repository.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| std::string | sql () |
| void | write (context ctx, const domain::floating_index_type &v) |
| void | write (context ctx, const std::vector< domain::floating_index_type > &v) |
| std::vector< domain::floating_index_type > | read_latest (context ctx) |
| std::vector< domain::floating_index_type > | read_latest (context ctx, const std::string &code) |
| std::vector< domain::floating_index_type > | read_all (context ctx, const std::string &code) |
| void | remove (context ctx, const std::string &code) |
| void | remove (context ctx, const std::vector< std::string > &codes) |
| Deletes floating index types by closing their temporal validity. | |
Reads and writes floating index types to data storage.