Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

DBMTables.IndexTerms

persistent class DBMTables.IndexTerms extends %Library.Persistent

SQL Table Name: DBMTables.IndexTerms

This class stores one record for each tag in the DocBook database. For general comments, see DBMTables.Utils.

Property Inventory

Method Inventory

Properties

property IndexTerm as %String (MAXLEN = 200);
Property methods: IndexTermDisplayToLogical(), IndexTermGet(), IndexTermGetStored(), IndexTermIsValid(), IndexTermLogicalToDisplay(), IndexTermLogicalToOdbc(), IndexTermNormalize(), IndexTermSet()
property ParentTopic as %String (MAXLEN = 200);
Parent DocBookId. Displayed in table
Property methods: ParentTopicDisplayToLogical(), ParentTopicGet(), ParentTopicGetStored(), ParentTopicIsValid(), ParentTopicLogicalToDisplay(), ParentTopicLogicalToOdbc(), ParentTopicNormalize(), ParentTopicSet()
property ShortContent as %String (MAXLEN = 2000);
Property methods: ShortContentDisplayToLogical(), ShortContentGet(), ShortContentGetStored(), ShortContentIsValid(), ShortContentLogicalToDisplay(), ShortContentLogicalToOdbc(), ShortContentNormalize(), ShortContentSet()
property SourceFile as %String (MAXLEN = 200);
Displayed in table; used as filter.
Property methods: SourceFileDisplayToLogical(), SourceFileGet(), SourceFileGetStored(), SourceFileIsValid(), SourceFileLogicalToDisplay(), SourceFileLogicalToOdbc(), SourceFileNormalize(), SourceFileSet()

Methods

classmethod Rebuild(verbose As %Boolean = 0)

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DBMTables.IndexTerms)

^DBMTables.IndexTermsD(ID)
=
%%CLASSNAME
IndexTerm
ShortContent
ParentTopic
SourceFile
FeedbackOpens in a new tab