QxOrm
1.5.0
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) |
Define a SQL error exception and retrieve QSqlError type of Qt library.
Definition in file QxSqlError.h.