![]() |
QxOrm 1.1.8
C++ Object Relational Mapping library
|
Helper class to store a date value into database under neutral format (YYYYMMDD) => cross database compatibility. More...
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/nvp.hpp>
#include <QtCore/qdatetime.h>
#include <QxSerialize/Qt/QxSerialize_QString.h>
#include <QxTraits/get_class_name.h>
Go to the source code of this file.
Classes | |
class | qx::QxDateNeutral |
qx::QxDateNeutral : helper class to store a date value into database under neutral format (YYYYMMDD) => cross database compatibility More... | |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. |
Helper class to store a date value into database under neutral format (YYYYMMDD) => cross database compatibility.
Definition in file QxDateNeutral.h.