FougTools  0.7.0dev-046fb6a
Handy tools for C++, Qt and OpenCascade
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
qtsql::SqlQueryError Class Reference

Provides a std::runtime_error that can convey a QSqlError object. More...

#include <qttools/sql/qsql_query_utils.h>

Inheritance diagram for qtsql::SqlQueryError:

Public Member Functions

 SqlQueryError (const QSqlQuery &qry)
 
 SqlQueryError (const QSqlError &err)
 
 ~SqlQueryError () throw ()
 
QSqlError sqlError () const
 

Detailed Description

Provides a std::runtime_error that can convey a QSqlError object.

Constructor & Destructor Documentation

qtsql::SqlQueryError::SqlQueryError ( const QSqlQuery &  qry)
qtsql::SqlQueryError::SqlQueryError ( const QSqlError &  err)
qtsql::SqlQueryError::~SqlQueryError ( )
throw (
)

Member Function Documentation

QSqlError qtsql::SqlQueryError::sqlError ( ) const

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