Skip to main content

%iFind.Index.AbstractPathVal

SQL Table Name: %iFind_Index.AbstractPathVal

This class is deprecated and will no longer be used when generating table projections for an iFind index. Read-only projection of the paths 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 PathId as %Integer [ Required ];
The path's ID
Property methods: PathIdDisplayToLogical(), PathIdGet(), PathIdIsValid(), PathIdLogicalToDisplay(), PathIdNormalize(), PathIdSet()
property RecId as %Integer [ Required ];
The record in which the path appears
Property methods: RecIdDisplayToLogical(), RecIdGet(), RecIdIsValid(), RecIdLogicalToDisplay(), RecIdNormalize(), RecIdSet()
property Value as %String;
A comma-separated list of entity IDs making up this path
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Indexes

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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab