Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/core/api/
H A DStaticSet.cxx69 void OStaticSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 /*_nPosition*/) in fillValueRow()
76 Any SAL_CALL OStaticSet::getBookmark() throw(SQLException, RuntimeException) in getBookmark()
82 sal_Bool SAL_CALL OStaticSet::moveToBookmark( const Any& bookmark ) throw(SQLException, RuntimeExce… in moveToBookmark()
89 sal_Bool SAL_CALL OStaticSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(S… in moveRelativeToBookmark()
96 sal_Int32 SAL_CALL OStaticSet::compareBookmarks( const Any& _first, const Any& _second ) throw(SQLE… in compareBookmarks()
105 sal_Bool SAL_CALL OStaticSet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks()
111 sal_Int32 SAL_CALL OStaticSet::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExcep… in hashBookmark()
117 sal_Bool OStaticSet::fetchRow() in fetchRow()
135 void OStaticSet::fillAllRows() in fillAllRows()
154 sal_Bool SAL_CALL OStaticSet::next( ) throw(SQLException, RuntimeException) in next()
[all …]
H A DStaticSet.hxx35 class OStaticSet : public OCacheSet class
43 OStaticSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OStaticSet() function in dbaccess::OStaticSet
H A DRowSetCache.cxx287 m_pCacheSet = new OStaticSet(i_nMaxRows); in DBG_NAME()
351 m_pCacheSet = new OStaticSet(i_nMaxRows); in DBG_NAME()