#include <migration_base.hpp>
◆ Base()
| taraxa::storage::migration::Base::Base |
( |
std::shared_ptr< DbStorage > |
db | ) |
|
|
inline |
◆ ~Base()
| virtual taraxa::storage::migration::Base::~Base |
( |
| ) |
|
|
virtualdefault |
◆ apply()
◆ dbVersion()
| virtual uint32_t taraxa::storage::migration::Base::dbVersion |
( |
| ) |
|
|
pure virtual |
◆ id()
| virtual std::string taraxa::storage::migration::Base::id |
( |
| ) |
|
|
pure virtual |
◆ isApplied()
| bool taraxa::storage::migration::Base::isApplied |
( |
| ) |
|
|
inline |
◆ migrate()
| virtual void taraxa::storage::migration::Base::migrate |
( |
logger::Logger & |
log | ) |
|
|
protectedpure virtual |
◆ setApplied()
| void taraxa::storage::migration::Base::setApplied |
( |
| ) |
|
|
inlineprotected |
◆ batch_
| Batch taraxa::storage::migration::Base::batch_ |
|
protected |
◆ db_
| std::shared_ptr<DbStorage> taraxa::storage::migration::Base::db_ |
|
protected |
The documentation for this class was generated from the following file: