Lines Matching refs:OBookmarkSet
58 void OBookmarkSet::construct(const Reference< XResultSet>& _xDriverSet,const ::rtl::OUString& i_sRo… in construct()
65 Any SAL_CALL OBookmarkSet::getBookmark() throw(SQLException, RuntimeException) in getBookmark()
71 sal_Bool SAL_CALL OBookmarkSet::moveToBookmark( const Any& bookmark ) throw(SQLException, RuntimeEx… in moveToBookmark()
77 sal_Bool SAL_CALL OBookmarkSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw… in moveRelativeToBookmark()
83 sal_Int32 SAL_CALL OBookmarkSet::compareBookmarks( const Any& _first, const Any& _second ) throw(SQ… in compareBookmarks()
89 sal_Bool SAL_CALL OBookmarkSet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks()
95 sal_Int32 SAL_CALL OBookmarkSet::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExc… in hashBookmark()
102 Sequence< sal_Int32 > SAL_CALL OBookmarkSet::deleteRows( const Sequence< Any >& rows ,const connect… in deleteRows()
113 void SAL_CALL OBookmarkSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable&… in insertRow()
138 void SAL_CALL OBookmarkSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow… in updateRow()
163 void SAL_CALL OBookmarkSet::deleteRow(const ORowSetRow& /*_rDeleteRow*/ ,const connectivity::OSQLTa… in deleteRow()
171 void SAL_CALL OBookmarkSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates()
176 void SAL_CALL OBookmarkSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow()
184 void SAL_CALL OBookmarkSet::moveToCurrentRow( ) throw(SQLException, RuntimeException) in moveToCurrentRow()
189 void OBookmarkSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow()
195 void OBookmarkSet::updateColumn(sal_Int32 nPos,Reference< XRowUpdate > _xParameter,const ORowSetVal… in updateColumn()