Home
last modified time | relevance | path

Searched refs:m_nLastColumnIndex (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/dbaccess/source/core/api/
H A DRowSetBase.cxx103 ,m_nLastColumnIndex(-1) in DBG_NAME()
226m_nLastColumnIndex != -1) && !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_a… in impl_wasNull()
286 return ((*m_aCurrentRow)->get())[m_nLastColumnIndex = columnIndex]; in impl_getValue()
406 …return new ::comphelper::SequenceInputStream(((*m_aCurrentRow)->get())[m_nLastColumnIndex = column… in getBinaryStream()
H A DRowSet.cxx1317 …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 …comphelper::SequenceInputStream(((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex = columnInde… in getBinaryStream()
1420 …comphelper::SequenceInputStream(((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex = columnInde… in getCharacterStream()
1442 …return new ::connectivity::BlobHelper(((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex = colu… in getBlob()
H A DRowSetCache.hxx137 sal_Int32 m_nLastColumnIndex; // the last column ask for, used for wasNull() member in dbaccess::ORowSetCache
H A DRowSetBase.hxx149 sal_Int32 m_nLastColumnIndex; // the last column ask for, used for wasNull() member in dbaccess::ORowSetBase
H A DRowSetCache.cxx98 ,m_nLastColumnIndex(0) in DBG_NAME()

Completed in 62 milliseconds