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

#include <ODBCWrapper.hpp>

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

Public Member Functions

 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 315 of file ODBCWrapper.hpp.

Constructor & Destructor Documentation

◆ RORecordsetBaseErr() [1/4]

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

Definition at line 140 of file ODBCWrapper.cpp.

◆ RORecordsetBaseErr() [2/4]

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

Definition at line 145 of file ODBCWrapper.cpp.

◆ RORecordsetBaseErr() [3/4]

Database::ODBC::Exceptions::RORecordsetBaseErr::RORecordsetBaseErr ( 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 149 of file ODBCWrapper.cpp.

◆ RORecordsetBaseErr() [4/4]

Database::ODBC::Exceptions::RORecordsetBaseErr::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 
)
inline

Definition at line 156 of file ODBCWrapper.cpp.

◆ ~RORecordsetBaseErr()

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

Definition at line 163 of file ODBCWrapper.cpp.


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