Searched refs:WrappedResultSet (Results 1 – 4 of 4) sorted by relevance
/trunk/main/dbaccess/source/core/api/ |
H A D | WrappedResultSet.cxx | 48 void WrappedResultSet::construct(const Reference< XResultSet>& _xDriverSet,const ::rtl::OUString& i… in construct() 57 Any SAL_CALL WrappedResultSet::getBookmark() throw(SQLException, RuntimeException) in getBookmark() 67 sal_Bool SAL_CALL WrappedResultSet::moveToBookmark( const Any& bookmark ) throw(SQLException, Runti… in moveToBookmark() 79 sal_Int32 SAL_CALL WrappedResultSet::compareBookmarks( const Any& _first, const Any& _second ) thro… in compareBookmarks() 85 sal_Bool SAL_CALL WrappedResultSet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks() 91 sal_Int32 SAL_CALL WrappedResultSet::hashBookmark( const Any& bookmark ) throw(SQLException, Runtim… in hashBookmark() 145 void SAL_CALL WrappedResultSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates() 151 void SAL_CALL WrappedResultSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow() 157 void SAL_CALL WrappedResultSet::moveToCurrentRow( ) throw(SQLException, RuntimeException) in moveToCurrentRow() 163 void WrappedResultSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow() [all …]
|
H A D | WrappedResultSet.hxx | 36 class WrappedResultSet : public OCacheSet class 44 WrappedResultSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in WrappedResultSet() function in dbaccess::WrappedResultSet 46 ~WrappedResultSet() in ~WrappedResultSet()
|
H A D | RowSetCache.cxx | 129 m_pCacheSet = new WrappedResultSet(i_nMaxRows); in DBG_NAME() 282 m_pCacheSet = new WrappedResultSet(i_nMaxRows); in DBG_NAME()
|
/trunk/main/dbaccess/ |
H A D | Library_dba.mk | 102 dbaccess/source/core/api/WrappedResultSet \
|
Completed in 25 milliseconds