Lines Matching refs:aSQLException
419 com::sun::star::sdbc::SQLException aSQLException; in open() local
420 aSQLException.Message = sMessage; in open()
422 aInfo = dbtools::SQLExceptionInfo(aSQLException); in open()
428 com::sun::star::sdbc::SQLException aSQLException; in open() local
429 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() local
449 aSQLException.Message = e.Message; in open()
450 aSQLException.Context = e.Context; in open()
451 aInfo = dbtools::SQLExceptionInfo(aSQLException); in open()