Searched refs:m_pInsertMatrix (Results 1 – 3 of 3) sorted by relevance
97 ,m_pInsertMatrix(NULL) in DBG_NAME()376 if(m_pInsertMatrix) in ~ORowSetCache()378 m_pInsertMatrix->clear(); in ~ORowSetCache()379 delete m_pInsertMatrix; in ~ORowSetCache()401 m_pInsertMatrix = new ORowSetMatrix(1); // a little bit overkill but ??? :-) in setFetchSize()402 m_aInsertRow = m_pInsertMatrix->end(); in setFetchSize()1405 m_aInsertRow = m_pInsertMatrix->begin(); in moveToInsertRow()1476 m_aInsertRow = m_pInsertMatrix->begin(); in setUpdateIterator()1606 if ( m_aInsertRow != m_pInsertMatrix->end() && m_aInsertRow->isValid() ) in clearInsertRow()
136 m_aIter->second.aIterator == m_pCache->m_pInsertMatrix->end() in isNull()
133 …ORowSetMatrix* m_pInsertMatrix; // represent the rows which should be inserted normally this … member in dbaccess::ORowSetCache
Completed in 32 milliseconds