%SYS.Journal.Marker
persistent class %SYS.Journal.Marker extends %SYS.Journal.Record
SQL Table Name: %SYS_Journal.Marker
Journal marker related APIProperty Inventory
Method Inventory
- MIDGet()
- MarkerListClose()
- MarkerListExecute()
- MarkerListFetch()
- PrevMarkerGet()
- SequenceGet()
- TextGet()
- TranslateType()
Parameters
parameter READONLY = 1;
Inherited description: READONLY = 1 means that objects can be created, opened but not saved or deleted.
Tables are projected to SQL as READONLY.
Properties
property MID as %Integer [ Calculated ];
Marker ID (or Marker Type)
Property methods: MIDDisplayToLogical(), MIDIsValid(), MIDLogicalToDisplay(), MIDNormalize()
property PrevMarker as %SYS.Journal.Marker [ Calculated ];
Object reference to the previous marker in the journal file or NULLOREF if this is the first marker
property Sequence as %Integer [ Calculated ];
Cluster journal sequence number of the marker on a clustered system or 0 otherwise
Property methods: SequenceDisplayToLogical(), SequenceIsValid(), SequenceLogicalToDisplay(), SequenceNormalize()
property Text as %VarString [ Calculated ];
Text string associated with the marker
Property methods: TextDisplayToLogical(), TextIsValid(), TextLogicalToDisplay(), TextLogicalToOdbc(), TextNormalize()
Methods
method MIDGet() as %Integer
classmethod MarkerListExecute(ByRef qHandle As %Binary, FileName As %SysPath = "", Offset As %Integer = 0) as %Status
classmethod MarkerListFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
method PrevMarkerGet() as %SYS.Journal.Marker
method SequenceGet() as %Integer
method TextGet() as %String
Translate the numeric marker type (MID) to the string form
Queries
Selects File Offset As %Integer, Cluster Sequence Number As %Integer, Type As %Integer, Text As %String, Time As %TimeStamp
Returns a list of journal markers
Inherited Members
Inherited Properties
- Address
- ECPSystemID
- InTransaction
- JobID
- Next
- NextAddress
- Prev
- PrevAddress
- ProcessID
- RemoteSystemID
- TimeStamp
- Type
- TypeName
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BuildDeferredIndices()
- %BuildIndices()
- %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()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- Count()
- ECPSystemIDGet()
- FetchRows()
- GetAddressNear()
- GetPhysicalLocation()
- GetRealPIDSYSinFilter()
- InTransactionGet()
- JobIDGet()
- NextAddressGet()
- NextGet()
- PIDLookup()
- PrevAddressGet()
- PrevGet()
- ProcessIDGet()
- RemoteSystemIDGet()
- Restore()
- TimeStampGet()
- TypeNameGet()
Storage
Gray indicates storage defined by superclasses.