Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
DBPatch This is function that should be upgrade database. More...
#include <dbpatch.h>
Public Member Functions | |
bool | isValid () const |
isValid This method check this oject to valid. | |
Public Attributes | |
unsigned short | versionFrom = 0 |
unsigned short | versionTo = 0 |
std::function< bool(QH::iObjectProvider *)> | action |
This is lymbda function with action that will upgrade data base to new versio. | |
DBPatch This is function that should be upgrade database.
bool QH::DBPatch::isValid | ( | ) | const |
isValid This method check this oject to valid.
Definition at line 12 of file dbpatch.cpp.
std::function<bool (QH::iObjectProvider *)> QH::DBPatch::action |
unsigned short QH::DBPatch::versionFrom = 0 |
unsigned short QH::DBPatch::versionTo = 0 |