QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

Helper class to store a date-time value into database under neutral format (YYYYMMDDHHMMSS) => cross database compatibility. More...

#include <boost/serialization/serialization.hpp>
#include <boost/serialization/nvp.hpp>
#include <QtCore/qdatetime.h>
#include <QtCore/qdatastream.h>
#include <QxSerialize/Qt/QxSerialize_QString.h>
#include <QxTraits/get_class_name.h>

Go to the source code of this file.

Classes

class  qx::QxDateTimeNeutral
 qx::QxDateTimeNeutral : helper class to store a date-time value into database under neutral format (YYYYMMDDHHMMSS) => cross database compatibility More...
 

Namespaces

namespace  qx
 Root namespace for all QxOrm library features.
 

Functions

QX_DLL_EXPORT QDataStream & operator<< (QDataStream &stream, const qx::QxDateTimeNeutral &t)
 
QX_DLL_EXPORT QDataStream & operator>> (QDataStream &stream, qx::QxDateTimeNeutral &t)
 

Detailed Description

Helper class to store a date-time value into database under neutral format (YYYYMMDDHHMMSS) => cross database compatibility.

Author
Lionel Marty

Definition in file QxDateTimeNeutral.h.

Function Documentation

◆ operator<<()

QX_DLL_EXPORT QDataStream & operator<< ( QDataStream & stream,
const qx::QxDateTimeNeutral & t )

◆ operator>>()

QX_DLL_EXPORT QDataStream & operator>> ( QDataStream & stream,
qx::QxDateTimeNeutral & t )