Skip to main content

DBMTables.TooLong

persistent class DBMTables.TooLong extends %Library.Persistent

SQL Table Name: DBMTables.TooLong

Property Inventory

Method Inventory

Properties

property ItemID as %String (MAXLEN = 200) [ Required ];
Property methods: ItemIDDisplayToLogical(), ItemIDGet(), ItemIDGetStored(), ItemIDIsValid(), ItemIDLogicalToDisplay(), ItemIDLogicalToOdbc(), ItemIDNormalize(), ItemIDSet()
property ItemType as %String;
This can be "documatic" "docbook" or "relnotes"
Property methods: ItemTypeDisplayToLogical(), ItemTypeGet(), ItemTypeGetStored(), ItemTypeIsValid(), ItemTypeLogicalToDisplay(), ItemTypeLogicalToOdbc(), ItemTypeNormalize(), ItemTypeSet()
property NewLength as %Integer;
Property methods: NewLengthDisplayToLogical(), NewLengthGet(), NewLengthGetStored(), NewLengthIsValid(), NewLengthLogicalToDisplay(), NewLengthNormalize(), NewLengthSet()
property OriginalLength as %Integer;
Property methods: OriginalLengthDisplayToLogical(), OriginalLengthGet(), OriginalLengthGetStored(), OriginalLengthIsValid(), OriginalLengthLogicalToDisplay(), OriginalLengthNormalize(), OriginalLengthSet()
property SourceFile as %String (MAXLEN = 200);
Property methods: SourceFileDisplayToLogical(), SourceFileGet(), SourceFileGetStored(), SourceFileIsValid(), SourceFileLogicalToDisplay(), SourceFileLogicalToOdbc(), SourceFileNormalize(), SourceFileSet()

Methods

classmethod ClearItemType(itemType As %String = "")
classmethod CreateOrOpen(ItemID="") as DBMTables.TooLong
classmethod GenerateXMLReport(verbose As %Boolean = 0)

Indexes

index (MainIDX on ItemID) [IdKey, Type = key, Unique];
Index methods: MainIDXCheck(), MainIDXDelete(), MainIDXExists(), MainIDXOpen(), MainIDXSQLCheckUnique(), MainIDXSQLExists(), MainIDXSQLFindPKeyByConstraint(), MainIDXSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DBMTables.TooLong)

^DBMTables.TooLongD(ID)
=
%%CLASSNAME
SourceFile
ItemID
OriginalLength
NewLength
ItemType
FeedbackOpens in a new tab