Home
last modified time | relevance | path

Searched refs:_rDeleteRow (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx377 void SAL_CALL OptimisticSet::deleteRow(const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable&… in deleteRow() argument
400 …lcl_fillKeyCondition(aIter->second.sTableName,sQuotedColumnName,(_rDeleteRow->get())[aIter->second… in deleteRow()
418 executeDelete(_rDeleteRow,sSql.makeStringAndClear(),aSqlIter->first); in deleteRow()
423 void OptimisticSet::executeDelete(const ORowSetRow& _rDeleteRow,const ::rtl::OUString& i_sSQL,const… in executeDelete() argument
437 …setParameter(i++,xParameter,(_rDeleteRow->get())[aIter->second.nPosition],aIter->second.nType,aIte… in executeDelete()
443 sal_Int32 nBookmark = ::comphelper::getINT32((_rDeleteRow->get())[0].getAny()); in executeDelete()
H A DStaticSet.cxx361 void SAL_CALL OStaticSet::deleteRow(const ORowSetRow& _rDeleteRow ,const connectivity::OSQLTable& _… in deleteRow() argument
364 OCacheSet::deleteRow(_rDeleteRow,_xTable); in deleteRow()
367 ORowSetMatrix::iterator aPos = m_aSet.begin()+(_rDeleteRow->get())[0].getInt32(); in deleteRow()
H A DKeySet.cxx993 void SAL_CALL OKeySet::deleteRow(const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable& _xTab… in deleteRow() argument
1031 if((_rDeleteRow->get())[aIter->second.nPosition].isNull()) in deleteRow()
1049 if((_rDeleteRow->get())[aIter->second.nPosition].isNull()) in deleteRow()
1075 …setParameter(i,xParameter,(_rDeleteRow->get())[aIter->second.nPosition],aIter->second.nType,aIter-… in deleteRow()
1084 …setParameter(i,xParameter,(_rDeleteRow->get())[*aIdxColIter],(_rDeleteRow->get())[*aIdxColIter].ge… in deleteRow()
1091 sal_Int32 nBookmark = ::comphelper::getINT32((_rDeleteRow->get())[0].getAny()); in deleteRow()
H A DCacheSet.cxx396 void SAL_CALL OCacheSet::deleteRow(const ORowSetRow& _rDeleteRow ,const connectivity::OSQLTable& _x… in deleteRow() argument
438 fillParameters(_rDeleteRow,_xTable,aSql,aColumnName,aOrgValues); in deleteRow()
449 …setParameter(i,xParameter,(_rDeleteRow->get())[*j],m_xSetMetaData->getColumnType(i),m_xSetMetaData… in deleteRow()
H A DOptimisticSet.hxx66 …void executeDelete(const ORowSetRow& _rDeleteRow,const ::rtl::OUString& i_sSQL,const ::rtl::OUStri…
H A DCacheSet.hxx141 …virtual void SAL_CALL deleteRow( const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable& _xTa…

Completed in 63 milliseconds