Skip to main content

%iFind.Index.AbstractPath

SQL Table Name: %iFind_Index.AbstractPath

This class is deprecated and will no longer be used when generating table projections for an iFind index. Read-only projection of the entities making up a path in a particular record. Controlled through the IFINDADVANCED parameter in %iFind.Index.Analytic

Property Inventory

Parameters

parameter READONLY = 1;
Inherited description: READONLY = 1 means that objects can be created, opened but not saved or deleted. Tables are projected to SQL as READONLY.

Properties

property EntId as %iFind.Entity;
An entity occuring in this path
Property methods: EntIdGet(), EntIdGetObject(), EntIdGetObjectId(), EntIdGetSwizzled(), EntIdIsValid(), EntIdNewObject(), EntIdSet(), EntIdSetObject(), EntIdSetObjectId(), EntIdUnSwizzle()
property PathId as %Integer [ Required ];
The Path ID
Property methods: PathIdDisplayToLogical(), PathIdGet(), PathIdIsValid(), PathIdLogicalToDisplay(), PathIdNormalize(), PathIdSet()
property Pos as %Integer [ Required ];
The entity's position within this path
Property methods: PosDisplayToLogical(), PosGet(), PosIsValid(), PosLogicalToDisplay(), PosNormalize(), PosSet()
property RecId as %Integer [ Required ];
The record in which the path appears
Property methods: RecIdDisplayToLogical(), RecIdGet(), RecIdIsValid(), RecIdLogicalToDisplay(), RecIdNormalize(), RecIdSet()

Indexes

index (PathIndex on RecId,PathId,Pos) [IdKey, Type = key];
Index methods: PathIndexCheck(), PathIndexDelete(), PathIndexExists(), PathIndexOpen(), PathIndexSQLCheckUnique(), PathIndexSQLExists(), PathIndexSQLFindPKeyByConstraint(), PathIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab