%BI.View
persistent class %BI.View extends %Library.Persistent
SQL Table Name: %BI.View
Property Inventory
Method Inventory
Properties
property Filter as %String (TRUNCATE = 1);
Property methods: FilterDisplayToLogical(), FilterGet(), FilterGetStored(), FilterIsValid(), FilterLogicalToDisplay(), FilterLogicalToOdbc(), FilterNormalize(), FilterSet()
property FolderID as %Integer;
Property methods: FolderIDDisplayToLogical(), FolderIDGet(), FolderIDGetStored(), FolderIDIsValid(), FolderIDLogicalToDisplay(), FolderIDNormalize(), FolderIDSet()
property IsStatic as %Boolean;
Property methods: IsStaticDisplayToLogical(), IsStaticGet(), IsStaticGetStored(), IsStaticIsValid(), IsStaticLogicalToDisplay(), IsStaticNormalize(), IsStaticSet()
property Name as %String (TRUNCATE = 1);
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
Methods
classmethod editViewJS(vId, vName, vFil, folderId, isStaticVal)
classmethod saveViewJS(vName, vFil, folderId, isStaticVal)
Queries
query smView()
SQL Query:
SELECT %ID, Name, Filter, FolderID, IsStatic FROM View
SELECT %ID, Name, Filter, FolderID, IsStatic FROM View
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()
Storage
Storage Model: CacheStorage (%BI.View)
^BI.ViewD(ID) | = | %%CLASSNAME
Filter
FolderID
IsStatic
Name
|