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

#include <ODBCWrapper.hpp>

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

Public Member Functions

 WOConnectionBaseErr (const tstring &str, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 WOConnectionBaseErr (const tstring &str, const tstring &sql, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 WOConnectionBaseErr (const SQLUSMALLINT col_num, const type_info &data, const tstring &str, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 WOConnectionBaseErr (const SQLUSMALLINT col_num, const type_info &data, const tstring &str, const tstring &sql, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 ~WOConnectionBaseErr (void)
 
- Public Member Functions inherited from jmmcg::NTUtils::Database::ODBC::Exceptions::RORecordsetBaseErr
 RORecordsetBaseErr (const tstring &str, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 RORecordsetBaseErr (const tstring &str, const tstring &sql, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 RORecordsetBaseErr (const SQLUSMALLINT col_num, const type_info &data, const tstring &str, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 RORecordsetBaseErr (const SQLUSMALLINT col_num, const type_info &data, const tstring &str, const tstring &sql, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 ~RORecordsetBaseErr (void)
 
- Public Member Functions inherited from jmmcg::NTUtils::Database::ODBC::Exceptions::RecordsetBaseErr
 RecordsetBaseErr (const tstring &str, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 RecordsetBaseErr (const tstring &str, const tstring &sql, const SQLHANDLE *const hstmt, const SQLSMALLINT type, const SQLRETURN err)
 
 ~RecordsetBaseErr (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 324 of file ODBCWrapper.hpp.

Constructor & Destructor Documentation

◆ WOConnectionBaseErr() [1/4]

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

Definition at line 168 of file ODBCWrapper.cpp.

◆ WOConnectionBaseErr() [2/4]

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

Definition at line 173 of file ODBCWrapper.cpp.

◆ WOConnectionBaseErr() [3/4]

Database::ODBC::Exceptions::WOConnectionBaseErr::WOConnectionBaseErr ( const SQLUSMALLINT  col_num,
const type_info &  data,
const tstring str,
const SQLHANDLE *const  hstmt,
const SQLSMALLINT  type,
const SQLRETURN  err 
)
inline

Definition at line 178 of file ODBCWrapper.cpp.

◆ WOConnectionBaseErr() [4/4]

Database::ODBC::Exceptions::WOConnectionBaseErr::WOConnectionBaseErr ( const SQLUSMALLINT  col_num,
const type_info &  data,
const tstring str,
const tstring sql,
const SQLHANDLE *const  hstmt,
const SQLSMALLINT  type,
const SQLRETURN  err 
)
inline

Definition at line 183 of file ODBCWrapper.cpp.

◆ ~WOConnectionBaseErr()

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

Definition at line 188 of file ODBCWrapper.cpp.


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