Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx402 m_aInsertRow = m_pInsertMatrix->end(); in setFetchSize()
569 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateNull()
589 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateValue()
613 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateCharacterStream()
630 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateObject()
652 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateNumericObject()
1270 if ( !m_bNew || !m_aInsertRow->isValid() ) in insertRow()
1273 m_pCacheSet->insertRow(*m_aInsertRow,m_aUpdateTable); in insertRow()
1279 Any aBookmark = ((*m_aInsertRow)->get())[0].makeAny(); in insertRow()
1318 … if ( aCacheIter->second.pRowSet->isInsertRow() && aCacheIter->second.aIterator == m_aInsertRow ) in cancelRowModification()
[all …]
H A DRowSet.cxx1223 m_aCurrentRow = m_pCache->m_aInsertRow; in moveToInsertRow()
1317 …return ( m_pCache && isInsertRow() ) ? ((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex].isNu… in wasNull()
1325 return ((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex = columnIndex]; in getInsertValue()
1408 …return new ::comphelper::SequenceInputStream(((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex… in getBinaryStream()
1420 …return new ::comphelper::SequenceInputStream(((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex… in getCharacterStream()
1442 …return new ::connectivity::BlobHelper(((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex = colu… in getBlob()
2750 m_aCurrentRow = m_pCache->m_aInsertRow; in checkUpdateIterator()
H A DRowSetCache.hxx134 ORowSetMatrix::iterator m_aInsertRow; // represent a insert row member in dbaccess::ORowSetCache
H A DCacheSet.hxx59 ORowSetRow m_aInsertRow; member in dbaccess::OCacheSet
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx190 if(m_aInsertRow.isValid()) in clear()
191 m_aInsertRow->get().clear(); in clear()
644 m_bRowInserted = m_pTable->InsertRow(m_aInsertRow.getBody(), sal_True,m_xColsIdx); in insertRow()
647 sal_Int32 nPos = (m_aInsertRow->get())[0]->getValue(); in insertRow()
649 *(m_aInsertRow->get())[0] = sal_Int32(m_pFileSet->get().size()); in insertRow()
665 m_bRowUpdated = m_pTable->UpdateRow(m_aInsertRow.getBody(), m_aRow,m_xColsIdx); in updateRow()
666 *(m_aInsertRow->get())[0] = (sal_Int32)(m_aRow->get())[0]->getValue(); in updateRow()
707 if(m_aInsertRow.isValid()) in cancelRowUpdates()
709 OValueRefVector::Vector::iterator aIter = m_aInsertRow->get().begin()+1; in cancelRowUpdates()
710 for(;aIter != m_aInsertRow->get().end();++aIter) in cancelRowUpdates()
[all …]
/trunk/main/connectivity/source/inc/file/
H A DFResultSet.hxx105 OValueRefRow m_aInsertRow; // needed for insert by cursor member in connectivity::file::OResultSet