MDBL Library
Public Types | Public Member Functions | Public Attributes
CSQLException Class Reference

#include <SQLException.hpp>

Inheritance diagram for CSQLException:
CODBCException

List of all members.

Public Types

enum  {
  E_ENUMINFO_FAILED, E_CONNECT_FAILED, E_ALLOC_FAILED, E_EXEC_FAILED,
  E_FETCH_FAILED, E_TRANS_FAILED
}

Public Member Functions

 CSQLException (int eErrCode, const tchar *pszSQLStmt, const CString &strSQLErr)
virtual ~CSQLException ()

Public Attributes

int m_eError
CString m_strError

Member Enumeration Documentation

anonymous enum
Enumerator:
E_ENUMINFO_FAILED 
E_CONNECT_FAILED 
E_ALLOC_FAILED 
E_EXEC_FAILED 
E_FETCH_FAILED 
E_TRANS_FAILED 

Constructor & Destructor Documentation

CSQLException::CSQLException ( int  eErrCode,
const tchar *  pszSQLStmt,
const CString &  strSQLErr 
)

Member Data Documentation


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