|
| | DataUpdaterFacade (IPMUnknown *boss) |
| |
| virtual | ~DataUpdaterFacade () |
| |
| bool16 | CanInsertData (ITextModel *iTextModel, TextIndex textIndex, int32 length) |
| |
| ErrorCode | InsertData (ITextModel *iTextModel, TextIndex &textIndex, int32 length, const WideString &table, const WideString &key, const WideString &field, const WideString &value) |
| |
| ErrorCode | InsertAllData (ITextModel *iTextModel, TextIndex &textIndex, const IDFile &file) |
| |
| ErrorCode | UpdateData (const UIDRef &docUIDRef, const IDFile &file) |
| |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| |
| void | AddRef () const |
| |
| void | Release () const |
| |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| |
| | CPMUnknown (const CPMUnknown &)=delete |
| |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
| |
From SDK sample; IDataUpdaterFacade implementation.
| DataUpdaterFacade::DataUpdaterFacade | ( | IPMUnknown * | boss | ) | |
Constructor
- Parameters
| boss | on which this interface is aggregated. |
| DataUpdaterFacade::~DataUpdaterFacade | ( | | ) | |
| virtual |
| bool16 DataUpdaterFacade::CanInsertData | ( | ITextModel * | iTextModel, | | | TextIndex | textIndex, | | | int32 | length | | ) | | |
| virtual |
| ErrorCode DataUpdaterFacade::InsertAllData | ( | ITextModel * | iTextModel, | | | TextIndex & | textIndex, | | | const IDFile & | file | | ) | | |
| virtual |
| ErrorCode DataUpdaterFacade::UpdateData | ( | const UIDRef & | docUIDRef, | | | const IDFile & | file | | ) | | |
| virtual |