persistent class %Library.ObjectJournal
extends %Persistent
classmethod AddJrnRecToSyncSet(objSyncSet As %SYNC.SyncSet, iTranPtr As %Integer = 0, iObjPtr As %Integer = 0, srcSystem As %String, srcNS As %String, changed As %List = "", originSystem As %String = "", originNS As %String = "")
as %Integer
AddJrnRecToSync
classmethod PropertyValuesClose(ByRef qHandle As %Binary)
as %Status
classmethod PropertyValuesExecute(ByRef qHandle As %Binary, iTranPtr As %Integer = 0, iJrnPtr As %Integer = 0)
as %Status
classmethod PropertyValuesFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0)
as %Status
index (IDKey on TranId,JournalPtr) [IdKey,Unique];