
Public Member Functions | |
| COdbcWarning (const SQLRETURN ret, const StringA &errorString) | |
| COdbcWarning (const COdbcWarning &other) | |
| COdbcWarning & | operator= (const COdbcWarning &other) |
Public Member Functions inherited from Proud::COdbcException | |
| COdbcException (const SQLRETURN ret, const StringA &errorString) | |
| int | GetSqlErrorCode () |
| COdbcException (const COdbcException &other) | |
| COdbcException & | operator= (const COdbcException &other) |
Public Member Functions inherited from Proud::Exception | |
| PROUD_API | Exception (const char *text) |
| PROUD_API | Exception (const wchar_t *text) |
| PROUD_API | Exception (std::exception &src) |
| PROUD_API | Exception (ErrorInfo *src) |
| PROUD_API | Exception (const Exception &src) |
| PROUD_API const char * | what () const throw () |
Additional Inherited Members | |
Public Attributes inherited from Proud::Exception | |
| HostID | m_remote |
| void * | m_pVoidSource |
| std::exception * | m_pStdSource |
| ExceptionType | m_exceptionType |
| RefCount< ErrorInfo > | m_errorInfoSource |
| String | m_userCallbackName |
| void * | m_delegateObject |
| StringA | chMsg |
Protected Attributes inherited from Proud::COdbcException | |
| SQLRETURN | m_ret |
In case SqlErrorCode is SQL_SUCCESS_WITH_INFO, Warning Exception will occur. It does not matter if you ignore this exception, but it contains important information, so you should take extra caution. ex> Example of Warning Occurrence