![]() |
QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::dao::sql_error : define a SQL error exception and retrieve QSqlError type of Qt library More...
#include <QxSqlError.h>
Public Member Functions | |
| sql_error (const QSqlError &err) | |
| virtual | ~sql_error () throw () |
| virtual const char * | what () const throw () |
| QSqlError | get () const |
Private Attributes | |
| QSqlError | m_error |
| QByteArray | m_errorMessage |
qx::dao::sql_error : define a SQL error exception and retrieve QSqlError type of Qt library
Definition at line 60 of file QxSqlError.h.
| qx::dao::sql_error::sql_error | ( | const QSqlError & | err | ) | [inline] |
Definition at line 71 of file QxSqlError.h.
| virtual qx::dao::sql_error::~sql_error | ( | ) | throw () [inline, virtual] |
Definition at line 75 of file QxSqlError.h.
| QSqlError qx::dao::sql_error::get | ( | ) | const [inline] |
Definition at line 78 of file QxSqlError.h.
| virtual const char* qx::dao::sql_error::what | ( | ) | const throw () [inline, virtual] |
Definition at line 77 of file QxSqlError.h.
QSqlError qx::dao::sql_error::m_error [private] |
Definition at line 65 of file QxSqlError.h.
QByteArray qx::dao::sql_error::m_errorMessage [private] |
Definition at line 66 of file QxSqlError.h.