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

Provide a Qt QDataStream serialization method (save/load) for type QSqlError. More...

#include <QtCore/qdatastream.h>
#include <QtSql/qsqlerror.h>

Go to the source code of this file.

Functions

QX_DLL_EXPORT QDataStream & operator<< (QDataStream &stream, const QSqlError &t) QX_USED
 
QX_DLL_EXPORT QDataStream & operator>> (QDataStream &stream, QSqlError &t) QX_USED
 

Detailed Description

Provide a Qt QDataStream serialization method (save/load) for type QSqlError.

Author
Lionel Marty

Definition in file QxSerializeQDataStream_QSqlError.h.

Function Documentation

◆ operator<<()

QX_DLL_EXPORT QDataStream & operator<< ( QDataStream & stream,
const QSqlError & t )

◆ operator>>()

QX_DLL_EXPORT QDataStream & operator>> ( QDataStream & stream,
QSqlError & t )