Home
last modified time | relevance | path

Searched refs:CDB_TruncateEx (Results 1 – 5 of 5) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Dexception.cpp808 CDB_TruncateEx* trunc_ex = dynamic_cast<CDB_TruncateEx*>(ex); in HandleIt()
840 CDB_TruncateEx* trunc_ex = dynamic_cast<CDB_TruncateEx*>(outer_ex); in HandleAll()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Dexception.cpp808 CDB_TruncateEx* trunc_ex = dynamic_cast<CDB_TruncateEx*>(ex); in HandleIt()
840 CDB_TruncateEx* trunc_ex = dynamic_cast<CDB_TruncateEx*>(outer_ex); in HandleAll()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Dexception.hpp482 class NCBI_DBAPIDRIVER_EXPORT CDB_TruncateEx : public CDB_Exception class
485 CDB_TruncateEx(const CDiagCompileInfo& info,
495 NCBI_DATABASE_EXCEPTION_DEFAULT_IMPLEMENTATION(CDB_TruncateEx,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Dexception.hpp482 class NCBI_DBAPIDRIVER_EXPORT CDB_TruncateEx : public CDB_Exception class
485 CDB_TruncateEx(const CDiagCompileInfo& info,
495 NCBI_DATABASE_EXCEPTION_DEFAULT_IMPLEMENTATION(CDB_TruncateEx,
/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()
1326 unique_ptr<CDB_Exception> ex(new CDB_TruncateEx( in CTLIB_cterr_handler()