Home
last modified time | relevance | path

Searched refs:CDB_MultiEx (Results 1 – 19 of 19) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/
H A Derr_handler.hpp51 CDB_MultiEx* GetMultiEx() { in GetMultiEx()
56 m_ex.reset( new CDB_MultiEx(DIAG_COMPILE_INFO, 0) ); in ReplaceMultiEx()
60 unique_ptr<CDB_MultiEx> m_ex;
H A Derr_handler.cpp39 : m_ex( new CDB_MultiEx( DIAG_COMPILE_INFO, 0 ) ) in CToMultiExHandler()
H A Dds_impl.hpp64 virtual CDB_MultiEx* GetErrorAsEx();
H A Dconn_impl.hpp128 virtual CDB_MultiEx* GetErrorAsEx();
H A Dds_impl.cpp128 CDB_MultiEx* CDataSource::GetErrorAsEx() in GetErrorAsEx()
H A Dconn_impl.cpp542 CDB_MultiEx* CConnection::GetErrorAsEx() in GetErrorAsEx()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/
H A Derr_handler.hpp51 CDB_MultiEx* GetMultiEx() { in GetMultiEx()
56 m_ex.reset( new CDB_MultiEx(DIAG_COMPILE_INFO, 0) ); in ReplaceMultiEx()
60 unique_ptr<CDB_MultiEx> m_ex;
H A Derr_handler.cpp39 : m_ex( new CDB_MultiEx( DIAG_COMPILE_INFO, 0 ) ) in CToMultiExHandler()
H A Dds_impl.hpp64 virtual CDB_MultiEx* GetErrorAsEx();
H A Dconn_impl.hpp128 virtual CDB_MultiEx* GetErrorAsEx();
H A Dds_impl.cpp128 CDB_MultiEx* CDataSource::GetErrorAsEx() in GetErrorAsEx()
H A Dconn_impl.cpp542 CDB_MultiEx* CConnection::GetErrorAsEx() in GetErrorAsEx()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Dexception.cpp408 CDB_MultiEx::x_Assign(const CException& src) in x_Assign()
410 const CDB_MultiEx& other = dynamic_cast<const CDB_MultiEx&>(src); in x_Assign()
418 CDB_MultiEx::Push(const CDB_Exception& ex) in Push()
421 CDB_MultiEx& mex = in Push()
422 const_cast<CDB_MultiEx&> ( dynamic_cast<const CDB_MultiEx&> (ex) ); in Push()
446 CDB_MultiEx::Pop(void) in Pop()
459 string CDB_MultiEx::WhatThis(void) const in WhatThis()
479 CDB_MultiEx::ReportExtra(ostream& out) const in ReportExtra()
493 CDB_MultiEx::ReportErrorStack(ostream& out) const in ReportErrorStack()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Dexception.cpp408 CDB_MultiEx::x_Assign(const CException& src) in x_Assign()
410 const CDB_MultiEx& other = dynamic_cast<const CDB_MultiEx&>(src); in x_Assign()
418 CDB_MultiEx::Push(const CDB_Exception& ex) in Push()
421 CDB_MultiEx& mex = in Push()
422 const_cast<CDB_MultiEx&> ( dynamic_cast<const CDB_MultiEx&> (ex) ); in Push()
446 CDB_MultiEx::Pop(void) in Pop()
459 string CDB_MultiEx::WhatThis(void) const in WhatThis()
479 CDB_MultiEx::ReportExtra(ostream& out) const in ReportExtra()
493 CDB_MultiEx::ReportErrorStack(ostream& out) const in ReportErrorStack()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Dexception.hpp119 friend class CDB_MultiEx;
503 class NCBI_DBAPIDRIVER_EXPORT CDB_MultiEx : public CDB_Exception class
507 CDB_MultiEx(const CDiagCompileInfo& info,
518 NCBI_DATABASE_EXCEPTION_DEFAULT_IMPLEMENTATION(CDB_MultiEx,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Dexception.hpp119 friend class CDB_MultiEx;
503 class NCBI_DBAPIDRIVER_EXPORT CDB_MultiEx : public CDB_Exception class
507 CDB_MultiEx(const CDiagCompileInfo& info,
518 NCBI_DATABASE_EXCEPTION_DEFAULT_IMPLEMENTATION(CDB_MultiEx,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/
H A Ddbapi.hpp946 virtual CDB_MultiEx* GetErrorAsEx() = 0;
991 virtual CDB_MultiEx* GetErrorAsEx() = 0;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/
H A Ddbapi.hpp946 virtual CDB_MultiEx* GetErrorAsEx() = 0;
991 virtual CDB_MultiEx* GetErrorAsEx() = 0;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/test/
H A Ddbapi_unit_test.cpp816 CDB_MultiEx ex( in BOOST_AUTO_TEST_CASE()