Home
last modified time | relevance | path

Searched refs:CDB_Exception (Results 1 – 25 of 85) sorted by relevance

1234

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Dexception.hpp175 friend class CDB_Exception;
340 : CDB_Exception(info,
378 : CDB_Exception(info,
412 : CDB_Exception(info,
433 : CDB_Exception(info,
457 : CDB_Exception(info, prev_exception, CDB_Exception::eClient, in CDB_ClientEx()
468 : CDB_Exception(info,
489 : CDB_Exception(info,
510 : CDB_Exception(info,
525 CDB_Exception* Pop(void);
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Dexception.hpp175 friend class CDB_Exception;
340 : CDB_Exception(info,
378 : CDB_Exception(info,
412 : CDB_Exception(info,
433 : CDB_Exception(info,
457 : CDB_Exception(info, prev_exception, CDB_Exception::eClient, in CDB_ClientEx()
468 : CDB_Exception(info,
489 : CDB_Exception(info,
510 : CDB_Exception(info,
525 CDB_Exception* Pop(void);
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Dexception.cpp96 CDB_Exception::SMessageInContext CDB_Exception::SMessageInContext::operator+ in operator +()
289 const CDB_Exception& other = dynamic_cast<const CDB_Exception&>(src); in x_Assign()
300 CDB_Exception::SContext& CDB_Exception::x_SetContext(void) in x_SetContext()
325 CDB_Exception*
326 CDB_Exception::Clone(void) const in Clone()
331 CDB_Exception::EType
332 CDB_Exception::Type(void) const in Type()
368 CDB_Exception::x_Assign(src); in x_Assign()
397 CDB_Exception::x_Assign(src); in x_Assign()
432 const CDB_Exception* except_copy = dynamic_cast<const CDB_Exception*>(tmp_ex); in Push()
[all …]
H A Ddbapi_driver_exception_storage.cpp79 void CDBExceptionStorage::Accept(unique_ptr<CDB_Exception>& e) in Accept()
104 CDB_Exception * raw_pointer = e.get(); in Accept()
116 const CDB_Exception::SContext* dbg_info, in Handle()
H A Ddbapi_conn_factory.cpp403 } catch (CDB_Exception& ex) { in MakeDBConnection()
513 … m_Errors.push_back(new CDB_Exception(DIAG_COMPILE_INFO, NULL, CDB_Exception::EErrCode(0), in DispatchServerName()
523 … m_Errors.push_back(new CDB_Exception(DIAG_COMPILE_INFO, NULL, CDB_Exception::EErrCode(0), in DispatchServerName()
599 } catch (CDB_Exception& ex) { in DispatchServerName()
622 … m_Errors.push_back(new CDB_Exception(DIAG_COMPILE_INFO, NULL, CDB_Exception::EErrCode(0), in DispatchServerName()
645 m_Errors.push_back(new CDB_Exception(DIAG_COMPILE_INFO, NULL, CDB_Exception::EErrCode(0), in DispatchServerName()
726 CDB_Exception ex(DIAG_COMPILE_INFO, NULL, in MakeValidConnection()
727 CDB_Exception::EErrCode(0), in MakeValidConnection()
736 } catch (CDB_Exception& ex) { in MakeValidConnection()
774 m_Errors.push_back(new CDB_Exception(DIAG_COMPILE_INFO, NULL, CDB_Exception::EErrCode(0), in MakeValidConnection()
H A Ddbapi_driver_exception_storage.hpp53 void Accept(unique_ptr<CDB_Exception>& e);
56 const CDB_Exception::SContext* dbg_info = NULL,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Dexception.cpp96 CDB_Exception::SMessageInContext CDB_Exception::SMessageInContext::operator+ in operator +()
289 const CDB_Exception& other = dynamic_cast<const CDB_Exception&>(src); in x_Assign()
300 CDB_Exception::SContext& CDB_Exception::x_SetContext(void) in x_SetContext()
325 CDB_Exception*
326 CDB_Exception::Clone(void) const in Clone()
331 CDB_Exception::EType
332 CDB_Exception::Type(void) const in Type()
368 CDB_Exception::x_Assign(src); in x_Assign()
397 CDB_Exception::x_Assign(src); in x_Assign()
432 const CDB_Exception* except_copy = dynamic_cast<const CDB_Exception*>(tmp_ex); in Push()
[all …]
H A Ddbapi_driver_exception_storage.cpp79 void CDBExceptionStorage::Accept(unique_ptr<CDB_Exception>& e) in Accept()
104 CDB_Exception * raw_pointer = e.get(); in Accept()
116 const CDB_Exception::SContext* dbg_info, in Handle()
H A Ddbapi_conn_factory.cpp403 } catch (CDB_Exception& ex) { in MakeDBConnection()
513 … m_Errors.push_back(new CDB_Exception(DIAG_COMPILE_INFO, NULL, CDB_Exception::EErrCode(0), in DispatchServerName()
523 … m_Errors.push_back(new CDB_Exception(DIAG_COMPILE_INFO, NULL, CDB_Exception::EErrCode(0), in DispatchServerName()
599 } catch (CDB_Exception& ex) { in DispatchServerName()
622 … m_Errors.push_back(new CDB_Exception(DIAG_COMPILE_INFO, NULL, CDB_Exception::EErrCode(0), in DispatchServerName()
645 m_Errors.push_back(new CDB_Exception(DIAG_COMPILE_INFO, NULL, CDB_Exception::EErrCode(0), in DispatchServerName()
726 CDB_Exception ex(DIAG_COMPILE_INFO, NULL, in MakeValidConnection()
727 CDB_Exception::EErrCode(0), in MakeValidConnection()
736 } catch (CDB_Exception& ex) { in MakeValidConnection()
774 m_Errors.push_back(new CDB_Exception(DIAG_COMPILE_INFO, NULL, CDB_Exception::EErrCode(0), in MakeValidConnection()
H A Ddbapi_driver_exception_storage.hpp53 void Accept(unique_ptr<CDB_Exception>& e);
56 const CDB_Exception::SContext* dbg_info = NULL,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/simple/
H A Dsdbapi_impl.hpp66 const CDB_Exception::SContext& GetContext(void) const;
82 CRef<CDB_Exception::SContext> m_Context;
107 const CDB_Exception::SContext& GetContext(void) const;
140 const CDB_Exception::SContext& x_GetContext(void) const;
150 CRef<CDB_Exception::SContext> m_Context;
200 unique_ptr<CDB_Exception::SContext> m_Context;
240 const CDB_Exception::SContext& x_GetContext(void) const;
281 CConstRef<CDB_Exception::SContext> exception_context;
326 const CDB_Exception::SContext& x_GetContext(void) const;
369 mutable CRef<CDB_Exception::SContext> m_Context;
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/test/
H A Ddbapi_unit_test_msg.cpp45 virtual bool HandleIt(CDB_Exception* ex);
54 CDB_UserHandler_Exception_NoThrow::HandleIt(CDB_Exception* ex) in HandleIt()
82 virtual bool HandleIt(CDB_Exception* ex);
131 bool CTestErrHandler::HandleIt(CDB_Exception* ex) in HandleIt()
150 CDB_Exception* ex = *it; in HandleAll()
807 } catch (const CDB_Exception& _DEBUG_ARG(ex)) { in BOOST_AUTO_TEST_CASE()
815 } catch (const CDB_Exception& _DEBUG_ARG(ex)) { in BOOST_AUTO_TEST_CASE()
860 CDB_Exception* dbex = NULL; in BOOST_AUTO_TEST_CASE()
986 virtual bool HandleIt(CDB_Exception* ex) in HandleIt()
1029 } catch (const CDB_Exception& e) { in BOOST_AUTO_TEST_CASE()
[all …]
H A Ddbapi_unit_test.cpp137 catch(const CDB_Exception& ex) { in BOOST_AUTO_TEST_CASE()
283 catch(const CDB_Exception& ex) { in BOOST_AUTO_TEST_CASE()
450 catch(const CDB_Exception& ex) { in BOOST_AUTO_TEST_CASE()
639 CDB_Exception ex( in BOOST_AUTO_TEST_CASE()
642 CDB_Exception::eMulti, in BOOST_AUTO_TEST_CASE()
661 unique_ptr<CDB_Exception> auto_ex(ex.Clone()); in BOOST_AUTO_TEST_CASE()
687 unique_ptr<CDB_Exception> auto_ex(ex.Clone()); in BOOST_AUTO_TEST_CASE()
716 unique_ptr<CDB_Exception> auto_ex(ex.Clone()); in BOOST_AUTO_TEST_CASE()
872 } catch( CDB_Exception& dbe ) { in BOOST_AUTO_TEST_CASE()
1060 } catch( CDB_Exception& dbe ) { in BOOST_AUTO_TEST_CASE()
[all …]
H A Ddbapi_unit_test_context.cpp77 } catch(const CDB_Exception& _DEBUG_ARG(ex)) { in BOOST_AUTO_TEST_CASE()
136 } catch(const CDB_Exception& _DEBUG_ARG(ex)) { in BOOST_AUTO_TEST_CASE()
178 } catch(const CDB_Exception& _DEBUG_ARG(ex)) { in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/odbc/
H A Dcursor.cpp116 } catch (const CDB_Exception& e) { in OpenCursor()
143 } catch (const CDB_Exception& e) { in Update()
195 } catch (const CDB_Exception& e) { in Delete()
270 } catch (const CDB_Exception& e) { in OpenCursor()
282 } catch (const CDB_Exception& e) { in OpenCursor()
310 } catch (const CDB_Exception& e) { in Update()
369 } catch (const CDB_Exception& e) { in Delete()
393 } catch (const CDB_Exception& e) { in CloseCursor()
409 } catch (const CDB_Exception& e) { in CloseCursor()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/odbc/
H A Dcursor.cpp116 } catch (const CDB_Exception& e) { in OpenCursor()
143 } catch (const CDB_Exception& e) { in Update()
195 } catch (const CDB_Exception& e) { in Delete()
270 } catch (const CDB_Exception& e) { in OpenCursor()
282 } catch (const CDB_Exception& e) { in OpenCursor()
310 } catch (const CDB_Exception& e) { in Update()
369 } catch (const CDB_Exception& e) { in Delete()
393 } catch (const CDB_Exception& e) { in CloseCursor()
409 } catch (const CDB_Exception& e) { in CloseCursor()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/impl/
H A Dhandle_stack.hpp55 typedef CDB_Exception::SContext TDbgInfo;
65 void PostMsg(CDB_Exception* ex, const TDbgInfo* dbg_info = NULL,
134 void x_AddDetails(CDB_Exception& ex, const TDbgInfo* dbg_info,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/impl/
H A Dhandle_stack.hpp55 typedef CDB_Exception::SContext TDbgInfo;
65 void PostMsg(CDB_Exception* ex, const TDbgInfo* dbg_info = NULL,
134 void x_AddDetails(CDB_Exception& ex, const TDbgInfo* dbg_info,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/simple/
H A Dsdbapi.hpp95 const CDB_Exception* GetDBException(void) const;
98 CDB_Exception::TErrCode GetDBErrCode(void) const;
119 const CDB_Exception::SMessageInContext& message,
130 const CDB_Exception::SMessageInContext& message) in CSDB_Exception()
143 const CDB_Exception::SMessageInContext& message,
153 CConstRef<CDB_Exception::SContext> m_Context;
410 const CDB_Exception::SContext& x_GetContext(void) const;
479 const CDB_Exception::SContext& x_GetContext(void) const;
1384 const CDB_Exception* CSDB_Exception::GetDBException(void) const in GetDBException()
1392 const CDB_Exception* dbex = GetDBException(); in GetDBErrCode()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ctlib/
H A Dcontext.cpp1089 unique_ptr<CDB_Exception> ex(new CDB_TruncateEx( in CTLIB_cserr_handler()
1123 void PassException(unique_ptr<CDB_Exception>& ex, in PassException()
1172 unique_ptr<CDB_Exception> ex( in HandleConnStatus()
1205 CDB_Exception::SMessageInContext message; in CTLIB_cterr_handler()
1298 unique_ptr<CDB_Exception> ex(new CDB_TimeoutEx( in CTLIB_cterr_handler()
1326 unique_ptr<CDB_Exception> ex(new CDB_TruncateEx( in CTLIB_cterr_handler()
1341 unique_ptr<CDB_Exception> ex(new CDB_ClientEx( in CTLIB_cterr_handler()
1373 unique_ptr<CDB_Exception> ex(new CDB_ClientEx( in CTLIB_cterr_handler()
1386 unique_ptr<CDB_Exception> ex(new CDB_ClientEx( in CTLIB_cterr_handler()
1437 CDB_Exception::SMessageInContext message; in CTLIB_srverr_handler()
[all …]
H A Dcursor.cpp601 } catch ( const CDB_Exception& e ) { in OpenCursor()
615 } catch ( const CDB_Exception& e ) { in OpenCursor()
653 } catch ( const CDB_Exception& e ) { in Update()
754 } catch ( const CDB_Exception& e ) { in Delete()
796 } catch ( const CDB_Exception& e ) { in CloseCursor()
827 } catch ( const CDB_Exception& e) { in CloseCursor()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/odbc/
H A Dinterfaces.hpp114 void ReportError(CDB_Exception& ex) const { in ReportError()
128 typedef CDB_Exception::SContext TDbgInfo;
146 void x_PostMsg(CDB_Exception& ex, bool always_throw = false) const;
221 void ReportError(CDB_Exception& ex) const in ReportError()
331 void ReportError(CDB_Exception& ex) const in ReportError()
397 void ReportError(CDB_Exception& ex) const in ReportError()
785 void ReportError(CDB_Exception& ex) const in ReportError()
915 void ReportError(CDB_Exception& ex) const in ReportError()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/odbc/
H A Dinterfaces.hpp114 void ReportError(CDB_Exception& ex) const { in ReportError()
128 typedef CDB_Exception::SContext TDbgInfo;
146 void x_PostMsg(CDB_Exception& ex, bool always_throw = false) const;
221 void ReportError(CDB_Exception& ex) const in ReportError()
331 void ReportError(CDB_Exception& ex) const in ReportError()
397 void ReportError(CDB_Exception& ex) const in ReportError()
785 void ReportError(CDB_Exception& ex) const in ReportError()
915 void ReportError(CDB_Exception& ex) const in ReportError()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/lang_bind/python/
H A Dpython_ncbi_dbapi.hpp318 virtual bool HandleIt(CDB_Exception* ex);
745 CError(const CDB_Exception& e) in CError()
754 void x_Init(const CDB_Exception& e, PyObject* err_type);
765 Name(const CDB_Exception& e) \
770 static void Rethrow(const CDB_Exception& e) \
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sample/app/dbapi/
H A Ddbcopy.cpp53 virtual bool HandleIt(CDB_Exception* ex);
57 bool CErrHandler::HandleIt(CDB_Exception* ex) in HandleIt()

1234