Skip to main content

%iFind.OriginalWord

persistent class %iFind.OriginalWord extends %Library.Persistent

SQL Table Name: %iFind.OriginalWord

This table maps all original words appearing in text indexed by an iFind index using namespace-wide shared storage (cf the IFINDSHAREDSTORAGELOCATION parameter in %iFind.Index.Basic).

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 OriginalWord as %iFind.Word [ Required ];
The original word form.
Property methods: OriginalWordGet(), OriginalWordGetObject(), OriginalWordGetObjectId(), OriginalWordGetSwizzled(), OriginalWordIsValid(), OriginalWordNewObject(), OriginalWordSet(), OriginalWordSetObject(), OriginalWordSetObjectId(), OriginalWordUnSwizzle()

Indexes

index (IDKey on OriginalWord) [IdKey, PrimaryKey, Type = key, Unique];
Index methods: IDKeyCheck(), IDKeyDelete(), IDKeyExists(), IDKeyOpen(), IDKeySQLCheckUnique(), IDKeySQLExists(), IDKeySQLFindPKeyByConstraint(), IDKeySQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: SQLStorage

Maps: 1

  • Map number 1 is named Data

    thismap.Global: ^IRIS.IF.TransfoB

  • ^IRIS.IF.TransfoB(0,{OriginalWord}\64000+1,{OriginalWord})
    =
FeedbackOpens in a new tab