Searched refs:io_aRow (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | RowSetCache.cxx | 563 void ORowSetCache::updateNull(sal_Int32 columnIndex,ORowSetValueVector::Vector& io_aRow in updateNull() argument 575 io_aRow[columnIndex].setNull(); in updateNull() 577 m_pCacheSet->mergeColumnValues(columnIndex,rInsert,io_aRow,o_ChangedColumns); in updateNull() 578 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateNull() 583 ,ORowSetValueVector::Vector& io_aRow in updateValue() argument 595 io_aRow[columnIndex] = rInsert[columnIndex]; in updateValue() 597 m_pCacheSet->mergeColumnValues(columnIndex,rInsert,io_aRow,o_ChangedColumns); in updateValue() 598 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateValue() 603 , sal_Int32 length,ORowSetValueVector::Vector& io_aRow in updateCharacterStream() argument 617 io_aRow[columnIndex] = makeAny(x); in updateCharacterStream() [all …]
|
| H A D | OptimisticSet.cxx | 560 …ex,ORowSetValueVector::Vector& io_aInsertRow,ORowSetValueVector::Vector& io_aRow,::std::vector<sal… in mergeColumnValues() argument 566 io_aRow[aJoinIter->second] = io_aRow[i_nColumnIndex]; in mergeColumnValues() 568 io_aRow[aJoinIter->second].setModified(); in mergeColumnValues() 602 …st ORowSetValueVector::Vector& io_aCachedRow,ORowSetValueVector::Vector& io_aRow,const ::std::vect… in updateColumnValues() argument 615 … io_aRow[aFind->second.nPosition].setSigned(io_aCachedRow[aFind->second.nPosition].isSigned()); in updateColumnValues() 616 if ( io_aCachedRow[aFind->second.nPosition] != io_aRow[aFind->second.nPosition] ) in updateColumnValues() 629 io_aRow[aIter->second.nPosition] = io_aCachedRow[aIter->second.nPosition]; in updateColumnValues() 630 io_aRow[aIter->second.nPosition].setModified(); in updateColumnValues() 678 void OptimisticSet::fillMissingValues(ORowSetValueVector::Vector& io_aRow) const in fillMissingValues() 695 …lcl_fillKeyCondition(aColIter->second.sTableName,sQuotedColumnName,io_aRow[aColIter->second.nPosit… in fillMissingValues() [all …]
|
| H A D | RowSetCache.hxx | 168 ,ORowSetValueVector::Vector& io_aRow 172 void impl_updateRowFromCache_throw(ORowSetValueVector::Vector& io_aRow 228 …tar::io::XInputStream >& x, sal_Int32 length,ORowSetValueVector::Vector& io_aRow,::std::vector<sal… 230 …mnIndex, const ::com::sun::star::uno::Any& x,ORowSetValueVector::Vector& io_aRow ,::std::vector<sa… 231 …com::sun::star::uno::Any& x, sal_Int32 scale,ORowSetValueVector::Vector& io_aRow ,::std::vector<sa… 233 ,ORowSetValueVector::Vector& io_aRow
|
| H A D | OptimisticSet.hxx | 93 …ex,ORowSetValueVector::Vector& io_aInsertRow,ORowSetValueVector::Vector& io_aRow,::std::vector<sal… 95 …st ORowSetValueVector::Vector& io_aCachedRow,ORowSetValueVector::Vector& io_aRow,const ::std::vect… 96 virtual void fillMissingValues(ORowSetValueVector::Vector& io_aRow) const;
|
| H A D | CacheSet.hxx | 169 …ex,ORowSetValueVector::Vector& io_aInsertRow,ORowSetValueVector::Vector& io_aRow,::std::vector<sal… 171 …st ORowSetValueVector::Vector& io_aCachedRow,ORowSetValueVector::Vector& io_aRow,const ::std::vect… 172 virtual void fillMissingValues(ORowSetValueVector::Vector& io_aRow) const;
|