Skip to main content

%BI.swMapDB

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

SQL Table Name: %BI.swMapDB

Property Inventory

Properties

property Description as %String (MAXLEN = 100, TRUNCATE = 1);
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionGetStored(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property FolderRef as %String (TRUNCATE = 1);
Property methods: FolderRefDisplayToLogical(), FolderRefGet(), FolderRefGetStored(), FolderRefIsValid(), FolderRefLogicalToDisplay(), FolderRefLogicalToOdbc(), FolderRefNormalize(), FolderRefSet()
property GridHeight as %Integer;
Property methods: GridHeightDisplayToLogical(), GridHeightGet(), GridHeightGetStored(), GridHeightIsValid(), GridHeightLogicalToDisplay(), GridHeightNormalize(), GridHeightSet(), GridHeightXSDToLogical()
property GridWidth as %Integer;
Property methods: GridWidthDisplayToLogical(), GridWidthGet(), GridWidthGetStored(), GridWidthIsValid(), GridWidthLogicalToDisplay(), GridWidthNormalize(), GridWidthSet(), GridWidthXSDToLogical()
property GroupCol as %Integer;
Property methods: GroupColDisplayToLogical(), GroupColGet(), GroupColGetStored(), GroupColIsValid(), GroupColLogicalToDisplay(), GroupColNormalize(), GroupColSet(), GroupColXSDToLogical()
property GroupPID as %Integer;
Property methods: GroupPIDDisplayToLogical(), GroupPIDGet(), GroupPIDGetStored(), GroupPIDIsValid(), GroupPIDLogicalToDisplay(), GroupPIDNormalize(), GroupPIDSet(), GroupPIDXSDToLogical()
property GroupRow as %Integer;
Property methods: GroupRowDisplayToLogical(), GroupRowGet(), GroupRowGetStored(), GroupRowIsValid(), GroupRowLogicalToDisplay(), GroupRowNormalize(), GroupRowSet(), GroupRowXSDToLogical()
Property methods: MapLinkDisplayToLogical(), MapLinkGet(), MapLinkGetStored(), MapLinkIsValid(), MapLinkLogicalToDisplay(), MapLinkLogicalToOdbc(), MapLinkNormalize(), MapLinkSet()
property MapRef as %String (TRUNCATE = 1);
Property methods: MapRefDisplayToLogical(), MapRefGet(), MapRefGetStored(), MapRefIsValid(), MapRefLogicalToDisplay(), MapRefLogicalToOdbc(), MapRefNormalize(), MapRefSet()
property MapType as %String (MAXLEN = 1, TRUNCATE = 1);
Property methods: MapTypeDisplayToLogical(), MapTypeGet(), MapTypeGetStored(), MapTypeIsValid(), MapTypeLogicalToDisplay(), MapTypeLogicalToOdbc(), MapTypeNormalize(), MapTypeSet()
property Name as %String (TRUNCATE = 1);
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property StartMap as %Boolean;
Property methods: StartMapDisplayToLogical(), StartMapGet(), StartMapGetStored(), StartMapIsValid(), StartMapLogicalToDisplay(), StartMapLogicalToXSD(), StartMapNormalize(), StartMapSet(), StartMapXSDToLogical()
property TotalCol as %Integer;
Property methods: TotalColDisplayToLogical(), TotalColGet(), TotalColGetStored(), TotalColIsValid(), TotalColLogicalToDisplay(), TotalColNormalize(), TotalColSet(), TotalColXSDToLogical()
property TotalRow as %Integer;
Property methods: TotalRowDisplayToLogical(), TotalRowGet(), TotalRowGetStored(), TotalRowIsValid(), TotalRowLogicalToDisplay(), TotalRowNormalize(), TotalRowSet(), TotalRowXSDToLogical()

Queries

query ListAll(iUser As %String)
SQL Query:
SELECT ID,Name,Description,FolderRef FROM %BI.swMapDB ORDER BY Name
query ListFolder(folder)
SQL Query:
SELECT ID,Name FROM %BI.swMapDB WHERE (FolderRef = :folder) ORDER BY Name

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

^BI.swMapDBD(ID)
=
%%CLASSNAME
Description
FolderRef
GridHeight
GridWidth
GroupCol
GroupPID
GroupRow
MapRef
Name
TotalCol
TotalRow
MapType
MapRef2
MapLink
StartMap
iOHeight
iOWidth
FeedbackOpens in a new tab