Home
last modified time | relevance | path

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

/aoo42x/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()
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()
184 sal_Bool SAL_CALL OStaticSet::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
190 sal_Bool SAL_CALL OStaticSet::isLast( ) throw(SQLException, RuntimeException) in isLast()
203 void SAL_CALL OStaticSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
211 sal_Bool SAL_CALL OStaticSet::first( ) throw(SQLException, RuntimeException) in first()
222 sal_Bool SAL_CALL OStaticSet::last( ) throw(SQLException, RuntimeException) in last()
[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()

Completed in 38 milliseconds