Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%SYNC] >  [SyncTime]
Private  Storage   

persistent class %SYNC.SyncTime extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 4 1


Summary

Properties
Namespace SysId lTRN rTRN

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 GetlTrn
GetrTrn SetlTrn SetrTrn


Properties

• property Namespace as %String;
• property SysId as %String;
• property lTRN as %Integer;
• property rTRN as %Integer;

Methods

• classmethod GetlTrn(syncSYSID As %String, syncNSID As %String, ByRef ltrn As %Integer) as %Status
• classmethod GetrTrn(syncSYSID As %String, syncNSID As %String, ByRef rtrn As %Integer) as %Status
• classmethod SetlTrn(syncSYSID As %String, syncNSID As %String, ltrn As %Integer) as %Status
Set the last transaction in the SyncTime table for a given system and namespace.
• classmethod SetrTrn(syncSYSID As %String, syncNSID As %String, rtrn As %Integer) as %Status

Indices

•index (IndSysidNs on SysId,Namespace) [Unique];


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.