Searched refs:aExceptionInfo (Results 1 – 2 of 2) sorted by relevance
386 SQLExceptionInfo aExceptionInfo; in implCommit() local391 catch(SQLContext& e) { aExceptionInfo = SQLExceptionInfo(e); } in implCommit()392 catch(SQLWarning& e) { aExceptionInfo = SQLExceptionInfo(e); } in implCommit()393 catch(SQLException& e) { aExceptionInfo = SQLExceptionInfo(e); } in implCommit()398 if (aExceptionInfo.isValid()) in implCommit()399 showError(aExceptionInfo, this, m_xORB); in implCommit()406 return !aExceptionInfo.isValid(); in implCommit()487 SQLExceptionInfo aExceptionInfo; in implDropIndex() local496 catch(SQLContext& e) { aExceptionInfo = SQLExceptionInfo(e); } in implDropIndex()497 catch(SQLWarning& e) { aExceptionInfo = SQLExceptionInfo(e); } in implDropIndex()[all …]
452 const ExceptionDisplayInfo& aExceptionInfo( m_aExceptions[ pos ] ); in IMPL_LINK() local454 if ( aExceptionInfo.sSQLState.Len() ) in IMPL_LINK()458 sText += aExceptionInfo.sSQLState; in IMPL_LINK()462 if ( aExceptionInfo.sErrorCode.Len() ) in IMPL_LINK()466 sText += aExceptionInfo.sErrorCode; in IMPL_LINK()473 sText += aExceptionInfo.sMessage; in IMPL_LINK()