Skip to main content

DBMTables.Listings

persistent class DBMTables.Listings extends %Library.Persistent

SQL Table Name: DBMTables.Listings

Contains 1 record for each <programlisting>

Property Inventory

Method Inventory

Properties

property BadSyntax as %Boolean [ InitialExpression = 0 ];
Property methods: BadSyntaxDisplayToLogical(), BadSyntaxGet(), BadSyntaxGetStored(), BadSyntaxIsValid(), BadSyntaxLogicalToDisplay(), BadSyntaxNormalize(), BadSyntaxSet()
property Content as %String (MAXLEN = 5000000);
Full content of the <programlisting>.
Property methods: ContentDisplayToLogical(), ContentGet(), ContentGetStored(), ContentIsValid(), ContentLogicalToDisplay(), ContentLogicalToOdbc(), ContentNormalize(), ContentSet()
property HasNBSpace as %Boolean [ InitialExpression = 0 ];
Property methods: HasNBSpaceDisplayToLogical(), HasNBSpaceGet(), HasNBSpaceGetStored(), HasNBSpaceIsValid(), HasNBSpaceLogicalToDisplay(), HasNBSpaceNormalize(), HasNBSpaceSet()
property HasProblem as %Boolean [ InitialExpression = 0 ];
Property methods: HasProblemDisplayToLogical(), HasProblemGet(), HasProblemGetStored(), HasProblemIsValid(), HasProblemLogicalToDisplay(), HasProblemNormalize(), HasProblemSet()
property HasTab as %Boolean [ InitialExpression = 0 ];
Property methods: HasTabDisplayToLogical(), HasTabGet(), HasTabGetStored(), HasTabIsValid(), HasTabLogicalToDisplay(), HasTabNormalize(), HasTabSet()
property Lang as %String;
Displayed in table; used as filter.
Property methods: LangDisplayToLogical(), LangGet(), LangGetStored(), LangIsValid(), LangLogicalToDisplay(), LangLogicalToOdbc(), LangNormalize(), LangSet()
property LongLine as %Boolean [ InitialExpression = 0 ];
Property methods: LongLineDisplayToLogical(), LongLineGet(), LongLineGetStored(), LongLineIsValid(), LongLineLogicalToDisplay(), LongLineNormalize(), LongLineSet()
property ParentTopic as %String (MAXLEN = 200);
Parent DocBookId. Displayed in table; used as filter.
Property methods: ParentTopicDisplayToLogical(), ParentTopicGet(), ParentTopicGetStored(), ParentTopicIsValid(), ParentTopicLogicalToDisplay(), ParentTopicLogicalToOdbc(), ParentTopicNormalize(), ParentTopicSet()
property ShortContent as %String (MAXLEN = 50);
First 50 characters of the <programlisting>. Displayed in table.
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 ExportBadListingsToCSV(verbose As %Boolean = 0, initialize As %Boolean = 0)
Exports records from this table to a CSV file. Returns the name of the exported file.
classmethod GenerateXMLReport(verbose As %Boolean = 0)
classmethod Rebuild(verbose As %Integer = 0, prompt As %Boolean = 0)
verbose can be 0, 1, or 2
classmethod ShowBadSyntax(verbose As %Boolean = 0)
classmethod ShowHasATab(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.Listings)

^DBMTables.ListingsD(ID)
=
%%CLASSNAME
ParentTopic
Lang
Content
ShortContent
SourceFile
HasProblem
BadSyntax
HasTab
LongLine
HasNBSpace
FeedbackOpens in a new tab