#include <metadatatable.h>
◆ MetadataTable()
MetadataTable::MetadataTable |
( |
std::shared_ptr< SQLiteStorage > |
db, |
|
|
std::string |
name |
|
) |
| |
◆ ~MetadataTable()
MetadataTable::~MetadataTable |
( |
| ) |
|
|
defaultnoexcept |
◆ dropAndCreate()
void MetadataTable::dropAndCreate |
( |
| ) |
|
◆ getMetadata()
std::string MetadataTable::getMetadata |
( |
std::string |
key | ) |
|
◆ getMetadataAs()
template<typename T >
T MetadataTable::getMetadataAs |
( |
std::string |
key | ) |
|
|
inline |
◆ setMetadata()
void MetadataTable::setMetadata |
( |
std::string |
key, |
|
|
std::string |
value |
|
) |
| |
The documentation for this class was generated from the following files:
- C:/Users/fbas/Documents/GitHub/DISPLACE_GUI/commons/storage/tables/metadatatable.h
- C:/Users/fbas/Documents/GitHub/DISPLACE_GUI/commons/storage/tables/metadatatable.cpp