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.Review

persistent class DBMTables.Review extends %Library.Persistent

SQL Table Name: DBMTables.Review

This class stores one record for each record in DocBook.block that contains a term that we might not want in the doc. For general comments, see DBMTables.Utils.

Property Inventory

Method Inventory

Properties

property ParentTopic as %String (MAXLEN = 200);
Parent DocBookId. Displayed in table
Property methods: ParentTopicDisplayToLogical(), ParentTopicGet(), ParentTopicGetStored(), ParentTopicIsValid(), ParentTopicLogicalToDisplay(), ParentTopicLogicalToOdbc(), ParentTopicNormalize(), ParentTopicSet()
property ReviewList as %String (MAXLEN = 200);
Property methods: ReviewListDisplayToLogical(), ReviewListGet(), ReviewListGetStored(), ReviewListIsValid(), ReviewListLogicalToDisplay(), ReviewListLogicalToOdbc(), ReviewListNormalize(), ReviewListSet()
property ShortContent as %String);
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()
property Topid as %String;
Property methods: TopidDisplayToLogical(), TopidGet(), TopidGetStored(), TopidIsValid(), TopidLogicalToDisplay(), TopidLogicalToOdbc(), TopidNormalize(), TopidSet()
property Type as %String;
Property methods: TypeDisplayToLogical(), TypeGet(), TypeGetStored(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()

Methods

classmethod GetReviewList(text As %String) as %String
classmethod MakeCaseSensitiveList() as %String
classmethod MakeList() as %String
classmethod Rebuild(verbose As %Boolean = 1)

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.Review)

^DBMTables.ReviewD(ID)
=
%%CLASSNAME
ReviewList
ShortContent
ParentTopic
SourceFile
Topid
Type
FeedbackOpens in a new tab