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

persistent class %BI.WebSCModule extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 6 1


Summary

Properties
Descr Groupings Name Param Param2
Type

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


Parameters

• parameter EXTENTSIZE = 200;
The EXTENTSIZE parameter is used to inform the Caché SQL Query Optimizer of the approximate number of instances in the extent containing instances of this class.

For example, a class that expects to have about 1,000,000 instances should define:

parameter EXTENTSIZE { default = 1000000; }

Properties

• property Descr as %String(MAXLEN=2000);
• property Groupings as array of %String(TRUNCATE=1);
• property Name as %String(MAXLEN=2000,TRUNCATE=1) [ Required ];
• property Param as %String(MAXLEN=2000,TRUNCATE=1);
• property Param2 as %String(MAXLEN=2000,TRUNCATE=1);
• property Type as %String(TRUNCATE=1) [ Required ];

Queries

• query ListAll()
SQL Query :
SELECT ID,Name,Param,Type,Param2 FROM %BI.WebSCModule ORDER BY Name