Skip to main content

%iFind.Index.AbstractEntBits

SQL Table Name: %iFind_Index.AbstractEntBits

This class is deprecated and will no longer be used when generating table projections for an iFind index. Read-only projection of a bitmap version of the entities 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 BitValue as %Binary;
Property methods: BitValueGet(), BitValueIsValid(), BitValueSet()
property Chunk as %Integer [ Required ];
Property methods: ChunkDisplayToLogical(), ChunkGet(), ChunkIsValid(), ChunkLogicalToDisplay(), ChunkNormalize(), ChunkSet()
property RecId as %Integer [ Required ];
Property methods: RecIdDisplayToLogical(), RecIdGet(), RecIdIsValid(), RecIdLogicalToDisplay(), RecIdNormalize(), RecIdSet()

Indexes

index (EntBitsIndex on RecId,Chunk) [IdKey, PrimaryKey, Type = key];
Index methods: EntBitsIndexCheck(), EntBitsIndexDelete(), EntBitsIndexExists(), EntBitsIndexOpen(), EntBitsIndexSQLCheckUnique(), EntBitsIndexSQLExists(), EntBitsIndexSQLFindPKeyByConstraint(), EntBitsIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab