Lines Matching refs:SQLExceptionInfo
247 ::dbaui::showError(SQLExceptionInfo(e),_pParent,_rxORB); in DBG_NAME()
386 SQLExceptionInfo aExceptionInfo; in implCommit()
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()
487 SQLExceptionInfo aExceptionInfo; in implDropIndex()
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()
575 SQLExceptionInfo aExceptionInfo; in OnResetIndex()
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()