%WebStress.Utils.Version
persistent class %WebStress.Utils.Version extends %Library.Persistent
SQL Table Name: %WebStress_Utils.Version
Property Inventory
Properties
property SavedDate as %Date [ Final ];
This is the date that the data was changed/saved on.
Property methods: SavedDateDisplayToLogical(), SavedDateGet(), SavedDateGetStored(), SavedDateIsValid(), SavedDateLogicalToDisplay(), SavedDateLogicalToOdbc(), SavedDateNormalize(), SavedDateOdbcToLogical(), SavedDateSet()
property SavedTime as %Time [ Final ];
This is the time that the data was changed/saved on.
Property methods: SavedTimeDisplayToLogical(), SavedTimeGet(), SavedTimeGetStored(), SavedTimeIsValid(), SavedTimeLogicalToDisplay(), SavedTimeLogicalToOdbc(), SavedTimeNormalize(), SavedTimeOdbcToLogical(), SavedTimeSet()
property SyncSave as %Boolean [ Transient ];
This property is used to ensure that the version is not incremented when synchronisation takes place
Property methods: SyncSaveDisplayToLogical(), SyncSaveGet(), SyncSaveIsValid(), SyncSaveLogicalToDisplay(), SyncSaveNormalize(), SyncSaveSet()
property Version as %Integer;
This is the version number of the saved object. This is used to synchronise across systems
Property methods: VersionDisplayToLogical(), VersionGet(), VersionGetStored(), VersionIsValid(), VersionLogicalToDisplay(), VersionNormalize(), VersionSet()
Indexes
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
Storage
Storage Model: Storage (%WebStress.Utils.Version)
^WebStress.Utils.VersionD(ID) |
= | %%CLASSNAME
SavedDate
SavedTime
SyncSave
Version
|