QxOrm  1.4.9
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>

List of all members.

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

Detailed Description

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

Definition at line 60 of file QxSqlError.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following file: