Home
last modified time | relevance | path

Searched refs:OBookmarkSet (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A DBookmarkSet.cxx48 void OBookmarkSet::construct(const Reference< XResultSet>& _xDriverSet,const ::rtl::OUString& i_sRo… in construct()
55 Any SAL_CALL OBookmarkSet::getBookmark() throw(SQLException, RuntimeException) in getBookmark()
61 sal_Bool SAL_CALL OBookmarkSet::moveToBookmark( const Any& bookmark ) throw(SQLException, RuntimeEx… in moveToBookmark()
67 sal_Bool SAL_CALL OBookmarkSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw… in moveRelativeToBookmark()
73 sal_Int32 SAL_CALL OBookmarkSet::compareBookmarks( const Any& _first, const Any& _second ) throw(SQ… in compareBookmarks()
79 sal_Bool SAL_CALL OBookmarkSet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks()
85 sal_Int32 SAL_CALL OBookmarkSet::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExc… in hashBookmark()
92 Sequence< sal_Int32 > SAL_CALL OBookmarkSet::deleteRows( const Sequence< Any >& rows ,const connect… in deleteRows()
103 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()
[all …]
H A DBookmarkSet.hxx37 class OBookmarkSet : public OCacheSet class
43 OBookmarkSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OBookmarkSet() function in dbaccess::OBookmarkSet
45 ~OBookmarkSet() in ~OBookmarkSet()
H A DRowSetCache.cxx243 m_pCacheSet = new OBookmarkSet(i_nMaxRows); in DBG_NAME()