Searched refs:aExceptionInfo (Results 1 – 2 of 2) sorted by relevance
386 SQLExceptionInfo aExceptionInfo; in implCommit() local398 if (aExceptionInfo.isValid()) in implCommit()399 showError(aExceptionInfo, this, m_xORB); in implCommit()406 return !aExceptionInfo.isValid(); in implCommit()487 SQLExceptionInfo aExceptionInfo; in implDropIndex() local500 if (aExceptionInfo.isValid()) in implDropIndex()501 showError(aExceptionInfo, this, m_xORB); in implDropIndex()528 return !aExceptionInfo.isValid(); in implDropIndex()575 SQLExceptionInfo aExceptionInfo; in OnResetIndex() local584 if (aExceptionInfo.isValid()) in OnResetIndex()[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()
Completed in 769 milliseconds