Class Reference
%Identity.Data.JoinIndex
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%Identity] >  [Data] >  [JoinIndex]
Private  Storage

persistent class %Identity.Data.JoinIndex extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 1 1


Summary

Properties
idA idB joinIndexId

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %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
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject BuildJoinIndex


Properties

• property idA as %Integer [ Required ];
• property idB as %Integer [ Required ];
• property joinIndexId as %Integer [ Required ];

Methods

• method BuildJoinIndex(pLinkageID As %Integer)
Build or rebuild the join index

Indices

• index (JoinIdx on joinIndexId,idA,idB) [IdKey,Unique];