NCBI C++ ToolKit
|
Search Toolkit Book for CDB_DSEx
#include <dbapi/driver/exception.hpp>
Public Types | |
typedef int | TErrCode |
Public Types inherited from CDB_Exception | |
enum | EErrCode { eDS , eRPC , eSQL , eDeadlock , eTimeout , eClient , eMulti , eTruncate } |
Error types that can be generated. More... | |
typedef EErrCode | EType |
Static Private Member Functions | |
static void | xx_unused_CDB_DSEx (void) |
Additional Inherited Members | |
Static Public Member Functions inherited from CDB_Exception | |
static const char * | SeverityString (EDB_Severity sev) |
template<class E > | |
static void | MakeException (const CDiagCompileInfo &info, const SMessageInContext &message, EDiagSev severity, int db_err_code) |
Protected Member Functions inherited from CDB_Exception | |
void | x_StartOfWhat (ostream &out) const |
void | x_EndOfWhat (ostream &out) const |
void | x_Init (const CDiagCompileInfo &info, const string &message, const CException *prev_exception, EDiagSev severity) override |
virtual void | x_Assign (const CException &src) override |
void | x_InitCDB (int db_error_code) |
SContext & | x_SetContext (void) |
Protected Attributes inherited from CDB_Exception | |
int | m_DBErrCode |
Definition at line 310 of file exception.hpp.