
Definition at line 32 of file errorhandler.h.
Public Member Functions | |
| void | clearWarnings () |
| Clears all the warnings stored in this object. | |
| void | clearWarnings () |
| Clears all the warnings stored in this object. | |
| WarningList * | getWarnings () |
| Fetches all the warnings in this object. | |
| WarningList * | getWarnings () |
| Fetches all the warnings in this object. | |
| virtual | ~ErrorHandler () |
| Destructor. | |
| virtual | ~ErrorHandler () |
| Destructor. | |
Protected Member Functions | |
| ErrorHandler (bool collectWarnings=true) | |
| Constructor. | |
| ErrorHandler (bool collectWarnings=true) | |
| Constructor. | |
| WarningList* odbc::ErrorHandler::getWarnings | ( | ) |
Fetches all the warnings in this object.
The caller is responsive for deleteing the returned object.
| WarningList* odbc::ErrorHandler::getWarnings | ( | ) |
Fetches all the warnings in this object.
The caller is responsive for deleteing the returned object.