Skip to main content

HS.Sync.Tracker.Hub

persistent class HS.Sync.Tracker.Hub extends %Library.Persistent, %XML.Adaptor

SQL Table Name: HS_Sync_Tracker.Hub

Property Inventory

Method Inventory

Properties

property HighTx as %Integer [ Required ];
Property methods: HighTxDisplayToLogical(), HighTxGet(), HighTxGetStored(), HighTxIsValid(), HighTxLogicalToDisplay(), HighTxNormalize(), HighTxSet(), HighTxXSDToLogical()
property Version as %String [ Required ];
Property methods: VersionDisplayToLogical(), VersionGet(), VersionGetStored(), VersionIsValid(), VersionLogicalToDisplay(), VersionLogicalToOdbc(), VersionNormalize(), VersionSet()

Methods

classmethod GetHubVersions(Output pVersions, Output pHubVersion As %String) as %Status
Get transactions on hub versions pVersions() = pHubVersion =
classmethod OnInstall(pNamespace="HSREGISTRY", pIsUpgrade=0) as %Status

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (VersionIndex on Version) [Data = HighTx, Unique];
Index methods: VersionIndexCheck(), VersionIndexCheckUnique(), VersionIndexDelete(), VersionIndexExists(), VersionIndexOpen(), VersionIndexSQLCheckUnique(), VersionIndexSQLExists(), VersionIndexSQLFindPKeyByConstraint(), VersionIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (HS.Sync.Tracker.Hub)

^HS.Sync.Tracker.HubD(ID)
=
%%CLASSNAME
Version
HighTx
FeedbackOpens in a new tab