Home
last modified time | relevance | path

Searched refs:aExceptionInfo (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx386 SQLExceptionInfo aExceptionInfo; in implCommit() local
391 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() local
496 catch(SQLContext& e) { aExceptionInfo = SQLExceptionInfo(e); } in implDropIndex()
497 catch(SQLWarning& e) { aExceptionInfo = SQLExceptionInfo(e); } in implDropIndex()
[all …]
H A Dsqlmessage.cxx452 const ExceptionDisplayInfo& aExceptionInfo( m_aExceptions[ pos ] ); in IMPL_LINK() local
454 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()