Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
The DBVariant struct contains QVariant value of the DBObjects member and it type. More...
#include <dbobject.h>
Public Member Functions | |
DBVariant () | |
DBVariant (const QVariant &value, MemberType type) | |
Public Attributes | |
QVariant | value |
MemberType | type = MemberType::None |
The DBVariant struct contains QVariant value of the DBObjects member and it type.
Definition at line 70 of file dbobject.h.
QH::PKG::DBVariant::DBVariant | ( | ) |
Definition at line 311 of file dbobject.cpp.
QH::PKG::DBVariant::DBVariant | ( | const QVariant & | value, |
MemberType | type | ||
) |
Definition at line 315 of file dbobject.cpp.
MemberType QH::PKG::DBVariant::type = MemberType::None |
Definition at line 75 of file dbobject.h.
QVariant QH::PKG::DBVariant::value |
Definition at line 74 of file dbobject.h.