CNssVASDBEvent Class Reference
class CNssVASDBEvent : public CBase |
CNssVASDBEvent class encapsulates a VAS DB event. A VAS DB evnt consists of the type of event and the tag object on which the event occured. The enumeration above shows the event types. Symbian DBMS event types do not have tag tag with them (set to NULL). The client is responsible for deleting the event object, otherwise a memory leak would occur. NssVASApi.lib
- Since
- 2.8
Constructor & Destructor Documentation
CNssVASDBEvent()
CNssVASDBEvent | ( | ) | [private] |
Member Functions Documentation
ConstructL(TVASDBEventType &, MNssTag *)
NewL(TVASDBEventType &, MNssTag *)
NewLC(TVASDBEventType &, MNssTag *)
Tag()
Function to get the tag object on which the event took place. Deleting the event, deletes the tag associated with it.
- Since
- 2.0
Type()
Get function to determine the type of event
- Since
- 2.0
Member Enumerations Documentation
Enum TVASDBEventType
Enumerators
EVASDatabaseEventNull | |
EVASDatabaseEventDatabaseClose | |
EVASDatabaseEventDatabaseUnlock | |
EVASDatabaseEventDatabaseCommit | |
EVASDatabaseEventDatabaseRollback | |
EVASDatabaseEventDatabaseRecover | |
EVASDatabaseEventTagAdded | |
EVASDatabaseEventTagChanged | |
EVASDatabaseEventTagDeleted | |
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.