Home
last modified time | relevance | path

Searched refs:WrappedResultSet (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx48 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()
73 sal_Bool SAL_CALL WrappedResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) t… in moveRelativeToBookmark()
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()
98 Sequence< sal_Int32 > SAL_CALL WrappedResultSet::deleteRows( const Sequence< Any >& rows ,const con… in deleteRows()
109 void SAL_CALL WrappedResultSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTa… in insertRow()
125 void SAL_CALL WrappedResultSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrgina… in updateRow()
[all …]
H A DWrappedResultSet.hxx36 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 DRowSetCache.cxx129 m_pCacheSet = new WrappedResultSet(i_nMaxRows); in DBG_NAME()
282 m_pCacheSet = new WrappedResultSet(i_nMaxRows); in DBG_NAME()
/trunk/main/dbaccess/
H A DLibrary_dba.mk102 dbaccess/source/core/api/WrappedResultSet \