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

Same functions as qx::dao namespace, but throw a qx::dao::sql_error exception when a SQL error occurred (instead of returning a QSqlError instance) More...

#include <QxDao/QxDao.h>
#include <QxDao/QxSqlError.h>

Go to the source code of this file.

Namespaces

namespace  qx
 Root namespace for all QxOrm library features.
 
namespace  qx::dao
 Database communication used by persistence engine (ORM - Object Relational Mapping)
 
namespace  qx::dao::throwable
 Same functions as qx::dao namespace, but throw a qx::dao::sql_error exception when a SQL error occurred (instead of returning a QSqlError instance)
 

Detailed Description

Same functions as qx::dao namespace, but throw a qx::dao::sql_error exception when a SQL error occurred (instead of returning a QSqlError instance)

Author
Lionel Marty

Definition in file QxDaoThrowable.h.