Skip to main content

%iFind.Index.AbstractAttributePos

SQL Table Name: %iFind_Index.AbstractAttributePos

This class is deprecated and will no longer be used when generating table projections for an iFind index. Read-only projection of the the word positions to which a particular attribute applies in a record. Controlled through the IFINDATTRIBUTES parameter in %iFind.Index.Semantic

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 AttributeId as %Integer [ Required ];
The attribute's ID
Property methods: AttributeIdDisplayToLogical(), AttributeIdGet(), AttributeIdIsValid(), AttributeIdLogicalToDisplay(), AttributeIdNormalize(), AttributeIdSet()
property Position as %Integer [ Required ];
The position to which this attribute applies
Property methods: PositionDisplayToLogical(), PositionGet(), PositionIsValid(), PositionLogicalToDisplay(), PositionNormalize(), PositionSet()
property RecId as %Integer [ Required ];
The record in which the attributed word appears
Property methods: RecIdDisplayToLogical(), RecIdGet(), RecIdIsValid(), RecIdLogicalToDisplay(), RecIdNormalize(), RecIdSet()

Indexes

index (NewIndex1 on RecId,AttributeId,Position) [IdKey, Type = key];
Index methods: NewIndex1Check(), NewIndex1Delete(), NewIndex1Exists(), NewIndex1Open(), NewIndex1SQLCheckUnique(), NewIndex1SQLExists(), NewIndex1SQLFindPKeyByConstraint(), NewIndex1SQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab