Home
last modified time | relevance | path

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

/trunk/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()
488 Any ORowSetCache::getBookmark( ) in getBookmark()
668 sal_Bool ORowSetCache::next( ) in next()
705 sal_Bool ORowSetCache::isLast( ) in isLast()
1063 sal_Bool ORowSetCache::first( ) in first()
1088 sal_Bool ORowSetCache::last( ) in last()
[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
194 ORowSetCache(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;
139 ORowSetCache* m_pCache; // the cache is used by the rowset and his clone (shared)
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()

Completed in 64 milliseconds