Home
last modified time | relevance | path

Searched refs:ORowSetRow (Results 1 – 20 of 20) sorted by relevance

/aoo42x/main/dbaccess/source/core/api/
H A DRowSetRow.hxx42 typedef ::vos::ORef< ORowSetValueVector > ORowSetRow; typedef
43 typedef ::std::vector< ORowSetRow > ORowSetMatrix;
48 ORowSetRow m_aRow;
54 ORowSetOldRowHelper(const ORowSetRow& _rRow) in ORowSetOldRowHelper()
72 inline ORowSetRow getRow() const { return m_aRow; } in getRow()
74 inline void setRow(const ORowSetRow& _rRow) { m_aRow = _rRow; } in setRow()
85 sal_Bool operator ()(const ORowSetRow& _rRH) in operator ()()
H A DKeySet.hxx86 …typedef ::std::pair<ORowSetRow,::std::pair<sal_Int32,::com::sun::star::uno::Reference< ::com::sun:…
134 void copyRowValue(const ORowSetRow& _rInsertRow,ORowSetRow& _rKeyRow,sal_Int32 i_nBookmark);
140 …void impl_convertValue_throw(const ORowSetRow& _rInsertRow,const SelectColumnDescription& i_aMetaD…
148 void tryRefetch(const ORowSetRow& _rInsertRow,bool bRefetch);
149 …void executeUpdate(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const ::rtl::OUSt…
150 …void executeInsert( const ORowSetRow& _rInsertRow,const ::rtl::OUString& i_sSQL,const ::rtl::OUStr…
223 …virtual void SAL_CALL updateRow(const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const…
224 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
225 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
H A DRowSetBase.cxx283 ORowSetRow rRow = (*m_aCurrentRow); in impl_getValue()
500 ORowSetRow aOldValues = getOldRow(bWasNew); in moveToBookmark()
543 ORowSetRow aOldValues = getOldRow(bWasNew); in moveRelativeToBookmark()
653 ORowSetRow aOldValues = getOldRow(bWasNew); in next()
831 ORowSetRow aOldValues = getOldRow(bWasNew); in afterLast()
870 ORowSetRow aOldValues = getOldRow(bWasNew); in move()
973 ORowSetRow aOldValues = getOldRow(bWasNew); in absolute()
1028 ORowSetRow aOldValues = getOldRow(bWasNew); in relative()
1077 ORowSetRow aOldValues = getOldRow(bWasNew); in previous()
1142 ORowSetRow rRow = (*m_aCurrentRow); in setCurrentRow()
[all …]
H A DOptimisticSet.hxx64 …void impl_convertValue_throw(const ORowSetRow& _rInsertRow,const SelectColumnDescription& i_aMetaD…
66 …void executeDelete(const ORowSetRow& _rDeleteRow,const ::rtl::OUString& i_sSQL,const ::rtl::OUStri…
86 …virtual void SAL_CALL updateRow(const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const…
87 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
88 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
H A DBookmarkSet.hxx51 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
62 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
63 …virtual void SAL_CALL updateRow(const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const…
64 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
H A DWrappedResultSet.hxx52 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
63 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
64 …virtual void SAL_CALL updateRow(const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const…
65 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
H A DStaticSet.cxx69 void OStaticSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 /*_nPosition*/) in fillValueRow()
143 ORowSetRow pRow = new connectivity::ORowVector< connectivity::ORowSetValue >(nColumnCount); in fillAllRows()
342 void SAL_CALL OStaticSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _… in insertRow()
355 void SAL_CALL OStaticSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,c… in updateRow()
361 void SAL_CALL OStaticSet::deleteRow(const ORowSetRow& _rDeleteRow ,const connectivity::OSQLTable& _… in deleteRow()
H A DCacheSet.hxx59 ORowSetRow m_aInsertRow;
75 void fillParameters( const ORowSetRow& _rRow
87 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
139 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
140 …virtual void SAL_CALL updateRow( const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,cons…
141 …virtual void SAL_CALL deleteRow( const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable& _xTa…
H A DStaticSet.hxx50 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
80 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
81 …virtual void SAL_CALL updateRow(const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const…
82 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
H A DWrappedResultSet.cxx109 void SAL_CALL WrappedResultSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTa… in insertRow()
125 void SAL_CALL WrappedResultSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrgina… in updateRow()
139 void SAL_CALL WrappedResultSet::deleteRow(const ORowSetRow& /*_rDeleteRow*/ ,const connectivity::OS… in deleteRow() argument
163 void WrappedResultSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow()
H A DBookmarkSet.cxx103 void SAL_CALL OBookmarkSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable&… in insertRow()
128 void SAL_CALL OBookmarkSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow… in updateRow()
153 void SAL_CALL OBookmarkSet::deleteRow(const ORowSetRow& /*_rDeleteRow*/ ,const connectivity::OSQLTa… in deleteRow() argument
179 void OBookmarkSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow()
H A DKeySet.cxx531 void SAL_CALL OKeySet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,cons… in updateRow()
644 void OKeySet::executeUpdate(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const ::r… in executeUpdate()
710 void SAL_CALL OKeySet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa… in insertRow()
755 void OKeySet::executeInsert( const ORowSetRow& _rInsertRow,const ::rtl::OUString& i_sSQL,const ::rt… in executeInsert()
889 ORowSetRow aKeyRow = new connectivity::ORowVector< ORowSetValue >(m_pKeyColumnNames->size()); in executeInsert()
898 void OKeySet::tryRefetch(const ORowSetRow& _rInsertRow,bool bRefetch) in tryRefetch()
953 void OKeySet::copyRowValue(const ORowSetRow& _rInsertRow,ORowSetRow& _rKeyRow,sal_Int32 i_nBookmark) in copyRowValue()
993 void SAL_CALL OKeySet::deleteRow(const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable& _xTab… in deleteRow()
1427ORowSetRow aKeyRow = new connectivity::ORowVector< ORowSetValue >((*m_pKeyColumnNames).size() + m_… in fetchRow()
1721 void OKeySet::impl_convertValue_throw(const ORowSetRow& _rInsertRow,const SelectColumnDescription& … in impl_convertValue_throw()
H A DCacheSet.cxx200 void SAL_CALL OCacheSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _x… in insertRow()
262 void OCacheSet::fillParameters( const ORowSetRow& _rRow in fillParameters()
348 void SAL_CALL OCacheSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,co… in updateRow()
396 void SAL_CALL OCacheSet::deleteRow(const ORowSetRow& _rDeleteRow ,const connectivity::OSQLTable& _x… in deleteRow()
466 void OCacheSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow()
H A DOptimisticSet.cxx178 void SAL_CALL OptimisticSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRo… in updateRow()
266 void SAL_CALL OptimisticSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable… in insertRow()
377 void SAL_CALL OptimisticSet::deleteRow(const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable&… in deleteRow()
423 void OptimisticSet::executeDelete(const ORowSetRow& _rDeleteRow,const ::rtl::OUString& i_sSQL,const… in executeDelete()
H A DRowSetCacheIterator.hxx68 ORowSetRow& operator *();
69 const ORowSetRow& operator *() const;
H A DRowSetCacheIterator.cxx69 ORowSetRow& ORowSetCacheIterator::operator *() in operator *()
74 const ORowSetRow& ORowSetCacheIterator::operator *() const in operator *()
H A DRowSetBase.hxx167 void firePropertyChange(const ORowSetRow& _rOldRow);
229 …void setCurrentRow( sal_Bool _bMoved, sal_Bool _bDoNotify, const ORowSetRow& _rOldValues, ::osl::R…
238 ORowSetRow getOldRow(sal_Bool _bWasNew);
H A DRowSet.cxx901 ORowSetRow aOldValues; in insertRow()
963 ORowSetRow aOldValues; in updateRow()
1036 ORowSetRow aOldValues; in deleteRow()
1081 ORowSetRow aOldValues; in implCancelRowUpdates()
1201 ORowSetRow aOldValues; in moveToInsertRow()
H A DCRowSetDataColumn.cxx141 ORowSetRow aRow = *m_aColumnValue; in getFastPropertyValue()
H A DRowSetCache.cxx1629 TORowSetOldRowHelperRef pRef = new ORowSetOldRowHelper(ORowSetRow()); in registerOldRow()

Completed in 146 milliseconds