Skip to main content

%BI.DocMag

persistent class %BI.DocMag extends %Library.Persistent, %XML.Adaptor

SQL Table Name: %BI.DocMag

Property Inventory

Properties

property DateNTime as %String (TRUNCATE = 1);
Property methods: DateNTimeDisplayToLogical(), DateNTimeGet(), DateNTimeGetStored(), DateNTimeIsValid(), DateNTimeLogicalToDisplay(), DateNTimeLogicalToOdbc(), DateNTimeNormalize(), DateNTimeSet()
property Description as %String (TRUNCATE = 1);
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionGetStored(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property DocHtml as %String (TRUNCATE = 1);
Property methods: DocHtmlDisplayToLogical(), DocHtmlGet(), DocHtmlGetStored(), DocHtmlIsValid(), DocHtmlLogicalToDisplay(), DocHtmlLogicalToOdbc(), DocHtmlNormalize(), DocHtmlSet()
Property methods: DocLinkDisplayToLogical(), DocLinkGet(), DocLinkGetStored(), DocLinkIsValid(), DocLinkLogicalToDisplay(), DocLinkLogicalToOdbc(), DocLinkNormalize(), DocLinkSet()
property FileName as %String (TRUNCATE = 1);
Property methods: FileNameDisplayToLogical(), FileNameGet(), FileNameGetStored(), FileNameIsValid(), FileNameLogicalToDisplay(), FileNameLogicalToOdbc(), FileNameNormalize(), FileNameSet()
property FileNum as %String (TRUNCATE = 1);
Property methods: FileNumDisplayToLogical(), FileNumGet(), FileNumGetStored(), FileNumIsValid(), FileNumLogicalToDisplay(), FileNumLogicalToOdbc(), FileNumNormalize(), FileNumSet()
property FileType as %Integer;
Property methods: FileTypeDisplayToLogical(), FileTypeGet(), FileTypeGetStored(), FileTypeIsValid(), FileTypeLogicalToDisplay(), FileTypeNormalize(), FileTypeSet(), FileTypeXSDToLogical()
property Folder as %String (TRUNCATE = 1);
Property methods: FolderDisplayToLogical(), FolderGet(), FolderGetStored(), FolderIsValid(), FolderLogicalToDisplay(), FolderLogicalToOdbc(), FolderNormalize(), FolderSet()
property TableOfCon as %String (TRUNCATE = 1);
Property methods: TableOfConDisplayToLogical(), TableOfConGet(), TableOfConGetStored(), TableOfConIsValid(), TableOfConLogicalToDisplay(), TableOfConLogicalToOdbc(), TableOfConNormalize(), TableOfConSet()

Queries

query ListAll()
SQL Query:
SELECT ID,FileName,Description,Folder,FileNum FROM DocMag ORDER BY FileName
query ListFolder(folder)
SQL Query:
SELECT ID,FileName FROM DocMag WHERE (Folder = :folder) ORDER BY FileName

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 (%BI.DocMag)

^BI.DocMagD(ID)
=
%%CLASSNAME
DateNTime
Description
FileName
Folder
FileNum
FileN
FileType
DocHtml
DocLink
TableOfCon
FeedbackOpens in a new tab