Searched refs:m_nLastColumnIndex (Results 1 – 5 of 5) sorted by relevance
103 ,m_nLastColumnIndex(-1) in DBG_NAME()226 …m_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()
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 …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()
137 sal_Int32 m_nLastColumnIndex; // the last column ask for, used for wasNull() member in dbaccess::ORowSetCache
149 sal_Int32 m_nLastColumnIndex; // the last column ask for, used for wasNull() member in dbaccess::ORowSetBase
98 ,m_nLastColumnIndex(0) in DBG_NAME()
Completed in 274 milliseconds