Lines Matching refs:aNotify

706     ORowSetNotifier aNotify(this,rRow);  in updateValue()  local
707 m_pCache->updateValue(columnIndex,x,rRow,aNotify.getChangedColumns()); in updateValue()
708 m_bModified = m_bModified || !aNotify.getChangedColumns().empty(); in updateValue()
709 aNotify.firePropertyChange(); in updateValue()
722 ORowSetNotifier aNotify(this,rRow); in updateNull() local
723 m_pCache->updateNull(columnIndex,rRow,aNotify.getChangedColumns()); in updateNull()
724 m_bModified = m_bModified || !aNotify.getChangedColumns().empty(); in updateNull()
725 aNotify.firePropertyChange(); in updateNull()
820 ORowSetNotifier aNotify(this,rRow); in updateCharacterStream() local
821 m_pCache->updateCharacterStream(columnIndex,x,length,rRow,aNotify.getChangedColumns()); in updateCharacterStream()
822 m_bModified = m_bModified || !aNotify.getChangedColumns().empty(); in updateCharacterStream()
823 aNotify.firePropertyChange(); in updateCharacterStream()
864 ORowSetNotifier aNotify(this,rRow); in updateObject() local
865 m_pCache->updateObject(columnIndex,aNewValue,rRow,aNotify.getChangedColumns()); in updateObject()
866 m_bModified = m_bModified || !aNotify.getChangedColumns().empty(); in updateObject()
867 aNotify.firePropertyChange(); in updateObject()
878 ORowSetNotifier aNotify(this,rRow); in updateNumericObject() local
879 m_pCache->updateNumericObject(columnIndex,x,scale,rRow,aNotify.getChangedColumns()); in updateNumericObject()
880 m_bModified = m_bModified || !aNotify.getChangedColumns().empty(); in updateNumericObject()
881 aNotify.firePropertyChange(); in updateNumericObject()