Home
last modified time | relevance | path

Searched refs:ORowSetCache (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/dbaccess/source/core/api/
H A DRowSetCache.cxx81 DBG_NAME(ORowSetCache) in DBG_NAME() argument
83 ORowSetCache::ORowSetCache(const Reference< XResultSet >& _xRs, in DBG_NAME()
112 DBG_CTOR(ORowSetCache,NULL); in DBG_NAME()
366 ORowSetCache::~ORowSetCache() in ~ORowSetCache()
385 DBG_DTOR(ORowSetCache,NULL); in ~ORowSetCache()
389 void ORowSetCache::setFetchSize(sal_Int32 _nSize) in setFetchSize()
467 Reference< XResultSetMetaData > ORowSetCache::getMetaData( ) in getMetaData()
488 Any ORowSetCache::getBookmark( ) in getBookmark()
502 sal_Bool ORowSetCache::moveToBookmark( const Any& bookmark ) in moveToBookmark()
532 sal_Bool ORowSetCache::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) in moveRelativeToBookmark()
[all …]
H A DRowSetCacheIterator.hxx45 class ORowSetCache;
48 friend class ORowSetCache;
50 ORowSetCache* m_pCache;
53 …ORowSetCacheIterator(const ORowSetCacheMap::iterator& _rIter,ORowSetCache* _pCache,ORowSetBase* _p… in ORowSetCacheIterator()
H A DRowSetCache.hxx109 class ORowSetCache class
194ORowSetCache(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet >& _xRs,
203 ~ORowSetCache();
H A DRowSetBase.cxx853 ::std::mem_fun_t<sal_Bool,ORowSetCache>& _aMovementFunctor) in move()
905 ::std::mem_fun_t<sal_Bool,ORowSetCache> F_tmp(&ORowSetCache::first); in first()
914 ::std::mem_fun_t<sal_Bool,ORowSetCache> L_tmp(&ORowSetCache::last); in last()
H A DRowSetBase.hxx115 class ORowSetCache;
139ORowSetCache* m_pCache; // the cache is used by the rowset and…
248 ::std::mem_fun_t<sal_Bool,ORowSetCache>& _aMovementFunctor);
H A DRowSet.cxx1827 …m_pCache = new ORowSetCache( xResultSet, m_xComposer.get(), m_aContext, aComposedUpdateTableName, … in execute_NoApprove_NoNewConn()