Searched refs:aSQLException (Results 1 – 3 of 3) sorted by relevance
419 com::sun::star::sdbc::SQLException aSQLException; in open() local420 aSQLException.Message = sMessage; in open()422 aInfo = dbtools::SQLExceptionInfo(aSQLException); in open()428 com::sun::star::sdbc::SQLException aSQLException; in open() local429 aSQLException.Message = e.Message; in open()430 aSQLException.Context = e.Context; in open()431 aInfo = dbtools::SQLExceptionInfo(aSQLException); in open()448 com::sun::star::sdbc::SQLException aSQLException; in open() local449 aSQLException.Message = e.Message; in open()450 aSQLException.Context = e.Context; in open()[all …]
276 Any aSQLException; in implFillTables() local312 catch(SQLContext& e) { aSQLException <<= e; } in implFillTables()313 catch(SQLWarning& e) { aSQLException <<= e; } in implFillTables()314 catch(SQLException& e) { aSQLException <<= e; } in implFillTables()344 catch(SQLContext& e) { aSQLException <<= e; } in implFillTables()345 catch(SQLWarning& e) { aSQLException <<= e; } in implFillTables()346 catch(SQLException& e) { aSQLException <<= e; } in implFillTables()354 if ( aSQLException.hasValue() ) in implFillTables()356 Reference< XInteractionRequest > xRequest = new OInteractionRequest(aSQLException); in implFillTables()
548 Any aSQLException; in initContext() local650 catch(SQLContext& e) { aSQLException <<= e; } in initContext()651 catch(SQLWarning& e) { aSQLException <<= e; } in initContext()652 catch(SQLException& e) { aSQLException <<= e; } in initContext()660 if (aSQLException.hasValue()) in initContext()666 aContext.NextException = aSQLException; in initContext()
Completed in 19 milliseconds