hidden deprecatedabstract persistent class %iFind.Index.AbstractAttribute
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 records in which a particular attribute occurs.
Controlled through the IFINDATTRIBUTES parameter in %iFind.Index.Semantic
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 AttributeId
as %Integer;
The attribute appearing in this record
property RecId
as %Integer;
The record in which the attribute appears
index (NewIndex1 on AttributeId,RecId) [IdKey];