#include <StoragePlan.h>
Public Attributes | |
| std::string | name |
| std::string | topic |
| std::string | table |
| std::vector< ColumnMapping > | columns |
Definition at line 38 of file StoragePlan.h.
| std::vector<ColumnMapping> mqtt::mqttstore::lib::StoragePlan::Projection::columns |
Definition at line 42 of file StoragePlan.h.
| std::string mqtt::mqttstore::lib::StoragePlan::Projection::name |
Definition at line 39 of file StoragePlan.h.
Referenced by mqtt::mqttstore::lib::MariaDbStorage::buildProjectionInsertSql().
| std::string mqtt::mqttstore::lib::StoragePlan::Projection::table |
Definition at line 41 of file StoragePlan.h.
Referenced by mqtt::mqttstore::lib::MariaDbStorage::buildProjectionInsertSql().
| std::string mqtt::mqttstore::lib::StoragePlan::Projection::topic |
Definition at line 40 of file StoragePlan.h.