Lines Matching refs:aExceptionInfo
386 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()
498 catch(SQLException& e) { aExceptionInfo = SQLExceptionInfo(e); } in implDropIndex()
500 if (aExceptionInfo.isValid()) in implDropIndex()
501 showError(aExceptionInfo, this, m_xORB); in implDropIndex()
528 return !aExceptionInfo.isValid(); in implDropIndex()
575 SQLExceptionInfo aExceptionInfo; in OnResetIndex() local
580 catch(SQLContext& e) { aExceptionInfo = SQLExceptionInfo(e); } in OnResetIndex()
581 catch(SQLWarning& e) { aExceptionInfo = SQLExceptionInfo(e); } in OnResetIndex()
582 catch(SQLException& e) { aExceptionInfo = SQLExceptionInfo(e); } in OnResetIndex()
584 if (aExceptionInfo.isValid()) in OnResetIndex()
585 showError(aExceptionInfo, this, m_xORB); in OnResetIndex()