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

persistent class %BI.ComputeField extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
10 2 1


Summary

Properties
AdditionalCondition ClassName ComplexCode FieldName
IsStatic LinkField NullReplace Operation
PropName StartClass

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 AdditionalCondition as %String(TRUNCATE=1);
• property ClassName as %String(TRUNCATE=1);
• property ComplexCode as %String(MAXLEN=10000,TRUNCATE=1);
• property FieldName as %String(TRUNCATE=1);
• property IsStatic as %Boolean;
• property LinkField as %String(TRUNCATE=1);
• property NullReplace as %String(TRUNCATE=1);
• property Operation as %String(MAXLEN=5000,TRUNCATE=1);
• property PropName as %String(MAXLEN=5000,TRUNCATE=1);
• property StartClass as %String(TRUNCATE=1);

Queries

• query ComputeList(classname As %String)
SQL Query :
SELECT FieldName FROM ComputeField
WHERE (ClassName = :classname)
• query byClass(classname As %String)
SQL Query :
SELECT ID,StartClass,LinkField,PropName,FieldName,Operation,ComplexCode,IsStatic,NullReplace,AdditionalCondition
FROM ComputeField
WHERE (ClassName = :classname)

Indices

• index (ClassCompute on ClassName:Exact);