Searched refs:ORowSetCache (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 81 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 D | RowSetCacheIterator.hxx | 45 class ORowSetCache; 48 friend class ORowSetCache; 50 ORowSetCache* m_pCache; 53 …ORowSetCacheIterator(const ORowSetCacheMap::iterator& _rIter,ORowSetCache* _pCache,ORowSetBase* _p… in ORowSetCacheIterator()
|
H A D | RowSetCache.hxx | 109 class ORowSetCache class 194 ORowSetCache(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet >& _xRs, 203 ~ORowSetCache();
|
H A D | RowSetBase.cxx | 853 ::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 D | RowSetBase.hxx | 115 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 D | RowSet.cxx | 1827 …m_pCache = new ORowSetCache( xResultSet, m_xComposer.get(), m_aContext, aComposedUpdateTableName, … in execute_NoApprove_NoNewConn()
|
Completed in 42 milliseconds