libodbc++
0.2.5
|
Base class for everything that might contain warnings. More...
#include <errorhandler.h>
Public Member Functions | |
void | clearWarnings () |
Clears all the warnings stored in this object. | |
WarningList * | getWarnings () |
Fetches all the warnings in this object. More... | |
virtual | ~ErrorHandler () |
Destructor. | |
Protected Member Functions | |
ErrorHandler (bool collectWarnings=true) | |
Constructor. | |
Base class for everything that might contain warnings.
WarningList* odbc::ErrorHandler::getWarnings | ( | ) |
Fetches all the warnings in this object.
The caller is responsive for deleteing the returned object.