libodbc++  0.2.5
Public Member Functions | Protected Member Functions | List of all members
odbc::ErrorHandler Class Reference

Base class for everything that might contain warnings. More...

#include <errorhandler.h>

Inheritance diagram for odbc::ErrorHandler:
odbc::Connection odbc::ResultSet odbc::Statement odbc::PreparedStatement odbc::CallableStatement

Public Member Functions

void clearWarnings ()
 Clears all the warnings stored in this object.
 
WarningList * getWarnings ()
 Fetches all the warnings in this object.
 
virtual ~ErrorHandler ()
 Destructor.
 

Protected Member Functions

 ErrorHandler (bool collectWarnings=true)
 Constructor.
 

Detailed Description

Base class for everything that might contain warnings.

Member Function Documentation

WarningList* odbc::ErrorHandler::getWarnings ( )

Fetches all the warnings in this object.

The caller is responsive for deleteing the returned object.


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

Go back to the libodbc++ homepage