Skip to main content

DBMTables.CiteTitles

persistent class DBMTables.CiteTitles extends %Library.Persistent

SQL Table Name: DBMTables.CiteTitles

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

Property Inventory

Method Inventory

Properties

property ActualTitle as %String (MAXLEN = 500);
Property methods: ActualTitleDisplayToLogical(), ActualTitleGet(), ActualTitleGetStored(), ActualTitleIsValid(), ActualTitleLogicalToDisplay(), ActualTitleLogicalToOdbc(), ActualTitleNormalize(), ActualTitleSet()
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()
property Title as %String (MAXLEN = 200);
Property methods: TitleDisplayToLogical(), TitleGet(), TitleGetStored(), TitleIsValid(), TitleLogicalToDisplay(), TitleLogicalToOdbc(), TitleNormalize(), TitleSet()

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

^DBMTables.CiteTitlesD(ID)
=
%%CLASSNAME
Title
ShortContent
ParentTopic
SourceFile
ActualTitle
FeedbackOpens in a new tab