MDBL Library
|
#include <SQLException.hpp>
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 |
anonymous enum |
CSQLException::CSQLException | ( | int | eErrCode, |
const tchar * | pszSQLStmt, | ||
const CString & | strSQLErr | ||
) |
CSQLException::~CSQLException | ( | ) | [virtual] |
CString CSQLException::m_strError |