QxOrm  1.4.9
C++ Object Relational Mapping library

Define a SQL error exception and retrieve QSqlError type of Qt library. More...

#include <iostream>
#include <exception>
#include <QtCore/qbytearray.h>
#include <QtSql/qsqlerror.h>

Go to the source code of this file.

Classes

class  qx::dao::sql_error
 qx::dao::sql_error : define a SQL error exception and retrieve QSqlError type of Qt library More...

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


namespace  qx::dao
 

Database communication used by persistence engine (ORM - Object Relational Mapping)



Detailed Description

Define a SQL error exception and retrieve QSqlError type of Qt library.

Author:
Lionel Marty

Definition in file QxSqlError.h.