Lines Matching refs:rRow
705 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateValue() local
706 ORowSetNotifier aNotify(this,rRow); in updateValue()
707 m_pCache->updateValue(columnIndex,x,rRow,aNotify.getChangedColumns()); in updateValue()
721 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateNull() local
722 ORowSetNotifier aNotify(this,rRow); in updateNull()
723 m_pCache->updateNull(columnIndex,rRow,aNotify.getChangedColumns()); in updateNull()
819 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateCharacterStream() local
820 ORowSetNotifier aNotify(this,rRow); in updateCharacterStream()
821 m_pCache->updateCharacterStream(columnIndex,x,length,rRow,aNotify.getChangedColumns()); in updateCharacterStream()
863 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateObject() local
864 ORowSetNotifier aNotify(this,rRow); in updateObject()
865 m_pCache->updateObject(columnIndex,aNewValue,rRow,aNotify.getChangedColumns()); in updateObject()
877 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateNumericObject() local
878 ORowSetNotifier aNotify(this,rRow); in updateNumericObject()
879 m_pCache->updateNumericObject(columnIndex,x,scale,rRow,aNotify.getChangedColumns()); in updateNumericObject()