Lines Matching refs:SQLExceptionInfo
318 SQLExceptionInfo createConnection( const ::rtl::OUString& _rsDataSourceName, in createConnection()
332 SQLExceptionInfo aInfo; in createConnection()
337 SQLExceptionInfo createConnection( const Reference< ::com::sun::star::beans::XPropertySet>& _xDataS… in createConnection()
342 SQLExceptionInfo aInfo; in createConnection()
395 catch(SQLContext& e) { aInfo = SQLExceptionInfo(e); } in createConnection()
396 catch(SQLWarning& e) { aInfo = SQLExceptionInfo(e); } in createConnection()
397 catch(SQLException& e) { aInfo = SQLExceptionInfo(e); } in createConnection()
406 …MessageParent, Reference< XMultiServiceFactory > _rxORB, ::dbtools::SQLExceptionInfo* _pErrorInfo ) in getDataSourceByName()
413 SQLExceptionInfo aSQLError; in getDataSourceByName()
430 aSQLError = SQLExceptionInfo( sErrorMessage ).get(); in getDataSourceByName()
434 aSQLError = SQLExceptionInfo( e.TargetException ); in getDataSourceByName()
479 void showError(const SQLExceptionInfo& _rInfo,Window* _pParent,const Reference< XMultiServiceFactor… in showError()