Home
last modified time | relevance | path

Searched refs:m_pCacheSet (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx95 ,m_pCacheSet(NULL) in DBG_NAME()
129 m_pCacheSet = new WrappedResultSet(i_nMaxRows); in DBG_NAME()
130 m_xCacheSet = m_pCacheSet; in DBG_NAME()
131 m_pCacheSet->construct(_xRs,i_sRowSetFilter); in DBG_NAME()
182 m_pCacheSet = pCursor; in DBG_NAME()
183 m_xCacheSet = m_pCacheSet; in DBG_NAME()
186 m_pCacheSet->construct(_xRs,i_sRowSetFilter); in DBG_NAME()
196 m_pCacheSet = NULL; in DBG_NAME()
243 m_pCacheSet = new OBookmarkSet(i_nMaxRows); in DBG_NAME()
244 m_xCacheSet = m_pCacheSet; in DBG_NAME()
[all …]
H A DRowSetCache.hxx126 …OCacheSet* m_pCacheSet; // is a bookmarkable, keyset or static res… member in dbaccess::ORowSetCache