qx::dao::sql_error : define a SQL error exception and retrieve QSqlError type of Qt library
More...
#include <QxSqlError.h>
|
| sql_error (const QSqlError &err) |
|
virtual | ~sql_error () throw () |
|
virtual const char * | what () const throw () |
|
QSqlError | get () const |
|
qx::dao::sql_error : define a SQL error exception and retrieve QSqlError type of Qt library
Definition at line 60 of file QxSqlError.h.
◆ sql_error()
qx::dao::sql_error::sql_error |
( |
const QSqlError & | err | ) |
|
|
inline |
◆ ~sql_error()
virtual qx::dao::sql_error::~sql_error |
( |
| ) |
|
throw | ( | ) | | | |
|
inlinevirtual |
◆ get()
QSqlError qx::dao::sql_error::get |
( |
| ) |
const |
|
inline |
◆ what()
virtual const char * qx::dao::sql_error::what |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlinevirtual |
◆ m_error
QSqlError qx::dao::sql_error::m_error |
|
private |
◆ m_errorMessage
QByteArray qx::dao::sql_error::m_errorMessage |
|
private |
The documentation for this class was generated from the following file: