libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::NTUtils::Database::ODBC::Exceptions::ConnectionErr Class Reference

#include <ODBCWrapper.hpp>

Inheritance diagram for jmmcg::NTUtils::Database::ODBC::Exceptions::ConnectionErr:
[legend]
Collaboration diagram for jmmcg::NTUtils::Database::ODBC::Exceptions::ConnectionErr:
[legend]

Public Member Functions

 ConnectionErr (const tstring &str, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 ConnectionErr (const tstring &str, const tstring &sql, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 ~ConnectionErr (void)
 
- Public Member Functions inherited from jmmcg::NTUtils::Database::ODBC::Exceptions::ODBCExceptionErr
virtual ~ODBCExceptionErr (void)
 
const TCHAR *__fastcall what (void) noexcept(true)
 

Additional Inherited Members

- Protected Member Functions inherited from jmmcg::NTUtils::Database::ODBC::Exceptions::ODBCExceptionErr
 ODBCExceptionErr (const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
- Protected Attributes inherited from jmmcg::NTUtils::Database::ODBC::Exceptions::ODBCExceptionErr
tstringstream m_info
 
std::auto_ptr< TCHARstr_hack
 

Detailed Description

Definition at line 301 of file ODBCWrapper.hpp.

Constructor & Destructor Documentation

◆ ConnectionErr() [1/2]

Database::ODBC::Exceptions::ConnectionErr::ConnectionErr ( const tstring str,
const SQLHANDLE *const  hstmt,
const SQLSMALLINT  type,
const SQLRETURN  err 
)
inline

Definition at line 103 of file ODBCWrapper.cpp.

◆ ConnectionErr() [2/2]

Database::ODBC::Exceptions::ConnectionErr::ConnectionErr ( const tstring str,
const tstring sql,
const SQLHANDLE *const  hstmt,
const SQLSMALLINT  type,
const SQLRETURN  err 
)
inline

Definition at line 109 of file ODBCWrapper.cpp.

◆ ~ConnectionErr()

Database::ODBC::Exceptions::ConnectionErr::~ConnectionErr ( void  )
inline

Definition at line 117 of file ODBCWrapper.cpp.


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