Inheritance diagram for odbc::ErrorHandler:

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 | |
| void | _checkConError (SQLHDBC hdbc, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) |
| void | _checkConError (SQLHDBC hdbc, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) |
| void | _checkEnvError (SQLHENV henv, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) |
| void | _checkEnvError (SQLHENV henv, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) |
| void | _checkStmtError (SQLHSTMT hstmt, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) |
| void | _checkStmtError (SQLHSTMT hstmt, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) |
| 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.