DocBook|Search
Class Reference
%BI.Condition
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%BI] >  [Condition]
Private  Storage  

persistent class %BI.Condition extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 1 2


Summary

Properties
Category Class CondVariables Condition Dynamic
ShortName Type Visible

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %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
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %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
%ValidateObject


Properties

• property Category as %BI.Category;
• property Class as %String(COLLATION="Exact",TRUNCATE=1);
• property CondVariables as %String(MAXLEN=20000,TRUNCATE=1);
• property Condition as %BI.ConditionName(MAXLEN=800);
• property Dynamic as %Boolean;
• property ShortName as %BI.ConditionName(COLLATION="Exact",MAXLEN=800);
• property Type as %String(COLLATION="Exact",TRUNCATE=1);
• property Visible as %Boolean;

Queries

• query CompoundConditions(Class)
Selects ID, Condition, ShortName
SQL Query :
Select ID,Condition,ShortName
from %BI.Condition
where Class = :Class and Type = 'C'


Indices

• index (ShortName on Class,Category,ShortName);
• index (ShortNameS on Class,Category,ShortName:SqlString);