%BI.QueryCom
persistent class %BI.QueryCom extends %Library.Persistent
SQL Table Name: %BI.QueryCom
Property Inventory (Including Private)
Properties (Including Private)
property ListingType as %String (TRUNCATE = 1);
Property methods: ListingTypeDisplayToLogical(), ListingTypeGet(), ListingTypeGetStored(), ListingTypeIsValid(), ListingTypeLogicalToDisplay(), ListingTypeLogicalToOdbc(), ListingTypeNormalize(), ListingTypeSet()
relationship QueryAttachForm as array of %BI.QueryAttachForm [ InitialExpression = $listbuild("%BI.QueryAttachForm","QueryCom",+$this,"children",1,1) , Transient , Inverse = QueryCom , Cardinality = children ];
Property methods: QueryAttachFormGet(), QueryAttachFormGetObject(), QueryAttachFormGetObjectId(), QueryAttachFormGetSwizzled(), QueryAttachFormIsEmpty(), QueryAttachFormIsValid(), QueryAttachFormNewObject(), QueryAttachFormRClose(), QueryAttachFormRExec(), QueryAttachFormRFetch(), QueryAttachFormRelate(), QueryAttachFormSQLCompute(), QueryAttachFormSet(), QueryAttachFormUnRelate()
property QueryClass as %String (TRUNCATE = 1);
Property methods: QueryClassDisplayToLogical(), QueryClassGet(), QueryClassGetStored(), QueryClassIsValid(), QueryClassLogicalToDisplay(), QueryClassLogicalToOdbc(), QueryClassNormalize(), QueryClassSet()
property QueryComName as %String (TRUNCATE = 1);
Property methods: QueryComNameDisplayToLogical(), QueryComNameGet(), QueryComNameGetStored(), QueryComNameIsValid(), QueryComNameLogicalToDisplay(), QueryComNameLogicalToOdbc(), QueryComNameNormalize(), QueryComNameSet()
relationship QueryDisplayFields as array of %BI.QueryDisplayFields [ InitialExpression = $listbuild("%BI.QueryDisplayFields","QueryCom",+$this,"children",1,1) , Transient , Inverse = QueryCom , Cardinality = children ];
Property methods: QueryDisplayFieldsGet(), QueryDisplayFieldsGetObject(), QueryDisplayFieldsGetObjectId(), QueryDisplayFieldsGetSwizzled(), QueryDisplayFieldsIsEmpty(), QueryDisplayFieldsIsValid(), QueryDisplayFieldsNewObject(), QueryDisplayFieldsRClose(), QueryDisplayFieldsRExec(), QueryDisplayFieldsRFetch(), QueryDisplayFieldsRelate(), QueryDisplayFieldsSQLCompute(), QueryDisplayFieldsSet(), QueryDisplayFieldsUnRelate()
relationship QueryDrillDown as array of %BI.QueryDrillDown [ InitialExpression = $listbuild("%BI.QueryDrillDown","QueryCom",+$this,"children",1,1) , Transient , Inverse = QueryCom , Cardinality = children ];
Property methods: QueryDrillDownGet(), QueryDrillDownGetObject(), QueryDrillDownGetObjectId(), QueryDrillDownGetSwizzled(), QueryDrillDownIsEmpty(), QueryDrillDownIsValid(), QueryDrillDownNewObject(), QueryDrillDownRClose(), QueryDrillDownRExec(), QueryDrillDownRFetch(), QueryDrillDownRelate(), QueryDrillDownSQLCompute(), QueryDrillDownSet(), QueryDrillDownUnRelate()
property RowHeight as %String (TRUNCATE = 1);
Property methods: RowHeightDisplayToLogical(), RowHeightGet(), RowHeightGetStored(), RowHeightIsValid(), RowHeightLogicalToDisplay(), RowHeightLogicalToOdbc(), RowHeightNormalize(), RowHeightSet()
Queries
query ListAll()
SQL Query:
SELECT ID,QueryComName,QueryClass FROM %BI.QueryCom
SELECT ID,QueryComName,QueryClass FROM %BI.QueryCom
Indexes
index (Class on QueryClass:Exact);
Index methods: ClassExists()
Inherited Members
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteData()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnAddToSaveSet()
- %OnAfterBuildIndices()
- %OnAfterDelete()
- %OnAfterPurgeIndices()
- %OnAfterSave()
- %OnBeforeAddToSync()
- %OnBeforeBuildIndices()
- %OnBeforePurgeIndices()
- %OnBeforeSave()
- %OnClose()
- %OnConstructClone()
- %OnDelete()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnOpen()
- %OnReload()
- %OnRollBack()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %ReleaseLock()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveData()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
Storage
Storage Model: CacheStorage (%BI.QueryCom)
^BI.QueryComD(ID,0) | = | %%CLASSNAME |
^BI.QueryComD(ID) | = | QueryComName
QueryClass
RowHeight
ListingType
|