Home
last modified time | relevance | path

Searched refs:io_aRow (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/dbaccess/source/core/api/
H A DRowSetCache.cxx575 io_aRow[columnIndex].setNull(); in updateNull()
578 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateNull()
595 io_aRow[columnIndex] = rInsert[columnIndex]; in updateValue()
598 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateValue()
617 io_aRow[columnIndex] = makeAny(x); in updateCharacterStream()
620 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateCharacterStream()
638 io_aRow[columnIndex] = rInsert[columnIndex]; in updateObject()
641 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateObject()
660 io_aRow[columnIndex] = rInsert[columnIndex]; in updateNumericObject()
663 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateNumericObject()
[all …]
H A DOptimisticSet.cxx566 io_aRow[aJoinIter->second] = io_aRow[i_nColumnIndex]; in mergeColumnValues()
568 io_aRow[aJoinIter->second].setModified(); in mergeColumnValues()
615io_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()
735 …setParameter(i++,xParameter,io_aRow[aKeyIter->second.nPosition],aKeyIter->second.nType,aKeyIter->s… in fillMissingValues()
748io_aRow[aColIter->second.nPosition].fill(i++,aColIter->second.nType,aColIter->second.bNullable,xRo… in fillMissingValues()
[all …]
H A DRowSetCache.hxx168 ,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 DOptimisticSet.hxx93 …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 DCacheSet.hxx169 …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;

Completed in 45 milliseconds