hidden deprecatedabstract persistent class %iFind.Index.AbstractPathVal
extends %Persistent
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
parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted.
Tables are projected to SQL as READONLY.
property PathId
as %Integer;
The path's ID
property RecId
as %Integer;
The record in which the path appears
property Value
as %String;
A comma-separated list of entity IDs making up this path
index (PathIndex on RecId,PathId) [IdKey];