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

#include <ODBCWrapper.hpp>

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

Public Member Functions

virtual ~ODBCExceptionErr (void)
 
const TCHAR *__fastcall what (void) noexcept(true)
 

Protected Member Functions

 ODBCExceptionErr (const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 

Protected Attributes

tstringstream m_info
 
std::auto_ptr< TCHARstr_hack
 

Detailed Description

Definition at line 275 of file ODBCWrapper.hpp.

Constructor & Destructor Documentation

◆ ~ODBCExceptionErr()

Database::ODBC::Exceptions::ODBCExceptionErr::~ODBCExceptionErr ( void  )
inlinevirtual

Definition at line 61 of file ODBCWrapper.cpp.

◆ ODBCExceptionErr()

Database::ODBC::Exceptions::ODBCExceptionErr::ODBCExceptionErr ( const SQLHANDLE *const  hstmt,
const SQLSMALLINT  type,
const SQLRETURN  err 
)
inlineprotected

Definition at line 50 of file ODBCWrapper.cpp.

Member Function Documentation

◆ what()

const TCHAR *__fastcall Database::ODBC::Exceptions::ODBCExceptionErr::what ( void  )
inlinenoexcept

Definition at line 66 of file ODBCWrapper.cpp.

Member Data Documentation

◆ m_info

tstringstream jmmcg::NTUtils::Database::ODBC::Exceptions::ODBCExceptionErr::m_info
protected

Definition at line 285 of file ODBCWrapper.hpp.

◆ str_hack

std::auto_ptr<TCHAR> jmmcg::NTUtils::Database::ODBC::Exceptions::ODBCExceptionErr::str_hack
protected

Definition at line 286 of file ODBCWrapper.hpp.


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