Home
last modified time | relevance | path

Searched refs:aSql (Results 26 – 33 of 33) sorted by relevance

12

/aoo42x/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx293 SQLException aSql; in deleteTables() local
294 if(e.TargetException >>= aSql) in deleteTables()
295 aErrorInfo = aSql; in deleteTables()
414 SQLException aSql; in deleteObjects() local
415 if ( e.TargetException >>= aSql ) in deleteObjects()
/aoo42x/main/dbaccess/source/core/api/
H A Dviewcontainer.cxx206 ::rtl::OUString aSql = ::rtl::OUString::createFromAscii("DROP VIEW "); in dropObject()
207 aSql += sComposedName; in dropObject()
214 xStmt->execute(aSql); in dropObject()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2303 SQLException aSql; in IMPL_LINK() local
2304 if(e.TargetException >>= aSql) in IMPL_LINK()
2305 aInfo = aSql; in IMPL_LINK()
2498 SQLException aSql; in implLoadAnything() local
2776 SQLException aSql; in implSelect() local
2777 if(e.TargetException >>= aSql) in implSelect()
2778 showError(SQLExceptionInfo(aSql)); in implSelect()
3115 SQLException aSql; in unloadAndCleanup() local
3116 if(e.TargetException >>= aSql) in unloadAndCleanup()
3117 showError(SQLExceptionInfo(aSql)); in unloadAndCleanup()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx310 ::rtl::OString aSql(::rtl::OUStringToOString(sql.getStr(),getTextEncoding())); in nativeSQL()
313 …OTools::ThrowException(this,N3SQLNativeSql(m_aConnectionHandle,(SDB_ODBC_CHAR*)aSql.getStr(),aSql.… in nativeSQL()
H A DOPreparedStatement.cxx940 …::rtl::OString aSql(::rtl::OUStringToOString(m_sSqlStatement,getOwnConnection()->getTextEncoding()… in prepareStatement()
941 …SQLRETURN nReturn = N3SQLPrepare(m_aStatementHandle,(SDB_ODBC_CHAR *) aSql.getStr(),aSql.getLength… in prepareStatement()
H A DOStatement.cxx358 ::rtl::OString aSql(::rtl::OUStringToOString(sql,getOwnConnection()->getTextEncoding())); in execute()
376 THROW_SQL(N3SQLExecDirect(m_aStatementHandle, (SDB_ODBC_CHAR*)aSql.getStr(),aSql.getLength())); in execute()
/aoo42x/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.cxx451 SQLException aSql(aString1,NULL,aString2,1000,Any()); variable
460 SQLException aSql(aString1,NULL,aString2,1000,Any()); variable
461 throw aSql;
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx362 SQLException aSql; in createTableWindowData() local
363 if ( e.TargetException >>= aSql ) in createTableWindowData()
364 …::dbaui::showError( ::dbtools::SQLExceptionInfo( aSql ), pParent, pParent->getController().getORB(… in createTableWindowData()

Completed in 872 milliseconds

12