Skip to main content

%SYNC.SyncTime

Class %SYNC.SyncTime Extends %Persistent [ System = 3 ]

Properties

SysId

Property SysId As %String;

Namespace

Property Namespace As %String;

lTRN

Property lTRN As %Integer;

rTRN

Property rTRN As %Integer;

Methods

SetlTrn

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.

GetlTrn

ClassMethod GetlTrn(syncSYSID As %String, syncNSID As %String, ByRef ltrn As %Integer) As %Status

SetrTrn

ClassMethod SetrTrn(syncSYSID As %String, syncNSID As %String, rtrn As %Integer) As %Status

GetrTrn

ClassMethod GetrTrn(syncSYSID As %String, syncNSID As %String, ByRef rtrn As %Integer) As %Status