%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 DocLink as %String (MAXLEN = 100, TRUNCATE = 1);
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
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
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
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: CacheStorage (%BI.DocMag)
^BI.DocMagD(ID) | = | %%CLASSNAME
DateNTime
Description
FileName
Folder
FileNum
FileN
FileType
DocHtml
DocLink
TableOfCon
|