#include <sql.h>
Public Member Functions | |
sqlE (const QSqlDatabase &dbConn, const QString &type="Database Error") | |
Constructor which receives the connection in error. | |
QString | getErrorType () |
Method to return the type of error. | |
QString | getErrorMessage () |
Method to return the erorr message. |
This class will display gather the data from a failed sql call and present the data in the form of an exception to be caught by the appropriate class.
Definition at line 142 of file sql.h.